Turn is a basic turn-based RPG game written in C++ for Windows.
I wrote this game almost 5 years ago, and uploading it to GitHub was my first experience with open source. Now, I want to give back to the community for Hacktoberfest 2017 and encourage everyone, regardless of programming skills or knowledge, to contribute! :)
Turn is a turn-based RPG game. Create your character and start playing. For playing you have to choose what to do by typing the corresponding number. You can perform actions and use items.
- Attack: Regular attack
- Risk Attack: Attack deals more damage, but with a chance of missing
- Heal: Restore an amount of your HP
- Flee: Run away from battle
- Bombs: Deals 50HP to your opponent with no chance of missing
- Arrows: Deals 10-15HP to your opponent with no chance of missing
- Potion: Replenishes your HP to 100
- Whetstone: Restores your weapon's sharpness.
- Note: Turn only supports Windows at the moment
- Before working on an issue, make sure you comment on it to claim it. This prevents two people working on the same issue at the same time.
- This project is licensed under the MIT License - see the LICENSE file for details.