This is a mini text adventure game written in C++. Original version of game was used in one of the terminals in Fallout 3 by Bethesda Game Studios.
To play a game you need:
- Open IDE(in this case i will use CLion);
- Go to "Edit configurations";
- Edit parameters as on the photo:
- Run program.
You play as Grognak, a mighty barbarian, and your goal is to put an end to the terrible reign of Grelok, an evil wizard.
To play this game you need 3 buttons:
- Enter: to confirm yout choice;
- Arrows Up and Down: to switch between menu items.
Original mini-game: Copyright (c) 2008 Bethesda Game Studios, Fallout 3 developers
C++ rewrite: Copyright (c) 2024 without eyes