Muhammadwasi / Graph-Maze-Game

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 100.0%