Difference between revisions of "Activities/PyCut"

From Sugar Labs
Jump to navigation Jump to search
(Updated Current status to reflect the actual state of the program)
m (Use internal links to userpages, remove references to old repository link (use FOSSRIT instead))
Line 21: Line 21:
  
 
== To Do ==
 
== To Do ==
In the beginning of the project, a few [https://github.com/jflory7/PyCut/wiki/Future-planning stretch goals] were identified as extra features that would be nice for us to add if we have time or for future students in the HFOSS course to add if they wish to take our project and improve it.
+
In the beginning of the project, a few [https://github.com/FOSSRIT/PyCut/wiki/Future-planning stretch goals] were identified as extra features that would be nice for us to add if we have time or for future students in the HFOSS course to add if they wish to take our project and improve it.
  
 
=== Difficulty levels ===
 
=== Difficulty levels ===
Line 32: Line 32:
  
 
=== Other items ===
 
=== Other items ===
All to-do items are reported as [https://github.com/jflory7/PyCut/issues issues] in our [https://github.com/jflory7/PyCut GitHub repository]. This is the best place to look for other tasks, feature requests to add, and/or bugs needing fixes.  
+
All to-do items are reported as [https://github.com/FOSSRIT/PyCut/issues issues] in our [https://github.com/FOSSRIT/PyCut GitHub repository]. This is the best place to look for other tasks, feature requests to add, and/or bugs needing fixes.  
  
  
Line 38: Line 38:
 
* [https://activities.sugarlabs.org/en-US/sugar/addon/4790/ Download from SugarLabs]
 
* [https://activities.sugarlabs.org/en-US/sugar/addon/4790/ Download from SugarLabs]
 
* [https://github.com/FOSSRIT/PyCut/releases Download from GitHub]
 
* [https://github.com/FOSSRIT/PyCut/releases Download from GitHub]
* [https://github.com/jflory7/PyCut GitHub Repository]
+
* [https://github.com/FOSSRIT/PyCut GitHub Repository]
* [https://github.com/jflory7/PyCut/wiki Project wiki]
+
* [https://github.com/FOSSRIT/PyCut/wiki Project wiki]
  
  
Line 47: Line 47:
 
* [http://blog.wilfriede.me/ Wilfried Hounyo]
 
* [http://blog.wilfriede.me/ Wilfried Hounyo]
 
* [[User:Tcreeds|Trevor Creed]]
 
* [[User:Tcreeds|Trevor Creed]]
* [[Alex Fuerst]]
+
* [[User:Afuerst|Alex Fuerst]]
* [[Patrick Gormley]]
+
* [[User:Gorms|Patrick Gormley]]
  
 
== License ==
 
== License ==
PyCut is licensed under the [https://github.com/jflory7/PyCut/blob/master/LICENSE Mozilla Public License 2.0 license].
+
PyCut is licensed under the [https://github.com/FOSSRIT/PyCut/blob/master/LICENSE Mozilla Public License 2.0 license].
  
 
----
 
----

Revision as of 21:53, 14 December 2016

Status: Released/Hibernation
v1.1.1 released 2016-12-14
Group Members: Justin W. Flory, Stephen Garabedian, Wilfried Hounyo, Alex Fuerst, Trevor Creed, Patrick Gormley
PyCut is a pizza-making puzzle game made for the IGME-582 final project at the Rochester Institute of Technology. This game teaches basic units of measure to children inspired by the Pizza Pass minigame of Logical Journey of the Zoombinis (1996).
PyCut logo.png

Description

PyCut is a pizza-making puzzle game made for the IGME-582 final project at the Rochester Institute of Technology. This game teaches basic units of measure to children inspired by the Pizza Pass minigame of Logical Journey of the Zoombinis (1996).

In the game, you are in charge of pizza creation! You run a popular pizza shop in town and are taking orders from customers. Sometimes you have to take orders for a group of customers too! However, the customers are not precise with their order… they only know what they like and what they don't like. But they can't name the ingredients! You have to work with the customer to make a pizza that meets their exact specifications and preferences. What are those specifications? You will have to figure it out with wasting as few pizzas as possible!

The game intends to be a logic puzzle for 4th graders to deduce a solution based on as little knowledge as possible.

In the added "Advanced" difficulty mode the puzzle begins to incorporate fractions into the mix.

Current Status

The latest stable version of the game can be found on activities.sugarlabs.org.

Note: The previous stable version does not seem to work for most XOs. The Prototype works by invoking the main file in python but not as an XO activity.

  • v1.0
  • Active development still in progress
  • Prototype v1.1

To Do

In the beginning of the project, a few stretch goals were identified as extra features that would be nice for us to add if we have time or for future students in the HFOSS course to add if they wish to take our project and improve it.

Difficulty levels

Creating multiple difficulty levels (more toppings, less room for mistakes) is one possibility to expand the scope of the game. This will also make it more accessible to children who fall outside of the 4th grade range. By using difficulty levels, you can have easier puzzles for younger children and harder puzzles for older children.

Additional puzzles

Another way to expand PyCut would be to add multiple types of puzzles, similar to the original Zoombinis game. The question would be whether the expansion puzzles are related to PyCut and tie into a theme, or if it's a larger game with different logic puzzles tied together.

This could also be a project for a future class to take multiple past projects from the HFOSS course at RIT and create a platform title that children could play through, much like a full video game.

Other items

All to-do items are reported as issues in our GitHub repository. This is the best place to look for other tasks, feature requests to add, and/or bugs needing fixes.


Resources and Links


Contributors

License

PyCut is licensed under the Mozilla Public License 2.0 license.