Skip to content

A Python maze-solving game that reads a maze from a text file and displays it graphically using Pygame. The game can solve any given maze using a built-in algorithm.

Notifications You must be signed in to change notification settings

sajitha-tj/Maze-Game

Repository files navigation

Maze Game

Description

A Python maze-solving game that reads a maze from a text file and displays it graphically using Pygame. The game can solve any given maze using a built-in algorithm. When you run the game, it will automatically solve the maze and show you the path the player would take to reach the goal. The solved path is represented by green colour.

Features

  • Load and display mazes from text files.
  • Automatic maze-solving algorithm.
  • Graphical representation using Pygame.
  • Customizable maze designs.

Requirements

Getting Started

  1. Clone the repository: git clone https://github.com/sajitha-tj/Maze-Game.git
  2. Install the required packages: pip install -r requirements.txt
  3. Run the game with a maze file (maze.txt is provided): python mazeGame.py maze.txt

Screenshots

Maze 01) Maze 04)

About

A Python maze-solving game that reads a maze from a text file and displays it graphically using Pygame. The game can solve any given maze using a built-in algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages