C++ text-based console game with simple obstacles for the player to pass.
Try it here: https://repl.it/@jessemckenna/cave-escape
Reads a game map of any size from map.txt file (the playable version above uses a basic built-in map).
Symbol | Description |
---|---|
# | impassable wall |
empty space | |
@ | hole |
^ | rock |
P | pickaxe |
E | exit |