Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 531 Bytes

File metadata and controls

33 lines (25 loc) · 531 Bytes

grid_server

A basic server and client in Python.

Installation

  1. Clone the repository:

    git clone https://github.com/leanke/grid_server.git
  2. Install the package:

    pip install -e ./grid_server

Controls

  • 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

Running

To start the server:

python run.py --mode server

To run the client:

python run.py --mode client