Handling Players, enemies and attacks in HTML5
- by Chris Morris
I'm building a simple (currently) game with free roaming player and monsters on a map built by a 2D grid.
I've been looking at the methods for implementing characters and enemies onto the screen and I've seen two seperate methods for doing this online.
Drawing the player onto the screen canvas directly and refreshing the entire screen every FPS…