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 (Coming Soom!)
- Install using .Deb file or install using flatpak
- Find The Multiverse in your program list
- Click it
- Make a folder named build
- Run
cd build - Run
cmake .. && make - Run
./MultiverseApp
- C++ compiler (g++, clang++, or Visual Studio)
- C++11 or higher
- CMAKE
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