Play as an elf who picks up and delivers mail between the windowsills of a charming city. In this relaxing platformer, make use of a satisfying movement system to hop, slide, spin, and dance between the rooftops.
This short game was developed in 48 hours for the Game Maker's Toolkit Game Jam 2021, which features the theme "Joined Together". Even when people cannot be together, there are still ways to stay connected. This game introduces a whimsical approach to the words, "no one is an island".
We hope you enjoy helping join people together. (and scaring the pigeons!)
Arrow Keys to Move, Space to jump, Down+Space to drop.
Grab the bouncing envelope to collect it, and bring it to the right window to deliver it.
- Joshua Cender: Developer
- Erin Baird: Developer
- Andrew Martin: Art, Animations, Music, SFX.
- Kara Cender: Writing, Breakfast Engineering.
This game was developed using Phaser, Tiled, Clip Studio Paint, and Coffee.
Created in Vancouver, Canada.
Command | Description |
---|---|
yarn install |
Install project dependencies |
yarn dev |
Builds project and open web server, watching for changes |
yarn build |
Builds code bundle with production settings |
yarn serve |
Run a web server to serve built code bundle |
After cloning the repo, run yarn install
from your project directory. Then, you can start the local development
server by running yarn dev
and navigate to http://localhost:3000.
After running yarn build
, the files you need for production will be on the dist
folder. To test code on your dist
folder, run yarn serve
and navigate to http://localhost:5000