Play a quick two-player 3D pong style game in a web browser with a friend.
Study a small example of using Three.js for 3D browser graphics.
See a minimal example of WebRTC peer connection signaling for a two-player game.
| legacyvsx/zbounce | amureki/sweatbucks | anikchand461/ragbucket | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2025-08-15 | — |
| Maintenance | — | Quiet | — |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
README gives no install or run instructions, you would need to infer setup from the source files.
ZBounce is a simple 3D tunnel pong style game built with Three.js, a JavaScript library for creating 3D graphics in a web browser. The game is described as a tunnel pong or curve ball game meant for two players, played through a browser rather than installed as a separate app. Two player connectivity is handled with WebRTC, a technology that lets two browsers talk to each other directly in real time without routing all the gameplay data through a central server. A small PHP file called signal.php helps the two players find and connect to each other, a step commonly called signaling in WebRTC based applications. The project is built from just a few files. An index.html file contains the main gameplay code and is the file you would open to play the game. A schema.sql file sets up a database, though the README does not explain what data the database stores or how it is used within the game. The README for this project is quite sparse. It does not describe how to install or run the project locally, what dependencies are needed beyond Three.js and WebRTC, or what license, if any, applies to the code. It links to a live version of the game at zbounce.app, a social media account for the developer, and the developer's personal site, but offers no setup instructions, screenshots, or further documentation beyond the short description at the top of the file.
ZBounce is a simple two-player 3D tunnel pong game built with Three.js and WebRTC, playable directly in a web browser.
Mainly HTML. The stack also includes JavaScript, Three.js, WebRTC.
No license information is provided in the README.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.