Skip to content

Zidit/spacegame

 
 

Repository files navigation

"ingame" screenshot

description

a parser based space ship simulator server

requirements

python3
python3-pip

start server

pip3 install -r requirements.txt
./server.py

connect to server

just connect to the game socket socket. for example with netcat:
nc <address> 1961

recommended tools for better experience

to improve the experience we recommend building your own clients for parsing the I/O.
alternatively, you can try a combination of these:

todo

  • rename clientHandler to simulation
  • create separate mainloop for simulation, handleClients should be called from
  • user input should be automatically lowercased when received

bugs

  • gemeObject.remove() appears to do nothing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%