Skip to content

jvrcavalcanti/Rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rpg

Game CLI

Installing

git clone https://github.com/jvrcavalcanti/Rpg.git
cd Rpg
pipenv install

Run

pipenv run start

Build

pipenv run build

Directory 'dist'

Classes

  • Points distribution: 10

Warrior

  • Life: 4
  • Attack: 3
  • Armor: 4
  • Magic: 0

Paladin

  • Life: 4
  • Attack: 2
  • Armor: 2
  • Magic: 2

Mage

  • Life: 2
  • Attack: 1
  • Armor: 1
  • Magic: 6

Assasin

  • Life: 3
  • Attack: 5
  • Armor: 2
  • Magic: 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages