Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)