a puzzle game to solve a randomly generated maze
Windows:
cd /d d:
git clone https://github.com/ma1ex/MazeKentGame.git
cd MazeKentGame
python -m venv venv && venv\scripts\activate
pip install -r requirements.txt
Windows:
cd /d d:\MazeKentGame
venv\scripts\activate
python main.py
Only the Arcade Library and its internal dependencies are used.
- Python >= 3.6
- Arcade is built on top of
Pyglet
andOpenGL
, so your video card must be compatible withOpenGL
!
- 0.1.0
- First commit
- Work in progress
- Fork it (https://github.com/ma1ex/MazeKentGame/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push main feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license. See LICENSE.md
for more information.