A casual HTML5 arcade game where broken contraptions roll down a conveyor belt. Spot the faults, tap to inspect, and complete quick minigames to fix them before they slide off the edge. Start simple - pump a bike tire, screw a lightbulb - then face increasingly complex machines with multiple faults as the belt speeds up. You get 10 lives; each unfixed issue costs one.
Originally built for the Gamedev.js Jam 2026 (theme: Machines) as my first game. The jam version lives at fix-it-jam; this repo is the continued development.
- Node.js is required to install dependencies and run scripts via
npm.
git clone https://github.com/masonlet/fix-it.git
cd fix-it
npm installnpm run dev # Local development server
npm run build # Production build- Project scaffolded from phaserjs/template-youtube-playables
- YouTube Playables Helper Library (
YoutubePlayables.js) by Phaser Studio
MIT License - see LICENSE for details.
