Monthly Archives: December 2017

A Key Sequence Recorder in JavaScript

The JavaScript code below implements a key sequence recorder in JavaScript. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript. When the Record button is clicked, the … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

A Scrolling Map Tile Engine in JavaScript

The JavaScript below implements a simple engine for allowing an animated character to move around a map made of tiles. To see it in action, copy it into an .html file and open that file in a web browser that … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 Comment