Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foo123/billiard.js
A pure JavaScript billiard game
https://github.com/foo123/billiard.js
billiard
Last synced: about 1 month ago
JSON representation
A pure JavaScript billiard game
- Host: GitHub
- URL: https://github.com/foo123/billiard.js
- Owner: foo123
- Created: 2013-03-12T06:38:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:27:56.000Z (10 months ago)
- Last Synced: 2024-01-23T17:46:12.781Z (10 months ago)
- Topics: billiard
- Language: JavaScript
- Homepage: https://foo123.github.io/examples/billiard.js/
- Size: 3.86 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Billiard.js
===========**Further development on this project has stopped!!**
__A pure javascript billiard game__
[![Billiard.js](/images/billiard.jpg)](http://foo123.github.com/examples/billiard.js/)
### Live Example
* [Billiard.js](http://foo123.github.com/examples/billiard.js/)### Credits
*Since the original blog post about this project is closed, mention here some sources from which this was inspired and came to be*
This small demo project draws from various flash biliiard games (like graphic images etc.., I cheated a little :) )
However the primary sources are:
* **[AS3 Billiard by Alejantro](http://www.yoambulante.com/en/labs/elastic_collision.php)** (the similarity is obvious)
* **[Neraliu's](https://github.com/neraliu) NEngine.js** (not online at this time unfortunately), which provided a *Scene graph API* very similar to **Flash**### TODO
* add ability to perform **draws** , **follows** and **sides** besides *normal* hits
* add ability for multiplayer game or player/computer game
* add sound
* make 3D billiard game (eg. Three.js)