Super Star Trek ported to JavaScript

This commit is contained in:
Les Orchard
2021-02-16 23:10:46 -08:00
parent cbad680c72
commit 613db180a3
4 changed files with 1962 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "super-star-trek",
"version": "1.0.0",
"description": "As published in Basic Computer Games (1978) https://www.atariarchives.org/basicgames/showpage.php?page=157",
"main": "superstartrek.mjs",
"scripts": {
"start": "node cli.mjs"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^7.20.0"
}
}