Mazes

December 16, 2015 ยท View on GitHub

Depth First Search mazes implemented in luxe Demo: mazes

TODO

  • Add difficulty levels ( changing cellSize => Changes gridSize => changes Difficulty)

  • Score
  • Stop the game when the goal is reached
  • Use keyboard controls for desktop and web
  • Rework the game to use States
  • Swap width and height of the window based on target (web/desktop or mobile). Also needs to change controls
  • Scale the grid based on screensize
  • select start point and goal
  • Backtracking