Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msanatan/cuadradostrials
Help Cuadrado pass his robotic examination so he can deployed to the real world
https://github.com/msanatan/cuadradostrials
2d game phaser platformer
Last synced: 3 months ago
JSON representation
Help Cuadrado pass his robotic examination so he can deployed to the real world
- Host: GitHub
- URL: https://github.com/msanatan/cuadradostrials
- Owner: msanatan
- License: mit
- Created: 2020-05-16T03:16:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T21:39:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T09:02:12.171Z (almost 2 years ago)
- Topics: 2d, game, phaser, platformer
- Language: TypeScript
- Homepage: https://msanatan.itch.io/cuadrados-trials
- Size: 10.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cuadrado's Trials
This is my entry for the [GameDev.tv Community Jam](https://itch.io/jam/gamedevtv-community-jam).
The link for the game is here:
## How to Build?
This game is made with [Phaser](http://phaser.io/). To build this project locally you'll need [Node.js](https://nodejs.org/) + [NPM](https://www.npmjs.com/) (NPM is included in Node.js installations). After you clone this repo, execute the following commands:
1. `npm i` - this installs all the dependencies for the game
1. `npm start` - this runs the game in a dev serverTo create a production build of this game, run `npm run build`.
## License
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.
## Asssets
### Graphics
I made all the graphics myself using [Aseprite](https://www.aseprite.org) - by far the best pixel editor I've used.
### Fonts
* [VCR OSD Mono](https://www.dafont.com/vcr-osd-mono.font)
* [Minecraft](https://www.dafont.com/minecraft.font)
* [Pixel Inversion](https://www.dafont.com/pixel-inversions.font)#### Audio
* All sound effects came from [512 Sound Effects (8-bit style)](https://opengameart.org/content/512-sound-effects-8-bit-style)
* Made my game complete sound with [BeepBox](https://www.beepbox.co)### Level Design
* [Tiled Map Editor](https://www.mapeditor.org/)
Made in the Caribbean with ♥