Skip to content

Text-based adventure game that demonstrates understanding of memory management, inheritance and polymorphism. Written in C++

Notifications You must be signed in to change notification settings

jlin88/escapists

Repository files navigation

Escapists

The game is based off of the indie game “The Escapists” whose premise is to escape from various prison levels. The specific level will be based off of Cougar Creek Railroad which is a prison on a moving train. The player will need to collect key items and perform actions to escape from the train. This will be a text-based version of the escapists so the user will interact with the game through menus. The player’s health points will represent number of moves they can make. Every time the player moves to a new space, 1 health will be deducted. There will also be a hard item check in the Security car where the player will lose if they do not have the proper items.

Instructions:
  • To compile using makefile: make
  • To run after make: output

About

Text-based adventure game that demonstrates understanding of memory management, inheritance and polymorphism. Written in C++

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published