A tiny 8-bit style game by TeamGantt Engineering
Help Lil John and Barrel Nathan nab those milestones as they reach the end of the projects.
- X to Jump
- Z to Sprint
- ⬇️ + X to Super Jump
- ⬅️ or ➡️ to run
- Pixel art!
- Two characters, each with unique attributes
- Gantt charts
- Milestone collection
- That "just one more try" speed run gameplay
- How fast can you get all the milestones?
- More gantt charts
- What is this made with?
- Pico 8 - a wonderful little Fantasy Console
- Does it work on mobile?
- Yes! Quite well. Try it on your phone for a gameboy-like experience.
- Why is Nathan in a barrel?
- This is a mystery only solved by visiting the Teamgantt website
- Clone the repo (recommend cloning to your
Application Support/pico-8/carts/*
directory) - (In Pico-8)
load <path to p.8 file>
- (In VS Code or preferred editor) open
gantt-runner.p8
- Code away and hit
cmd+R
in Pico-8 console to restart game
See the Pico-8 manual for all export options.
To build for web export -f gantt_runner.html
will build in the current html folder in the repo.