Skip to content

trainoasis/pumptrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pumptrack

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/

Run locally

npm install
npm run dev

Build

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.

TODO

  • 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

About

Do you even pump, mate?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors