webxdc/pong
17
0
Fork
You've already forked pong
0
Table tennis
  • JavaScript 98.1%
  • HTML 1.9%
2024年11月17日 03:28:15 +00:00
public Add source code URL 2024年07月02日 17:19:07 +00:00
.gitignore Initial commit 2024年07月02日 17:17:11 +00:00
game.js Adjust timings and reduce joining time to 1500 ms 2024年11月17日 03:28:15 +00:00
game.test.js Simplify canvas scaling using CSS 2024年11月17日 03:09:40 +00:00
index.html Simplify canvas scaling using CSS 2024年11月17日 03:09:40 +00:00
LICENSE Initial commit 2024年07月02日 17:17:11 +00:00
package-lock.json Refactor into modules to make testing possible 2024年11月12日 05:55:00 +00:00
package.json Refactor into modules to make testing possible 2024年11月12日 05:55:00 +00:00
README.md Add build instructions 2024年07月02日 17:20:35 +00:00
script.js Simplify canvas scaling using CSS 2024年11月17日 03:09:40 +00:00
vite.config.js Initial commit 2024年07月02日 17:17:11 +00:00
webxdc.js Initial commit 2024年07月02日 17:17:11 +00:00

Pong WebXDC

WebXDC using realtime channel API.

Building

To setup development environment, run npm install.

Run npm run build to build dist-zip/pong.xdc.

Run npm run dev to run WebXDC locally in the browser.