A top-down vehicle drifting game built with TypeScript, Vite, and a custom Web Engine for A Lil Summer GameJam☀️🌴
Built for the theme Drifting. I liked the idea and decided to port what I was currently working on from pixel parker and modify it to fit some drifting mechanics and basic levels.
| Key | Action |
|---|---|
| W / S | Throttle / Reverse / Brake |
| A / D | Steer |
| Space | Handbrake |
| Escape | Pause |
- npm
- Node.js 18+ (for local development and building only)
# Clone Pixel Drifter
git clone https://github.com/masonlet/pixel-drifter-jam.git
cd pixel-drifter-jamnpm installnpm run dev # Local development http://localhost:5173
npm run build # Vite build
npm run preview # Preview production Vite build http://localhost:4173The production build outputs static files to the dist/ directory which can be hosted on any static hosting provider. Node.js is not required to run the deployed site.
MIT License - see LICENSE for details.