Produce Puzzle: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
==Description== | ==Description== | ||
Produce Puzzle is a game | Produce Puzzle is a game created by Matthew Michihara, Elizabeth Deng, and Aaron Macris with the python programming language using the pyGTK and pygames libraries. It was created as an educational game during the University of Southern California's "Code for a cause OLPC Hack-a-thon" targeting users in 3rd world countries. The object of the game is to solve a system of equations with unknowns represented by fruits. The player is given the column sums and row sums, and from there he must determine the value of each fruit. The game difficulty can be changed, and it ranges from solving 3x3 fruit equations, all the way up to 9x9 fruit grids. | ||
==Standards== | ==Standards== | ||
Line 12: | Line 12: | ||
*[[User:Classclownfish|Abbi Honeycutt]] | *[[User:Classclownfish|Abbi Honeycutt]] | ||
*[[User:Nikeunltd|Kennedy Kong]] | *[[User:Nikeunltd|Kennedy Kong]] | ||
==Compatability Issues== | ==Compatability Issues== | ||
Line 49: | Line 37: | ||
==Completed Goals== | ==Completed Goals== | ||
* Fixed issues with resuming game after "minimizing" (5/14/09) | * Fixed issues with resuming game after "minimizing" (5/14/09) | ||
* Now correctly identifies itself as ProducePuzzleActivity (5/14/09) | * Now correctly identifies itself as ProducePuzzleActivity (5/14/09) | ||
==Links== | ==Links== | ||
* | * [[http://git.sugarlabs.org/projects/produce-puzzle|Git Repo]] (this is where newest code will be available) | ||
* [[http://code.google.com/p/redblue-croatia/source/checkout|Original source at Google Code]] (this is the older code) | |||
* [[http://wiki.laptop.org/go/Produce_Puzzle|Produce Puzzle page on OLPC Wiki]] | |||
==Contact Information== | ==Contact Information== | ||
* Abbi Honeycutt's [[User:Classclownfish|user page]] | * Abbi Honeycutt's [[User:Classclownfish|user page]] | ||
* Kennedy Kong's [[User:Nikeunltd|user page]] | * Kennedy Kong's [[User:Nikeunltd|user page]] |