User:Rmyers/GameJam Thoughts: Difference between revisions

From OLPC
Jump to navigation Jump to search
(creation, initial brain dump outline)
 
m (cleaned up a few typos)
 
Line 19: Line 19:
==== IDLE ====
==== IDLE ====
=== Cross ===
=== Cross ===
IDLE or other Python envirronment on anlother computer
IDLE or other Python environment on another computer
=== Emulation ===
=== Emulation ===
Sorry, I don't have a computer powerful enough to emulate the XO well, sa I haven\'t explored this.
Sorry, I don't have a computer powerful enough to emulate the XO well, so I haven't explored this.

== Getting your game to the community ==
== Getting your game to the community ==
===Getting in the git ===
===Getting in the git ===

Latest revision as of 22:49, 20 July 2008

These are some thoughts about topics for the ILXO game jam. Focus is on Python Pygame based game development.

Hierarchy of how various modules fit together

Your Game

Application class libraries -- Physics Game

olpcgames

Abstracts Sugar interface

Pygame

Python 2D game oriented class library

OLPC wiki pages

That you should be familiar with

Development environments

Native, Cross, Emulation

Native

Pippy

Develop

IDLE

Cross

IDLE or other Python environment on another computer

Emulation

Sorry, I don't have a computer powerful enough to emulate the XO well, so I haven't explored this.

Getting your game to the community

Getting in the git