-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
Well, player death is / should be a most possible game end. Currently there is two possibilities:
- if player is dead and there are no other creatures on the map, it's "Universe death" (exception message got printed to console and nothing else happens);
- if player is dead and any AI agent is not, it's endless loop of their actions.
We should do something about it!