1
0
Fork 0
mirror of https://github.com/imjasonh/droneski synced 2026-07-07 00:33:14 +00:00
No description
Find a file
Jason Hall 072ea08778 readme and license
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-02-22 11:36:20 -05:00
.github/workflows initial commit 2026-02-22 11:29:27 -05:00
src initial commit 2026-02-22 11:29:27 -05:00
.gitignore initial commit 2026-02-22 11:29:27 -05:00
CLAUDE.md initial commit 2026-02-22 11:29:27 -05:00
drone.png initial commit 2026-02-22 11:29:27 -05:00
index.html initial commit 2026-02-22 11:29:27 -05:00
LICENSE readme and license 2026-02-22 11:36:20 -05:00
package-lock.json initial commit 2026-02-22 11:29:27 -05:00
package.json initial commit 2026-02-22 11:29:27 -05:00
README.md readme and license 2026-02-22 11:36:20 -05:00
screenshot.png readme and license 2026-02-22 11:36:20 -05:00
tsconfig.json initial commit 2026-02-22 11:29:27 -05:00
vite.config.ts initial commit 2026-02-22 11:29:27 -05:00

Droneski

This is a browser-based game where you control a FPV drone following an Olympic downhill skier through a course.

Use W to accelerate, S to brake, A to turn left, D to turn right. Tab mutes the drone's sound.

Screenshot

Courses are procedurally generated, and the skier's path is randomized slightly to add variety. Both skier and drone have simulated physics for immersiveness. There's a drone sound effect that plays when the drone rotors are spinning (mute with Tab).

This was vibe-coded with Claude, feel free to remix and improve it!