rit-sse / rapdev12

The SSE's Rapid Development Weekend 12
4 stars 2 forks source link

Creatures moving at 90 degrees to where they should be #7

Open mok4ry opened 11 years ago

mok4ry commented 11 years ago

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.

mrm9084 commented 11 years ago

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.