The client displays a creature who moved north as moving east or west.
I believe this is due to a conflict in how the client and server represent the board; the server assumes ( row, column ) coordinates. This issue would arise from the client expecting ( x, y ) coordinates.
Up and down seem to be working now. Also moving left. Moving right is the real problem. I tried to mirror the image but I could not figure out how to do it correctly.
The client displays a creature who moved north as moving east or west.
I believe this is due to a conflict in how the client and server represent the board; the server assumes ( row, column ) coordinates. This issue would arise from the client expecting ( x, y ) coordinates.