Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1015 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 1015 Bytes

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.