Public
Like
GAMEZACK
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v7View latest version
An interactive F1 racing game featuring:
- 4+ F1 cars racing on unrealistic rainbow tracks
- Multiple camera angles (overhead, chase, cockpit, track-side)
- Real-time speedometers for all participants
- Colorful rainbow track with dynamic lighting
- Keyboard controls for player interaction
backend/index.ts- Main HTTP server using Honofrontend/index.html- Game HTML templatefrontend/game.js- Main game logic and Three.js implementationfrontend/style.css- Game stylingshared/types.ts- Shared TypeScript types
- Arrow Keys / WASD: Control Player 1 car
- C: Cycle through camera angles
- R: Reset race
- Space: Pause/Resume
- Real-time 3D racing with physics
- Dynamic rainbow track that changes colors
- Multiple AI opponents
- Speed tracking and display
- Immersive camera system