Skip to content

"Embark on a classic RPG journey with this open-source text-based game! Create unique characters, battle foes, solve puzzles, and explore a rich fantasy world. Contribute on GitHub, shaping the game's evolution. An immersive adventure awaits, all in just a console window."

Notifications You must be signed in to change notification settings

achilleasmitos/RPG-Console-Game-forked

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Based RPG Adventure

Welcome to the Text-Based RPG Adventure, an open-source console game written in C++.

Features

  • Character Creation: Craft unique characters with distinct attributes, choosing from a variety of races and classes.
  • Leveling and Progression: Gain experience points and level up, enhancing abilities and unlocking powerful skills.
  • Combat System: Engage in tactical turn-based battles with a wide array of enemies, each with unique strengths and weaknesses.
  • Inventory Management: Collect and manage an extensive range of items, weapons, and armor to customize your character's loadout.
  • Puzzle Challenges: Immerse yourself in thought-provoking puzzles scattered throughout the game world, offering valuable rewards upon completion.
  • Travel and Exploration: Embark on epic journeys, exploring diverse landscapes, encountering intriguing characters, and uncovering hidden secrets.
  • Save and Load: Seamlessly save your progress to continue your adventure later, ensuring your hard-earned achievements are never lost.

Getting Started

  1. Clone the repository: git clone https://github.com/ghanshyamgcs22/RPG-Console.git
  2. Compile the code: g++ -o game main.cpp -std=c++11
  3. Run the game: ./game

Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository
  2. Create a branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Open a pull request

Acknowledgements

  • Special thanks to contributors!
  • Inspired by classic RPG adventures.

Enjoy your journey in the Text-Based RPG Adventure!

About

"Embark on a classic RPG journey with this open-source text-based game! Create unique characters, battle foes, solve puzzles, and explore a rich fantasy world. Contribute on GitHub, shaping the game's evolution. An immersive adventure awaits, all in just a console window."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • C 0.3%