A browser clone of the classic Doodle Jump. Leap from platform to platform, climb as high as you can, and chase a new high score.
A/←— move leftD/→— move rightSpace— restart after a fall
Wrapping is enabled: leaving one side of the screen brings you back on the opposite side.
npm install
npm run dev
Open the URL that Vite prints (usually http://localhost:5173) and start jumping.
npm run build
The optimized bundle is emitted to dist/ and can be deployed to any static host.