Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 650 Bytes

GridPuzzle

Grid puzzle game inspired by The Witness.

Supported puzzle elements

  • Dots
  • Colored squares
  • Triangles

Run GridPuzzle

  1. Install dependencies via poetry install --no-root
  2. Copy settings-example.json to settings.json and adjust your to your configuration
  3. Run the server: <path_to_python_executable_in_poetry_venv src\GridPuzzle.py

Credits