wowserhq / wowser

World of Warcraft in the browser using JavaScript and WebGL
MIT License
238 stars 63 forks source link

Implement basic collision detection #149

Open fallenoak opened 8 years ago

fallenoak commented 8 years ago

A friend was just commenting the other day about how Wowser looks great, but is lacking in the gameplay department. 😛

Let's fix that with some rudimentary collision detection for the player!

For now, let's skip the trickier parts of collision, and just deal with basic terrain collisions.

Progress

timkurvers commented 8 years ago

👍