idle-based game made for pixijs-game_engine
|
7 år sedan | |
---|---|---|
audio | 7 år sedan | |
images | 7 år sedan | |
.gitignore | 7 år sedan | |
LICENSE | 7 år sedan | |
README.md | 7 år sedan | |
animation.js | 7 år sedan | |
collector.js | 7 år sedan | |
index.js | 7 år sedan | |
pickup_spawner.js | 7 år sedan | |
shop.js | 7 år sedan | |
world_game.js | 7 år sedan | |
world_menu.js | 7 år sedan |
simple game made to test pixijs-game_engine
to compile, clone pixis-game_engine,
then, to compile this game, run $pixijs_ge/compile_game $pixijs_ge $collector_game
,
where $pixijs_ge
is the path to pixijs-game_engine directory and $collector_game
is the
path to this project's root directory. once done it will generate a build
folder with
all the files inside needed to display the game properly in a web-browser.