1
0
Fork 0
python-roguelike/components
Timothy Warren 359258862d Calculate defense and power based on equipment 2022-02-08 10:28:31 -05:00
..
__init__.py Add first component classes 2022-01-07 16:39:37 -05:00
ai.py Reformat with black 2022-02-08 10:00:28 -05:00
base_component.py Intra-chapter refactoring 2022-01-12 13:45:52 -05:00
consumable.py Reformat with black 2022-02-08 10:00:28 -05:00
equipment.py Add Equipment class, and add equipment to actors 2022-02-08 10:21:30 -05:00
equippable.py Reformat with black 2022-02-08 10:00:28 -05:00
fighter.py Calculate defense and power based on equipment 2022-02-08 10:28:31 -05:00
inventory.py Add ability to pick up items and add to inventory 2022-01-12 16:24:09 -05:00
level.py Calculate defense and power based on equipment 2022-02-08 10:28:31 -05:00