Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 659 Bytes

File metadata and controls

29 lines (18 loc) · 659 Bytes

Pinball - Polymatic Example

Pinball game with editable SVG table. Implemented using Polymatic, Planck.js and svg-play.

Play Live Demo

How to run the code

To run or build the source code in this repository you need to have node.js/npm installed.

Install this project dependencies:

npm install

To run the project locally:

npm run dev

This will print out the url where you can open the project.

To build the project for production:

npm run build