Talk:Physics (activity): Difference between revisions

From OLPC
Jump to navigation Jump to search
(→‎Current work: new section)
(no longer a problem on the XO)
Line 1: Line 1:
relevant code:
pygame.init()
size = (1200, 900)
screen = pygame.display.set_mode(size)
world = elements.Elements(size) # A - here?
world.renderer.set_surface(screen)


[[Image:SugarIssue.png]]

== Current work ==
== Current work ==



Revision as of 19:26, 27 June 2008

Current work

-Bjordan 19:25, 27 June 2008 (UTC)