A Coding some basic rpg systems in C++ for practice and fun. YT Playlist
Some quick theoretical lists that we will iterate on.
- Warrior: Highest HP
- Wizard: Highest Magic Damage
- Cleric: Best Support Abilities
- Rogue: Highest Physical Damage
- Gain stats and abilities based on class and levels.
- Strength: Involved in Physical Calculations
- Intelligence: Involved in Magic Calculations
- Agility: Involved in Nimbleness Calculations
- Armor: Involved in Physical Reduction Calculations
- Resistance: Involved in Element Damage Reduction Calculations
- Level Trees
- shop system
- equipment
- consumables
- battle system: turn based
- world levels
- different monsters