/MazeFX

Implementation of a Maze using JavaFX

Primary LanguageJava

For Fun

MazeFX

A Maze generator/game built with JavaFX (from C++ version)

screenshot of the game

Controls

  • Arrow Keys or WASD to move
  • R to reset
  • N to start a new game (with a new maze)

// TODO

  1. create a function to generate random mazes
  2. make playable to human players
  3. implement an agent to resolve the maze

// Future

  1. improve maze generator complexity
  2. Refactor