A basic server and client in Python.
-
Clone the repository:
git clone https://github.com/leanke/grid_server.git
-
Install the package:
pip install -e ./grid_server
- W, A, S, D: Move Up, Left, Down, Right
- F: Interact with the tile in front of the player
- E: Toggle client panel
- Q: Quit
To start the server:
python run.py --mode server
To run the client:
python run.py --mode client