Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 429 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 429 Bytes

What is this game about?

A fun java project to create a game where you have to solve a randomly generated maze each time you start the game.

How to run and play the game

In root directory run command java -jar maze_game.jar You move with W,A,S,D keys. The goal is to get to the goal node in the bottom right corner

Features that need to be developed

  • Leaderboard
  • Timer
  • Change the location of the goal node