idle-based game made for pixijs-game_engine
|
|
5 years ago | |
|---|---|---|
| audio | 5 years ago | |
| images | 5 years ago | |
| .gitignore | 5 years ago | |
| LICENSE | 5 years ago | |
| README.md | 5 years ago | |
| animation.js | 5 years ago | |
| collector.js | 5 years ago | |
| index.js | 5 years ago | |
| pickup_spawner.js | 5 years ago | |
| shop.js | 5 years ago | |
| world_game.js | 5 years ago | |
| world_menu.js | 5 years ago |
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.