Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/without-eyes/reign_of_grelok

Fallout 3 adventure text minigame rewritten in C++
https://github.com/without-eyes/reign_of_grelok

adventure-game console-game cpp fallout fallout-3

Last synced: 1 day ago
JSON representation

Fallout 3 adventure text minigame rewritten in C++

Awesome Lists containing this project

README

        

# Reign of Grelok

### Table Of Contents
* [General info](#general-info)
* [How to play](#how-to-play)
* [Game lore](#game-lore)
* [Gameplay](#gameplay)
* [Authors](#authors)

### General Info
This is a mini text adventure game written in C++. Original version of game was used in [one of the terminals](https://fallout.fandom.com/wiki/Reign_of_Grelok) in [Fallout 3](https://en.wikipedia.org/wiki/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](./other/images/screenshot.png)
* Run program.

### Game Lore
You play as [Grognak](https://fallout.fandom.com/wiki/Grognak), a mighty barbarian, and your goal is to put an end to the terrible reign of [Grelok](https://fallout.fandom.com/wiki/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](http://fallout.wikia.com/wiki/Fallout_3_developers)

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