Welcome to the Text-Based RPG Adventure, an open-source console game written in C++.
- 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.
- Clone the repository:
git clone https://github.com/ghanshyamgcs22/RPG-Console.git
- Compile the code:
g++ -o game main.cpp -std=c++11
- Run the game:
./game
Contributions are welcome! Follow these steps:
- Fork the repository
- Create a branch:
git checkout -b feature/new-feature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Open a pull request
- Special thanks to contributors!
- Inspired by classic RPG adventures.
Enjoy your journey in the Text-Based RPG Adventure!