About
Pac-Man is a 1980 maze game developed and published by Namco for arcades, in which the player eats every dot in a maze while avoiding four ghosts. Pacman Canvas Next is the successor to pacman-canvas, rebuilt in TypeScript and React as a monorepo. The game itself is published as an npm package, and an example Next.js app shows how to use it. The original author marked it as a work in progress.
How it differs from the original
Its fruit graphics are SVGs from svgrepo.com.
Getting started
Install pnpm, run pnpm install in the repository, and then start the example app with pnpm dev. There is also an online demo on CodeSandbox.
Additional notes
- External link
- Demo: https://codesandbox.io/p/sandbox/pacman-canvas-next-8szpqf