Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/without-eyes/reign_of_grelok
- Owner: without-eyes
- License: mit
- Created: 2024-02-03T13:28:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-29T16:01:19.000Z (6 months ago)
- Last Synced: 2024-11-08T22:36:08.223Z (about 2 months ago)
- Topics: adventure-game, console-game, cpp, fallout, fallout-3
- Language: C++
- Homepage: https://fallout.fandom.com/wiki/Reign_of_Grelok
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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