Grid puzzle game inspired by The Witness.
- Dots
- Colored squares
- Triangles
- Install dependencies via
poetry install --no-root
- Copy
settings-example.json
tosettings.json
and adjust your to your configuration - Run the server:
<path_to_python_executable_in_poetry_venv src\GridPuzzle.py
- The Witness by Jonathan Blow published by Thekla https://en.wikipedia.org/wiki/The_Witness_(2016_video_game)
- Button icons made by Nicolae (Xelu) Berbece https://thoseawesomeguys.com/prompts/
- Socket.io.js by Guillermo Rauch