UNPKG

jsgam

Version:

JavaScript Graphic Adventure Maker

9 lines (7 loc) 192 B
import Adventure from './game'; console.log("JSGAM 5.1.0d https://github.com/kreezii/jsgam"); /*function Adventure(config){ new Game(config); }*/ export default Adventure; //export {Game};