项目作者: DivyenduDutta

项目描述 :
Pong written in javascript and p5.js
高级语言: JavaScript
项目地址: git://github.com/DivyenduDutta/Pong-p5js.git
创建时间: 2019-06-23T14:02:47Z
项目社区:https://github.com/DivyenduDutta/Pong-p5js

开源协议:

下载


Pong-p5js Netlify Status

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