This is the Beatific Bulldogs' submission to the Python Discord Code Jam of Summer 2021.
A snake game playable in the terminal.
Includes offline mode and online mode (you can host your own game). The game is controlled using arrows.
To play online you can either join a server or you can host one yourself. To join a server select the Connect to server
option or to host one select Host A Server
.
-
You will need Python 3.9+ (3.x where x >= 9).
-
Installation instructions are available at the above link.
-
Enter the Poetry shell
$ poetry shell
-
Install development dependencies
$ poetry install
-
Install pre-commit hooks
$ pre-commit install
-
Run the client
$ poe main
-
Automatically order imports
$ poe fix
-
Lint the code
$ poe lint