going-rogue/erynrl
Eryn Wells 36206b5cc0 Clean up __add__ on Point; add __sub__
The dunder add method only ever had one overload, so you don't need to
declare an overload
2023-02-12 19:44:28 -08:00
..
actions Refactor Action into Action and ActionWithActor 2023-02-12 16:34:37 -08:00
interface Refactor map rendering 2023-02-12 15:55:01 -08:00
map Refactor map rendering 2023-02-12 15:55:01 -08:00
__init__.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
__main__.py Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
ai.py Refactor Action into Action and ActionWithActor 2023-02-12 16:34:37 -08:00
components.py PEP8 formatter changes 2023-02-10 21:25:00 -08:00
configuration.py Redo the configuration metchanism 2023-02-12 14:24:36 -08:00
engine.py Refactor Action into Action and ActionWithActor 2023-02-12 16:34:37 -08:00
events.py Detect when Shift is pressed and don't return a WaitAction when Shift+. is pressed 2023-02-12 14:29:45 -08:00
geometry.py Clean up __add__ on Point; add __sub__ 2023-02-12 19:44:28 -08:00
items.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
log.py Move all the logging to log.py and prefix all the log names with "erynrl" 2022-05-12 20:40:15 -07:00
messages.py Move all the interface stuff to interface.Interface 2023-02-11 01:21:52 -08:00
monsters.py Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
object.py Refactor Action into Action and ActionWithActor 2023-02-12 16:34:37 -08:00