going-rogue/erynrl
Eryn Wells ae1c7f5ce2 Refactor events into their own package
Most of the existing actions are game actions (they control the player character)
so they live in actions.game. Eventually, there will be modules for different
kinds of actions that only apply to, e.g. modal UI.
2022-05-28 08:52:54 -07:00
..
actions Refactor events into their own package 2022-05-28 08:52:54 -07:00
interface Clean up some pylint warnings in interface/color.py 2022-05-16 20:49:28 -07:00
__init__.py
__main__.py
ai.py Refactor events into their own package 2022-05-28 08:52:54 -07:00
components.py Convert the passive healing clock to a more granular tick mechanism 2022-05-16 20:50:23 -07:00
engine.py Add a docstring to engine.Configuration 2022-05-16 20:49:42 -07:00
events.py Refactor events into their own package 2022-05-28 08:52:54 -07:00
geometry.py
items.py
log.py
map.py
messages.py Clean up some pylint warnings in messages.py 2022-05-16 20:49:01 -07:00
monsters.py
object.py
tile.py