UNPKG
jsgam
Version:
latest (5.1.0-d)
5.1.0-d
5.1.0-c
5.0.1-3b
5.0.1-6
5.0.1-5
5.0.1-4
5.0.1-3
5.0.1-2
5.0.0
5.0.0-rc1
5.0.0-beta2
5.0.0-beta
5.0.0-alpha
JavaScript Graphic Adventure Maker
github.com/kreezii/jsgam
kreezii/jsgam
jsgam
/
src
/
index.js
9 lines
(7 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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};