An open API service indexing awesome lists of open source software.

https://github.com/mikeralphson/advent-js


https://github.com/mikeralphson/advent-js

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This is the source code for both the original Adventure and the JavaScript port.
The JavaScript port splits the original code into two sections: one is a Perl
script that reads the original data file and then exports it into a set of JSON
objects, and the other is the actual JavaScript code for running the game.