Monthly Archives: July 2014

A Turn-Based Combat Engine for an RPG in JavaScript

The JavaScript code below implements a simple turn-based combat engine for a Japanese-style RPG in JavaScript. To see it in action, copy it into an .html file and open that file in a web browser that runs JavaScript. Or, for … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

A FAT12 Disk Image Explorer in JavaScript

The JavaScript code below, when run, presents a file upload button. When the user selects a valid FAT12 disk image and uploads it, the contents of the disk’s root directory will be displayed. The user can then click the Download … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment