/Reign_of_Grelok

Fallout 3 adventure text minigame rewritten in C++

Primary LanguageC++MIT LicenseMIT

Reign of Grelok

Table Of Contents

General Info

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.

How To Play

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:
    Parameters
  • Run program.

Game Lore

You play as Grognak, a mighty barbarian, and your goal is to put an end to the terrible reign of Grelok, an evil wizard.

Gameplay

To play this game you need 3 buttons:

  • Enter: to confirm yout choice;
  • Arrows Up and Down: to switch between menu items.

Authors

Original mini-game: Copyright (c) 2008 Bethesda Game Studios, Fallout 3 developers

C++ rewrite: Copyright (c) 2024 without eyes