Skip to content

Maze Game is a fun Python game where you explore mazes, collect coins, and aim to reach the exit. It offers two levels of difficulty, easy controls, and a point system for an enjoyable gaming experience.

Notifications You must be signed in to change notification settings

MrunmayiA/Python-Maze-Game

Repository files navigation

Maze Game

This project is a simple maze game built using Python's turtle module and Tkinter for the graphical user interface. The objective of the game is to navigate through a maze, collect gold coins, and reach the exit point.

Features

  • Two levels of increasing difficulty.
  • Player can move up, down, left, and right within the maze.
  • Gold coins to collect within the maze.
  • Points system to keep track of collected coins.
  • Level completion message upon collecting all coins.
  • Exit option to close the game.

Getting Started

  1. Clone this repository to your local machine.
  2. Ensure you have Python installed on your system.
  3. Run the MazeGame.py script to start the game.

Controls

  • Use the arrow keys to move the player within the maze.
  • Collect gold coins by moving over them.

Contributing

  • Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.

About

Maze Game is a fun Python game where you explore mazes, collect coins, and aim to reach the exit. It offers two levels of difficulty, easy controls, and a point system for an enjoyable gaming experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages