Skip to content

leanke/grid_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A grid server and client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages