/Maze

C++ Maze Game

Primary LanguageC++

DISCONTINUED (go to Java version)

For fun

Maze

C++ Maze Game

// TODO

  1. create a function to generate random mazes
  2. make playable to human players (only on windows for now)
  3. implement an agent to resolve the maze

// Future

  1. improve maze generator complexity
  2. make playable on linux