CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

User Input (moving smily via keyboard) #1

Closed duh102 closed 9 years ago

duh102 commented 9 years ago

User is able to move play piece on the field

duh102 commented 9 years ago

Tried putting this in in c4c15aa968, doesn't seem to have worked

meneal commented 9 years ago

Perhaps this will end up being a toolchain problem. Perhaps Canvas is not the best way to go given the state of the API. Should we potentially use some other JS framework?

macluo commented 9 years ago

I can give it another try tonight while you guys are looking for other.

duh102 commented 9 years ago

I believe I've actually figured it out, I was getting the size of the canvas wrong, fixed in a2f6f2c0d7