Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.59 KB

README.md

File metadata and controls

36 lines (19 loc) · 1.59 KB

Cat Stacker Source Code

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)

EXTRA NOTE:

To download the actual source select the version you want from the branches. Enjoy!

HOW TO RUN/INSTALL

  1. 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!!!)

  2. Download/Open Visual Studio Code

  3. Install the "Live Server" plugin (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

  4. Open the source you installed in Visual Studio Code

  5. Right click the index.html and select Open With Live Server

  6. 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.

Creating/Uploading mods

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.

My Discord

KiraDev#0211

If the message isn't going through, add me as a friend.