A billiard game in pure JavaScript for Desktop and Mobile
23 kB minified
This small project draws from various billiard games in Flash, especially AS3 Billiard by Alejantro.
SceneLite.js is used which provides a lite, performant and versatile Scene Graph API supporting HTML/CSS, SVG and Canvas rendering.
- 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)
see also:
- Billiard.js Billiard game in pure JavaScript
- sudoku.js Sudoku game in pure JavaScript
- chess.js Chess game in pure JavaScript
- sunfish.js JavaScript port of Sunfish chess engine
- Rubik3 3D Rubik Cube game in pure JavaScript
- 3DRubikCube 3D Rubik Cube game in ActionScript
