Mini Pac-Man — Vite
How to run
- Install dependencies: npm install
- Start dev server: npm run dev
Open the URL shown by Vite (usually http://localhost:5173) to play.
Files of interest:
index.html— Vite entrysrc/main.js— mounts HUD and loads gamesrc/game.js— game logic ported from originalpacman.html