Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 993 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 993 Bytes

Pacman Canvas Next

npm version

ℹ️ Read packages/pacman-canvas/README.md for more information.

Next generation of https://github.com/platzhersh/pacman-canvas.

Fruit SVGs from https://www.svgrepo.com/collection/gastronomy-set/

Demo: https://codesandbox.io/p/sandbox/pacman-canvas-next-8szpqf

apps

  • web: contains an example usage of packages/pacman-canvas in a Next.js app
  • doc: basic next.js docs boilerplate app

packages

  • pacman-canvas: the actual game
  • eslint-config: boilerplate eslint config for the project
  • typescript-config: boilerplate typescript config for the project
  • ui: boilerplate ui components for the project

Get started

install pnpm

npm install -g pnpm

setup pnpm on your machine

pnpm setup

install dependencies

pnpm install

Run the app

pnpm dev