Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 630 Bytes

File metadata and controls

22 lines (12 loc) · 630 Bytes

Prerequisites:

  • A local Python evironment
  • A web browser

Quickstart guide:

  1. Clone the repository: git clone https://github.com/JonathanShifman/sushi-go.git

  2. Run pip install colorama

  3. Run python hackathon/game/Main.py from the cmd or run it from PyCharm. This will generate an output file at hackathon/game/output/game.json.

  4. Open hackathon/display/compiled/index.html in a browser.

  5. Upload the generated JSON file.

  6. Use the arrow keys to navigate the course of the game.

  7. You can change the logic implemented in RandomPlayer.py (or create a separate player) to try out your own strategies.