index
:
js13kgames-template
master
A barebone template aimed for js13kgames
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
/
main.js
blob: 82d41763238ea1b57b4edb25a5e9d36c55568300 (
plain
)
1
2
3
import
Game
from
'./Game'
;
let
game
=
new
Game
();