Skip to content

codetechandtutorials/demo_rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo_rpg

A Coding some basic rpg systems in C++ for practice and fun. YT Playlist

Designs Ideas

Some quick theoretical lists that we will iterate on.

Character Classes

  • Warrior: Highest HP
  • Wizard: Highest Magic Damage
  • Cleric: Best Support Abilities
  • Rogue: Highest Physical Damage

Leveling System

  • Gain stats and abilities based on class and levels.

Stats

  • 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

Levels

  • Level Trees

Items

  • shop system
  • equipment
  • consumables

Game Loop

  • battle system: turn based
  • world levels
  • different monsters