Nuacht

mini-javascript-loop Minimal JavaScript/HTML5 game loop. This is a basic 2D game loop for HTML5 written in JavaScript. It's a stripped version of my Ludum Dare 28 entry. There's a simple bitmap font ...
Despite being single-threaded, JavaScript handles concurrency and asynchronous operations using the event loop. The event loop allows JavaScript to perform non-blocking operations, like handling I/O, ...
I am trying to loop through an array withfor (line in stuff)and in that loop, I am creating child elements and assigning different attributes to them. For one, I am usingaddEventListener('click ...