A billiard game in pure JavaScript
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 (the similarity is obvious)
- Neraliu's NEngine.js (not online at this time unfortunately), which provided a Scene graph API very similar to Flash
- add ability to perform draws , follows and sides, besides normal hits
- add ability for multiplayer game and/or player/computer game
- add sound
- make 3D (eg. Three.js)
