Development Team/Sugargame: Difference between revisions
correct name is Pygame not PyGame |
|||
| Line 4: | Line 4: | ||
programs to run well under Sugar. | programs to run well under Sugar. | ||
It is a fork of olcpgames, which is no longer maintained. | It is a fork of olcpgames, which is no longer maintained. | ||
What it does: | |||
* Wraps a Sugar activity around an existing Pygame program with few changes | |||
* Allows Sugar toolbars and other widgets to be added to the activity UI | |||
* Provides hooks for saving to and restoring from the Journal | |||
Get it from: | Get it from: | ||
| Line 9: | Line 15: | ||
http://git.sugarlabs.org/projects/sugargame | http://git.sugarlabs.org/projects/sugargame | ||
And place it within your activity source. It is not part of Sugar. Remember to check back for updates when you are continuing development of your activity. | |||
You can find it in some activities already. It is so small that the duplication is unimportant. | |||
== Using Sugargame == | == Using Sugargame == | ||