This is my entry for the GameDev.tv Community Jam.
The link for the game is here: https://msanatan.itch.io/cuadrados-trials
This game is made with Phaser. To build this project locally you'll need Node.js + NPM (NPM is included in Node.js installations). After you clone this repo, execute the following commands:
npm i
- this installs all the dependencies for the gamenpm start
- this runs the game in a dev server
To create a production build of this game, run npm run build
.
I've not yet decided an appropriate license for this game. Until I do, please respect my copyright to all the code I've written and graphical assets I've created.
I made all the graphics myself using Aseprite - by far the best pixel editor I've used.
- All sound effects came from 512 Sound Effects (8-bit style)
- Made my game complete sound with BeepBox
Made in the Caribbean with ♥