A tiny-wings-style web game. Ride rolling hills, pump the downhills, launch off the crests. Canvas 2D + TypeScript, no game engine.
Live: https://pumptrack.wiwacloud.com/
npm install
npm run dev
npm run build # minified bundle in dist/
npm run typecheck # tsc --noEmit
Deploys to Vercel automatically on push to main once the GitHub integration is connected, or manually with npx vercel@latest --prod.
- Add Supabase + leaderboard on ESC key
- Redesign biker so its more realistic
- Make sure biker leans down or changes when SPACE is pressed
- Add better sounds + soundtrack
- Define game goal — when do you "die"? when do you "win"?
- Explore bots to play against (shadow-rider style) — fun, useful, or not?
- Explore a multiplayer version