Back to games
Oct 24, 2024
2 min read

Text based RPG game

'Text based RPG game' a game made with C++

Text Based RPG Game is an immersive, multi-level role-playing game (RPG) built entirely with C++. In this adventure, players battle enemies, level up, and strategically upgrade their characters to unlock powerful abilities and unique items.

This project leverages advanced C++ programming techniques, showcasing:

  • Object-Oriented Design: Organized structure with classes representing characters, items, enemies, and the environment.
  • Generic Programming: Flexible data handling and algorithms for gameplay mechanics, making the game highly scalable and adaptable.
  • Interface-Driven Design: Clear, organized interfaces to manage game elements and create a user-friendly experience.

This game offers a blend of strategy and progression, with each level increasing in difficulty, pushing the player to optimize their character build to overcome stronger opponents. Dive into the code on GitHub to explore how these advanced C++ features come together to create an engaging text-based RPG experience!