Skip to content

zekaekop/Python-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Guide & Contents

First run the python file, this will start the game asking you to pick a character.

python enemy.py
<======================>
Player ID: 0 | 1 Level
<======================>
I am Hero
Health #> 147
Strength #> (13-22)
Energy #> 28
<======================>

<======================>
Player ID: 1 | 1 Level
<======================>
I am Lynx
Health #> 185
Strength #> (6-8)
Energy #> 40
<======================>

Choose your Player (ID): 1

Once you do the game will start, and you will take turns attacking a randomly generated enemy.

#> Attack

<======================>
Lynx Health: 164 (-21)
Lynx Energy: 40 (0)
<======================>
Hydras Health: 157 (-8)
Hydras Energy: 45 (0)
<======================>

Commands(Help):

Currently in the whole game there is only 2 abilities, these can be found in the help menu.

You can enter the help menu by typing help.

Commands(Help): help

#> Info: to use them eighter type the index, the name or the first capital letters example(1,Special Attack,SA)

#> [1]Special Attack - +7 Base damage | -5 Energy
#> [2]Self Healing - +15 Health | -10 Energy

#> Continue - Regular attack
#> Inspect - Current stats

Commands(Help):

About

A simple turn based game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages