A terminal-based Number Maze Game in Python where you navigate through a randomly generated maze using the W/A/S/D keys to reach the goal.
- Randomly generated solvable maze every time you run the game.
- Player starts at the top-left corner (
P) and goal is at the bottom-right corner (G). - Real-time movement using W/A/S/D keys.
- Maze refreshes only when a key is pressed for a responsive feel.
| Key | Action |
|---|---|
| W | Move Up |
| A | Move Left |
| S | Move Down |
| D | Move Right |
- Clone or download this repository / Game.py file.
- Open terminal or command prompt.
- Run the Python script:
python Game.py