This C++ project is a text-based simulation of the Hunger Games, based on the popular book and movie series. It allows players to experience the events of the Hunger Games through a command-line interface.
The 74th Annual Hunger Games simulation offers an immersive experience, allowing users to select a tribute from a list of characters and navigate various encounters and challenges within the game.
1 . Character Selection: Choose a tribute from the available characters, each with unique attributes and specialties.
2. Encounters: Navigate through multiple encounters, making decisions that affect your tribute's survival.
- Clone the repository to your local machine.
- Compile the main.cpp file using your C++ compiler.
- Run the compiled executable to start the Hunger Games simulation.
- Follow the on-screen prompts to make selections and progress through the game.
- Interact with encounters, choose actions, and manage your tribute's stats and inventory.
g++ main.cpp -o hunger_games
./hunger_games