A game made for the jam Game Off 2018
This game was intended as an hybrid between a 2D portal-like game and the world hardest game
You can play the game at that link
Each level is described as a json file in he folder levels/
. This file must describe
robot
: initial position of the robot and whether the robot can send blue or yellow portalsblocks
: position of the black blockskillers
: position, initial speed and scale of the red blockscollectibles
: position of the green blocksvictory
: position and scale of the victory portal
The mechanics of the game are all written in the file main.js
Images and sounds are in the assets/
folder
The game was implemented using the game engine Phaser 3.
The game uses the music All Humans by Jesse Spillane.