An open API service indexing awesome lists of open source software.

https://github.com/ivan1993spb/snake-client

Online arcade 🐍 snake-game đŸ•šī¸ client
https://github.com/ivan1993spb/snake-client

arcade client multiplayer online snake snake-game

Last synced: 2 months ago
JSON representation

Online arcade 🐍 snake-game đŸ•šī¸ client

Awesome Lists containing this project

README

        

# Snake client

Snake-game client.

Server: https://github.com/ivan1993spb/snake-server

* Install docker (https://get.docker.com/)
* Start server: `docker run --rm --net host -d ivan1993spb/snake-server:v3.0.1-rc --log-level debug`
* Create game: `curl -v -X POST -d limit=3 -d width=30 -d height=30 http://localhost:8080/games`
* Start client: `python snake_client.py`
* Optionally you can start async clients to see multiple snakes: `python async_clients.py`

![Screenshot](screenshot.png)