A challenging 2D platform puzzle game built with Phaser and JavaScript. Two players must climb obstacles and complete tasks cooperatively to reach the next stage. Designed as an educational game — core mechanics teach spatial reasoning, timing, and coordination.
Phaser
JavaScript
Node.js
GitHub
Educational
What I Built
- Cooperative platformer mechanics — two characters must interact with the environment in sync; one character's action can unlock a path for the other.
- Platform physics — gravity, collision, and momentum built from scratch on top of Phaser's Arcade physics engine.
- Timed challenge levels — countdown mechanics with per-level difficulty scaling; missed timing resets the coordination puzzle.
- Educational content integration — visual prompts and in-world cues teach cooperation concepts without tutorial text.
- Responsive UI — HTML/CSS overlay for health, timer, and hints; accessible on desktop browsers via itch.io.