https://pacman-react.stefanwille.com
The Pac-Man Dossier documents original arcade behavior and ghost logic.
I have used Tiled.
File is called pacman6.tmx. The Export file is pacman6.json.
Basic Editing:
- Make the Pills or Ways layer visible.
- Select one of them
- Use the Stamp Brush to paint tiles from the Assets area onto the active layer.
- Press CMD-S for Save
- Press CMD-E for Export
Automatically deployed to Vercel
Assets came from Armin Reichert: https://github.com/armin-reichert/pacman
pnpm install
Runs the Vite dev server at http://localhost:3000 with HMR.
Runs Vitest in watch mode.
Runs Vitest once (CI mode).
Typechecks and builds the production bundle into the build/ folder.
Serves the production build locally for smoke-testing.