RPI: Difference between revisions
FrankTobia (talk | contribs) (add links back) |
FrankTobia (talk | contribs) |
||
Line 14: | Line 14: | ||
*[[/Design|Frank's design ideas]] |
*[[/Design|Frank's design ideas]] |
||
== Milestones |
== Milestones == |
||
''Come up with milestones'' |
|||
=== Week 0 === |
=== Week 0 === |
||
*URP forms in - <span style="color:green">'''Done'''</span> |
|||
=== Week 1 === |
|||
*sugarized TTT program - <span style="color:green">'''Done'''</span> |
|||
**local only - no multiplayer needed |
|||
*git hosting |
|||
**<span style="color:red">Using Google Code as a temporary host</span> |
|||
* wiki pages - <span style="color:green">'''Done'''</span> |
|||
=== Week 2 === |
|||
* mesh multiplayer - <span style="color:red">'''Incomplete'''</span> |
|||
* integrate XO colors - <span style="color:green">'''Done'''</span> |
|||
* basic translations - <span style="color:green">'''Done'''</span> |
|||
* [[pootle]] use - <span style="color:green">'''Done'''</span> |
|||
=== week 3 (provisional) === |
|||
* csound (using gstreamer instead) - <span style="color:green">'''Done'''</span> |
|||
* images (tiles from kuku/memorize) - <span style="color:yellow">'''Done'''</span> |
|||
=== |
=== Week -1 (May 1st) === |
||
* May 1st - testing and extension |
|||
* Generate ideas for Math Activity |
|||
* Written game concepts/mockups |
|||
== Subsystems == |
|||
* [http://wiki.laptop.org/go/RPI/Mathactivity Formal site for the math activity] |
|||
* Graphics module |
|||
* Sound module |
|||
* Question module |
|||
* Engine module |
|||
== Requirements == |
|||
* Multiplayer |
|||
* Collaborative |
|||
== Useful Links == |
== Useful Links == |
Revision as of 00:25, 26 March 2008
A team of undergraduates at Rensselaer Polytechnic Institute has been commissioned to develop an activity to teach children basic math skills. We will be using this page to organize our progress and provide status.
The project is organized into two phases: first, build a simple end-to-end tic-tac-toe activity to become familiar with developing an activity from the ground up (see below). Second, to design and implement the math activity, utilizing what we've learned from the tic-tac-toe experience.
The Team
- Frank Tobia (tobiaf2@rpi.edu)
- Ryan Leary (learyr@rpi.edu)
- Ben Classen (classb@rpi.edu)
- Allen Lavoie (lavoia@rpi.edu)
- David Pizzuto (pizzud@rpi.edu)
Math activity
Milestones
Come up with milestones
Week 0
Week -1 (May 1st)
- May 1st - testing and extension
Subsystems
- Graphics module
- Sound module
- Question module
- Engine module
Requirements
- Multiplayer
- Collaborative
Useful Links
Hosting: http://code.google.com/p/rpi-olpc/
SVN book / tutorial: http://svnbook.red-bean.com/
Sugar pyDoc: http://www.vrplumber.com/sugar-docs/sugar.html
Activity Tutorial (useful for an idea of how Sugar likes to run things, as well as directory structure): http://wiki.laptop.org/go/Sugar_Activity_Tutorial
pyGTK Activity Tutorial (has a nice code structure): http://wiki.laptop.org/go/PyGTK/Hello_World_Tutorial
Eclipse IDE: http://www.eclipse.org/downloads/
Subclipse SVN plugin for Eclipse: http://subclipse.tigris.org/install.html
Pydev Python plugin for Eclipse: http://pydev.sourceforge.net/download.html