Skip to content

A simple maze game written in Java following the MVC principles

License

Notifications You must be signed in to change notification settings

DylanVanAssche/java-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple maze game written in Java following the MVC principles

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages