stained/dots-and-boxes
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
My experiments with Canvas2D to create an Android version of an old game (http://en.wikipedia.org/wiki/Dots_and_boxes) Since I'm not planning on taking the concept any further, I'm open-sourcing the existing code under an unrestricted "do what you want with it" license, as is without warranties or expectations. The base code for creating and calculating dot and box offsets (with basic scoring for a two-player mode) is there, along with some graphical assets and screens, but not really much else. I've included the eclipse project to make it easier to get started with.