
Game Development I started a CodePen collection called GameDev to explore some GameDev concepts. The first one, I explored was a basic loop: The code for a loop is super simple. Here’s what it basically boils down to: function start() { // setup and persistent state goes here window.requestAnimationFrame(update); // queue update function update() { […]
Read More3m