https://github.com/mikeralphson/advent-js
https://github.com/mikeralphson/advent-js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikeralphson/advent-js
- Owner: MikeRalphson
- Created: 2021-03-15T01:17:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T09:55:22.000Z (about 4 years ago)
- Last Synced: 2024-10-11T23:18:36.966Z (8 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.