Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

How to handle "appears" / failed spawns #68

Closed Rushwind13 closed 3 weeks ago

Rushwind13 commented 1 month ago

Given I have spawned a monster And it wants to Appear 3 times Then I should always get 3 monsters

AC

Rushwind13 commented 3 weeks ago

https://github.com/Rushwind13/JMoria/pull/80 fixes this