Talk:Physics (activity)
Jump to navigation
Jump to search
relevant code:
pygame.init() size = (1200, 900) screen = pygame.display.set_mode(size) world = elements.Elements(size) # A - here? world.renderer.set_surface(screen)
Current work
- Project hosting application being processed
- /Slimming down Elements into its bare essentials for (1) Use (Box2D, python/activity scripts) and (2) Devel, (Box2d sources, building)
-Bjordan 19:25, 27 June 2008 (UTC)