/rpg--hero

Primary LanguagePythonMIT LicenseMIT

RPG GAME IN COMMAND LINE

This is a terminal based RPG Game programed in Python 3. The main purpose of this project is to learn the fundamentals of Object Oriented Programming.

Characters

Select your hero (4 hero types)


Actions

Here is the list of actions that the player can take. You can visit the store, battle or leave the game.

  1. Visit the store.
  2. You can purchase items to use in battle.

    Super Tonic gives additional health. Heavy Armor will provide a shield. Long Sword gives bonus attack power.
  3. Battle
  4. Enemies are randomized (4 enemies types)

    You can battle enemies, do nothing or run-away.


    • Fight enemy
    • Do nothing

    The enemy will attack you.

    • Flee

    This will take you to the menu.

  5. You have killed the enemy!
  6. Gold has been placed in your wallet to use in the store.


How to play

  1. If you don't have python3 (If you have Python3, skip this.) download python 3 for your OS.
  2. https://www.python.org/downloads/

    Make sure your dependencies are all there

  3. Clone this repo to your local machine.
  4. https://github.com/meryemkmr/rpg--hero
  5. Open Terminal and play!

Language

  • Python3