User:Rmyers/GameJam Thoughts
From OLPC
These are some thoughts about topics for the ILXO game jam. Focus is on Python Pygame based game development.
Contents |
[edit] Hierarchy of how various modules fit together
[edit] Your Game
[edit] Application class libraries -- Physics Game
[edit] olpcgames
Abstracts Sugar interface
[edit] Pygame
Python 2D game oriented class library
[edit] OLPC wiki pages
That you should be familiar with
[edit] Development environments
Native, Cross, Emulation
[edit] Native
[edit] Pippy
[edit] Develop
[edit] IDLE
[edit] Cross
IDLE or other Python environment on another computer
[edit] Emulation
Sorry, I don't have a computer powerful enough to emulate the XO well, so I haven't explored this.

