A top-down vehicle parking puzzle game built with TypeScript, Vite, and a custom Web Engine.
Play it: masonletoile.ca/pixel-parker
| Key | Action |
|---|---|
| W / S | Throttle / Reverse / Brake |
| Escape | Pause |
| 1 | Complete level ( Temporary, debug control ) |
| 2 | Cycle vehicle |
| 3 | Toggle debug mode |
- npm
- Node.js 18+ (for local development and building only)
# Clone Pixel Parker
git clone https://github.com/masonlet/pixel-parker.git
cd pixel-parkernpm 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.