Browse Source

minigame-engine.js => nice-harness.js

develop
Rob Colbert 2 years ago
parent
commit
87563c2ee5
  1. 2
      nice-harness.js
  2. 2
      package.json

2
minigame-engine.js → nice-harness.js

@ -1,4 +1,4 @@
// index.js
// nice-harness.js
// Copyright (C) 2022 Rob Colbert
// License: Apache-2.0

2
package.json

@ -8,7 +8,7 @@
"description": "In a world where memes come to life, a pineapple takes on evil and wins!"
},
"scripts": {
"start": "node minigame-engine.js"
"start": "node nice-harness.js"
},
"repository": "https://git.digitaltelepresence.com/rob/cyberegg2077.git",
"author": "Rob Colbert",

Loading…
Cancel
Save