Skip to content

piqnt/polymatic-example-eight-ball

Repository files navigation

8-Ball Pool - Polymatic Example

Multiplayer 8-Ball pool, implemented using Polymatic framework, Socket.io, Planck/Box2D physics engine, and SVG rendering.

▶ Play Online

Development

Make sure you have node.js/npm installed.

Install dependencies:

npm install

Run locally for development:

npm run dev

In production first build frontend, then start the server:

npm run build
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks