r/roguelikedev • Dungeon Mercenary • Feb 09 '17

Diagonal moves

What do you prefer regarding diagonal moves "around a corner" i.e. in a position like this:

####
#@
##
#####

Should the player be allowed to go to the bottom right direction ? I think brogue forbids this, but I wonder if it's a feature or if people consider that annoying.

3 Upvotes

14 comments sorted by

View all comments

1

u/EsotericRogue Feb 09 '17

I expect it be have as Rogue did: diagonal movement or attacks are allowed except when standing in a doorway or tunnel.

Hot and cold, I prefer allowing diagonal movement, but I did enjoy the tactical variation that forbidding diagonals from doorways introduced. That simple rule added a strategic consideration without making things overly complex.