Commit graph

5 commits

Author SHA1 Message Date
f6fe9d0f09 Move the roguebasin package to erynrl 2022-05-12 09:05:27 -07:00
7a5f131973 Log AI for entities that are visible to the hero to the ai logger 2022-05-12 08:59:24 -07:00
95cc3034b8 Clean up unused imports in ai.py 2022-05-12 08:58:51 -07:00
b604ff30ec Implement a basic AI for HostileMonster
This AI will walk randomly around the dungeon (pausing periodically) and
if the Hero comes into view, will b-line and attack
2022-05-08 23:38:48 -07:00
49b48ec7a8 Add a HostileEnemy AI component 2022-05-08 09:48:22 -07:00