/MazeGame

Primary LanguagePython

MazeGame

A simple maze game. Each level has a different maze and a different solution.

Introduction

The goal of this project is to learn how to generate a maze and solve it. (The solver is working a bit)

How to play

python maze_game.py
# or
python3 maze_game.py

Feel free to give your opinion about the code and on what it can be improved