Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 367 Bytes

Cave-Escape

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