https://github.com/pintman/mmsnake
A Multiplayer-MQTT-based version of Snake
https://github.com/pintman/mmsnake
Last synced: 3 months ago
JSON representation
A Multiplayer-MQTT-based version of Snake
- Host: GitHub
- URL: https://github.com/pintman/mmsnake
- Owner: pintman
- Created: 2019-11-16T09:22:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T21:37:07.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T17:41:07.674Z (5 months ago)
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MMSnake

MMSnake is short for Multiplayer-MQTT-based Snake.
## Starting
Enter `make run_engine` to start the server and `make console` to start an
example visualisation on the console.Other targets are specified in [Makefile](Makefile).
## Deploying
There is a [Dockerfile](docker/Dockerfile) that can be used to create
a container that runs an MQTT-Broker and allows for dynamically adding
new users that interact with the game engine. There is Javascript based
visualisation of the game as well. Once the container is started a web
interface is available on port 9090. The easiest way to accomplish
this is to run `make docker_container_start`.### Configuration
The file [config.py](config.py) holds default values and documentation about
configuration of the game.