JoshuaWright42 / bomberman

My very own Object Oriented version of the classic game bomberman. For education purposes only.
GNU General Public License v3.0
2 stars 2 forks source link

Player Movement #5

Open JoshuaWright42 opened 3 years ago

JoshuaWright42 commented 3 years ago

Player movement is not as smooth and crisp as I would like. Want to tweak at some point to improve.

ruanswanepoel commented 2 years ago

Could lock player's location to a grid instead of doing collision detection (similar to Pacman movement).