Skip to content

masonlet/pixel-parker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel Parker

A top-down vehicle parking puzzle game built with TypeScript, Vite, and a custom Web Engine.

Play it: masonletoile.ca/pixel-parker

Tech Stack

Controls

Key Action
W / S Throttle / Reverse / Brake
Escape Pause
1 Complete level ( Temporary, debug control )
2 Cycle vehicle
3 Toggle debug mode

Deployment & Configuration

Prerequisites

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

1. Clone the Repository

# Clone Pixel Parker
git clone https://github.com/masonlet/pixel-parker.git
cd pixel-parker

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.

About

A top-down vehicle parking puzzle game built with TypeScript and a custom 2D web engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages