Skip to content

A puzzle game to solve a randomly generated maze

License

Notifications You must be signed in to change notification settings

ma1ex/MazeKentGame

Repository files navigation

MazeKent

a puzzle game to solve a randomly generated maze

Installation

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

Run game

Windows:

cd /d d:\MazeKentGame
venv\scripts\activate
python main.py

Control

Dependencies

Only the Arcade Library and its internal dependencies are used.

Requirements

  • Python >= 3.6
  • Arcade is built on top of Pyglet and OpenGL, so your video card must be compatible with OpenGL!

Release History

  • 0.1.0
    • First commit
    • Work in progress

Contributing

  1. Fork it (https://github.com/ma1ex/MazeKentGame/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push main feature/fooBar)
  5. Create a new Pull Request

License

Distributed under the MIT license. See LICENSE.md for more information.

Releases

No releases published

Packages

No packages published

Languages