Board Games: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
SUMMER OF CODE PROJECT : designing an engine for '''Board Games''' authoring system for the XO. This should be a robust but simple system that will allow users to create their own board games on the laptop. The system will be written in [[Python]] w/[[Pygame]] elements. |
SUMMER OF CODE PROJECT : designing an engine for '''Board Games''' authoring system for the XO. This should be a robust but simple system that will allow users to create their own board games on the laptop. The system will be written in [[Python]] w/[[Pygame]] elements. |
||
These Board Games can have mini games against work only with cards and rules. |
These Board Games can have mini games like Asterix(r) game series, or even Mario Party(r) against work only with cards and rules. |
||
There's already a 'board game engine' called childsplay http://childsplay.sf.net which is Python/Pygame based |
There's already a 'board game engine' called childsplay http://childsplay.sf.net which is Python/Pygame based |
Revision as of 13:48, 25 April 2007
XOBoGa XO Board Games Design version .01
SUMMER OF CODE PROJECT : designing an engine for Board Games authoring system for the XO. This should be a robust but simple system that will allow users to create their own board games on the laptop. The system will be written in Python w/Pygame elements. These Board Games can have mini games like Asterix(r) game series, or even Mario Party(r) against work only with cards and rules.
There's already a 'board game engine' called childsplay http://childsplay.sf.net which is Python/Pygame based and uses a plugin system for the games. A new project is started called schoolsplay, http://schoolsplay.sf.net , which will replace childsplay and also tries to be as OLPC compatible as possible.