A downloadable piece of crap

A simple maze game & piece of crap written in C++. 

Plays in command line. 

Source code availble here: https://github.com/sfmemz/maze

There are no built-in maps, you can make your own in the notepad. 

The background of this page is actually a screenshot of the partial source code. 

Development log

Comments

Log in with itch.io to leave a comment.

Not bad but:

  • '0's should be simply empty space in-game
  • game should be cross-platform, I had to change "clear" to "cls" to make this work on Linux

  • For a ~100 LOC game, it is excellent.

    Thanks

    (+1)

    Updated to v1.1 with your suggestion