Cliquez ici pour la documentation en français

RPGv2

Feature list

  • Combat system

    • Applying damage to characters
    • Handling multiple attack choices
    • Handling multiple enemies
    • Difficulty balancing (in progress)
    • Weakness system (I'll do it eventually)
  • Travelling system

    • Handling zone changes
    • Handling zone effects and attributes
    • Quest system to unlock zones
  • Objects & bag system

    • Inventory slots for equipement
    • Handling equiped equipement effects and buffs
    • Object drops in fights
    • Shop system and currency
  • Adding a story line

    • Adding more zones, monsters, items
    • Add a boss

Install the game

  • Download the code archive and extract it

  • Install dependancies:

    python -m pip install -r requirements.txt
    
  • Run main python programm:

    python main.py