VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

maybe put "TriggerAi" before "HandleAi" in ai.go? #105

Closed VedVid closed 5 years ago

VedVid commented 5 years ago

Nope, it won't work properly. Now, the game first handles enemy action, and then triggers ai. It grants player free turn on spotting, and it's the expected behaviour