Welcome to THE MULTIVERSE, a console-based C++ game collection created as a fun open source project.
It includes multiple mini-games, interactive story sections, and simple RPG-style battles.
This project is a stable-stage multi-game program built in C++.
It runs in the terminal and uses text input/output for gameplay.
The goal of this project is to:
- Practice C++ programming
- Build simple game logic systems
- Experiment with interactive storytelling
- Learn structuring larger programs
- 🧠 Guessing game
- 👤 User-specific interactions
- 🤖 Simple AI chat system (beta)
- ⚔️ RPG-style battle system
- 🔀 Multiple game menu selection
- 💬 Fun character-based dialogue sections
- 🎲 Randomized outcomes (basic RNG)
- Music
- Automatic Updates (:) New!)
- Download the latest release from GitHub Releases
- For Ubuntu/Debian, install the
.debpackage - For Windows, just run the latest release
.exefile
- Make a folder named build
- Run
cd build - Run
cmake .. && make - Run
./MultiverseApporMultiverseApp.exeif on Windows
These are only needed if you build from source. Windows users who download a release .exe do not need to install these dependencies.
- C++ compiler (g++, clang++, or Visual Studio)
- C++11 or higher
- CMake
- SFML development libraries for audio
For Ubuntu/Debian:
sudo apt update
sudo apt install build-essential cmake libsfml-devFor Windows users, no build is required.
- Download the latest release from GitHub Releases
- Run the latest
.exefile from the release
If you want to build from source instead of using a release executable:
- Create a folder named
build - Run
cd build - Run
cmake .. && make - Run
./MultiverseApporMultiverseApp.exeon Windows
If you would like to add you game go to the games disscussion to talk about it
Input is case-sensitive in some areas. The program is text-based (no GUI).
Patorjk's TAAG Tool for ASCII text generation
- "I have fun with coding because I can turn my imagination into reality." -Owen
- Save system
- Better combat mechanics
- Improved AI system
- Cleaner UI/menu system
- Better Code quility
- Automatic Updater