#DotBox A JavaScript game of dots, lines, and boxes.
http://www.gmetzker.com/dotBox
- Score the most boxes on the board.
- Take a turn a by clicking on two adjacent dots and connecting a line.
- Score boxes by connecting four sides of a box.
- Get a free turn when you score a box.
- Player who scores the most boxes wins.
- Game Engine & AI is plain old JavaScript.
- Game Engine javascript tests are built with [Jasmine] (http://pivotal.github.io/jasmine/).
- Game UI is an HTML canvas with drawing and animations managed by CreateJs and TweenJS.
- dotBox landing page UI built with
- [BootStrap] (http://getbootstrap.com/)
- [KnockoutJS] (http://knockoutjs.com/)
- [JQuery] (http://jquery.com/)
- JQuery UI