Undead Nightmare
- Eryel E. Rodriguez

- Aug 2, 2022
- 1 min read
Updated: Aug 8, 2022
This is a fully made C++ game!
Now this game was heavily inspired on Oregon Trail, just with out dying of as fast as possible. The goal of this game is to make it to a bunker across the world in less than 30 days, in a Zombie Apocalypse. Now just being a text game its all about quick time events, choices and an inventory system.

Its a pretty simple game, the only difficulty to it is beating it, as the encounters are random, you could have the hardest encounters in the beginning and lose members quickly, or have the easier encounters. As for the tutorial, Ill let the game itself tell you:

This is the first page of Instructions.

Second Page of Instructions.

Third Page of Instructions.
And before you start the game, you have to name your party:

Then it leads to a "cutscene" which is text slowly appearing on the screen that you can skip at any time or pause with a click

Then arrives your first encounter:

All the options have different endings, do keep in mind each encounter is equal to one day passing.
Here's some of the behind the scenes of the looks to it, as you can see all of it is made through functions, including the encounters.

It even contains music, gives it the retro look and feel to it.

And it contains text and number checks, I don't want names to be numbers or inputs of choices to be text, to make sure all your inputs are correct made 2 functions that check at all times your inputs to the prompts.






Comments