About MazeGame

MAZE

    About MazeGame

  • MazeGame is a C++ based single level Maze game.
  • It uses no external Libraries and is based on cute block graphics

    The Idea

  • This Project started as a challenge given by my elder brother and the elements used in this code got recycled into Yet_Another_Snake_Game

    The Implementation

  • The Implementation of the Project can be found in GitHub here.
  • My Next Goal for this code is to add more levels in this game or make a maze generator program to extend this game.