Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.17 KB

java-maze

A simple maze game written in Java following the MVC principles.

Features

  • MVC principles written in Java
  • Find the gold in the maze
  • Full GUI with basic icons
  • Customize the name of the player
  • Key navigation (ALT + arrow keys)
  • Generate a maze with a different size (2x2, 4x4 or 8x8)
  • Scrollbars if the maze is too big for the screen

To do

  • Backtracking algorithm to generate a solvable maze.
  • Implement a real key listener for key navigation.

Screenshots

screenshot1

Icons