Sacred Lamps is a HTML5 remake originally written on the Apple IIe in 1990. It requires adding the ImpactJS game engine folder to src/lib/. It also uses the impact-node server instead of Impact's built-in PHP solution for the Weltmeister editor and for baking.
- A guy on a flying carpet has to get the three lamps in the cave and deliver them to Princess Rozel.- Version 1.0
- Install the impact-node server by typing
npm install -g impact-node
and then typeimpact-node serve
and go to http://localhost:3000 - Does not require
impact-node
but is set up for it and is missing some of Impact's tools for building using bake script. - Dev code changes are seen in localhost:3000. To build, type
impact-node build
- Justin Stahlman
- @stahlmandesign on github
- @jstahlman on bitbucket