Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 727 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 727 Bytes

Distributed PacMan

Pacman Distributed Edition

This project aims to create a fully distributed Pac-Man clone using CRDTs.

Demo

Project slides (italian)

It is based on the following open source projects:

How to run

npm install
npm run dev

How to build

npm run build