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

Handle "takeTurn" #24

Closed VedVid closed 5 years ago

VedVid commented 5 years ago

in Controls (controls.go):
... takeTurn := false
...
... takeTurn = p.MoveOrAttack
... return takeTurn

in Move (monsters.go):
... takeTurn := false
... if tile is not blocked: do something; else: takeTurn = true
... return takeTurn

VedVid commented 5 years ago

Done by 6f404aacdf5d7093c1cfd83574dec240c80d2aff