idle-based game made for pixijs-game_engine

Tom Tsagk e4eae1d2b8 balance prices il y a 6 ans
audio f33b4956f6 improved sounds il y a 6 ans
images 503c9508a2 remove unneeded image il y a 6 ans
.gitignore b024683a9d init commit il y a 6 ans
LICENSE 9a9b190152 Initial commit il y a 6 ans
README.md 5a2016128b fixed README.md il y a 6 ans
animation.js f9f3c33afc add set max function on animation il y a 6 ans
collector.js cb903420d4 organized code il y a 6 ans
index.js b024683a9d init commit il y a 6 ans
pickup_spawner.js 0091aef1b3 shop buttons disappear on max il y a 6 ans
shop.js e4eae1d2b8 balance prices il y a 6 ans
world_game.js f33b4956f6 improved sounds il y a 6 ans
world_menu.js f33b4956f6 improved sounds il y a 6 ans

README.md

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.