This is the repo for the open source code of Cat Stacker. This is NOT official, but it is the official source code. It contains as many versions of the game that I can find. DM me on Discord if you know any versions that aren't 1.6, 1.7, or 1.8 (1.6 & 1.7 COMING SOON)
To download the actual source select the version you want from the branches. Enjoy!
-
Download any version source of your choosing from it's dedicated branch (For this example, we're using 1.8, make sure to unzip it!!!)
-
Download/Open Visual Studio Code
-
Install the "Live Server" plugin (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
-
Open the source you installed in Visual Studio Code
-
Right click the index.html and select Open With Live Server
-
Once it opens, your default browser should open to the game. Congrats, the game should've launched! If not, submit an issue and include screenshots of your Chrome console.
If you make a mod for the game, DM me on Discord.
NOTE: The game is made in Phaser 2, so you should use Phaser 2's documentation to make mods if you don't know it. Phaser works off JavaScript. Happy modding!
DOUBLE NOTE: If you want to add a module to it, DONT use JavaScript import. Add the module to the node_modules folder and reference it in the index.html file in this format: <script src="./node_modules/YOURMODULE/mainjavascriptfile.js"></script>
You won't need to use import if you do it this way.
KiraDev#0211
If the message isn't going through, add me as a friend.