Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

atarola/pycardrpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCardRPG

PyCardRPG is a Card-Based, Procedurally Generated RPG.

Card Based Character System

Attributes

The basic abilities a unit has. There are four types of Attribute:

  • Strength: Power a unit has. This directly relates to damage done by attacks.
  • Intelligence: Smarts a unit has. This limits the number of skills a unit has.
  • Dexterity: A unit’s nimbleness. Directly relates to the armor value of the unit.
  • Stamina: How well a unit handles fatigue and damage.

From the base attributes, some others are derived:

  • Hit Points (HP): The amount of damage a unit can withstand before death.
  • Action Points (AP): Points spent in the executing of actions.

TODO

  • Remove attributes from units, focus on the cards.
  • Map Generation
  • AI
  • NPC Decks

Special Thanks

Special thanks goes out to Squidi.net for putting up a bunch of game ideas, and for The Free Pixel Project.

License

The Free Pixel Project created most of the awesome pixel art we use. Their art is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License

Everything else is © The PyCardRPG Authors, and licensed under the MIT License.

About

Python Card RPG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages