Prerequisites:
- A local Python evironment
- A web browser
Quickstart guide:
-
Clone the repository:
git clone https://github.com/JonathanShifman/sushi-go.git -
Run
pip install colorama -
Run
python hackathon/game/Main.pyfrom the cmd or run it from PyCharm. This will generate an output file athackathon/game/output/game.json. -
Open
hackathon/display/compiled/index.htmlin a browser. -
Upload the generated JSON file.
-
Use the arrow keys to navigate the course of the game.
-
You can change the logic implemented in
RandomPlayer.py(or create a separate player) to try out your own strategies.