Activities/VisualMatch: Difference between revisions
Tonyforster (talk | contribs) |
No edit summary |
||
| Line 1: | Line 1: | ||
AKA Dimensions | |||
==The basics== | ==The basics== | ||
| Line 16: | Line 18: | ||
* [http://www.dailymotion.com/video/xbuw5j_visual-match A video demonstration of Visual Match] | * [http://www.dailymotion.com/video/xbuw5j_visual-match A video demonstration of Visual Match] | ||
==More details== | |||
* Cards have four different attributes: color, shape, fill texture, and number of elements. | * Cards have four different attributes: color, shape, fill texture, and number of elements. | ||
::The number version works with prime factors instead of shapes and textures. | ::The number version works with prime factors instead of shapes and textures. | ||
| Line 149: | Line 151: | ||
The game is then created from digits, one of (a) to (d) and one of (e) to (i) | The game is then created from digits, one of (a) to (d) and one of (e) to (i) | ||
[[Image:Activity-VisualMatch-Toolbar84.png|600px]] | [[Image:Activity-VisualMatch-Toolbar84.png|600px]] | ||
| Line 228: | Line 229: | ||
==Programming== | ==Programming== | ||
===Show me the code=== | |||
You can explore the Visual Match source code [[http://git.sugarlabs.org/projects/visualmatch/repos/mainline cloning the project]] directly from git. | You can explore the Visual Match source code [[http://git.sugarlabs.org/projects/visualmatch/repos/mainline cloning the project]] directly from git. | ||
===Known bugs=== | ===Known bugs=== | ||
There are several known problems with the current version of Visual Match: | There are several known problems with the current version of Visual Match: | ||
* Restore from Journal does not work on pre-0.82 versions of Sugar. | * Restore from Journal does not work on pre-0.82 versions of Sugar. | ||
* Chinese Cards don't display properly on some systems due to a missing font. | * Chinese Cards don't display properly on some systems due to a missing font. | ||
* There is no indication of whom found the match in group play. | * There is no indication of whom found the match in group play. | ||
=== Reporting problems === | === Reporting problems === | ||
If you discover a bug in the program or have a suggestion for an enhancement, please [https://bugs.sugarlabs.org/newticket?component=Visual+Match file a ticket] in our bug-tracking system. | If you discover a bug in the program or have a suggestion for an enhancement, please [https://bugs.sugarlabs.org/newticket?component=Visual+Match file a ticket] in our bug-tracking system. | ||