项目作者: DivyenduDutta
项目描述 :
Pong written in javascript and p5.js
高级语言: JavaScript
项目地址: git://github.com/DivyenduDutta/Pong-p5js.git
Pong-p5js 
Pong written in javascript and p5.js
p5.js is a javascript library that allows programmers to do something callled “Sketching” or “drawing in code”.
Play the game here
Building
- run “npm install” to download all dependencies - we only need browserify to package all the code into bundle.js
- run “npm run build”
- open index.html in browser
Pong in action

References
p5.js