alisterd51 / rusty-kingdom

Rusty Kingdom – Build a kingdom, but beware of the "rust" that could symbolize unexpected challenges.
GNU General Public License v3.0
1 stars 0 forks source link

Add client/server logic #4

Open alisterd51 opened 1 month ago

alisterd51 commented 1 month ago

Currently, the game is designed to be played locally in a terminal, with saves stored locally in a JSON file. Eventually, the goal is to have a remote server (with saves stored in PostgreSQL) and multiple clients (terminal, web app, others).

alisterd51 commented 1 month ago

server: