Skip to content

Owenb135/THE-MULTIVERSE

Repository files navigation

li logo How to run How to run

🌌 THE MULTIVERSE (C++ Project)

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.


📌 About the Project

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

🎮 Features

  • 🧠 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!)

How to Run

Simple way

  1. Install using .Deb file or install using flatpak
  2. Find The Multiverse in your program list
  3. Click it

Advanced way

  1. Make a folder named build
  2. Run cd build
  3. Run cmake .. && make
  4. Run ./MultiverseApp

Requirements:

  • C++ compiler (g++, clang++, or Visual Studio)
  • C++11 or higher
  • CMAKE

Add Your Game

If you would like to add you game go to the games disscussion to talk about it

⚠️ Notes

Input is case-sensitive in some areas. The program is text-based (no GUI).


Contrubutors:


Credit:

Patorjk's TAAG Tool for ASCII text generation

👨‍💻 Author

  • "I have fun with coding because I can turn my imagination into reality." -Owen

🚀 Future Ideas

  • Save system
  • Better combat mechanics
  • Improved AI system
  • Cleaner UI/menu system
  • Better Code quility