Skip to content

Repository files navigation

Pixel Drifter

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.

CI License: MIT

Tech Stack

Controls

Key Action
W / S Throttle / Reverse / Brake
A / D Steer
Space Handbrake
Escape Pause

Deployment & Configuration

Prerequisites

  • npm
  • Node.js 18+ (for local development and building only)

1. Clone the Repository

# Clone Pixel Drifter
git clone https://github.com/masonlet/pixel-drifter-jam.git
cd pixel-drifter-jam

2. Install dependencies

npm install

3. Run Locally

npm run dev     # Local development http://localhost:5173
npm run build   # Vite build
npm run preview # Preview production Vite build http://localhost:4173

4. Deployment

The 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.

License

MIT License - see LICENSE for details.

Releases

Packages

Contributors

Languages