Skip to content

This project is a GUI game made in Processing 2, which generates random maze and player has to reach the destination of the maze.

Notifications You must be signed in to change notification settings

Muhammadwasi/Graph-Maze-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Maze-Game

This is a game built in Java using Processing Library.

Algorithm and Data Structures Used:

  1. Depth-First-Search
  2. Queue

Function:

  • It generates random maze using Depth-First-Search algorithm.
  • There will be a starting and ending point of each maze.
  • A player have to trace the shortest path and reach the flag(ending point).
  • Then there will be a next level.
  • It records Score and Number of coins.
  • It has infinite levels but the level of difficulty increases as a number of levels increase.
  • In order to add difficulty, there will be an opponent who runs after the player.

Snapshots:

Main Menu

Game mode

How to play?

In order to play this game, you have to install any Java IDE.

Executable File:

Executable or jar file is not uploaded here. But, I can provide it.

About

This project is a GUI game made in Processing 2, which generates random maze and player has to reach the destination of the maze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages