Mekanimo is a 2D physics simulator (uses PyBox2D and Box2D for physics engine, PyGame for sound) that can be used for rapid game development. In minutes, you can create simulations, interactive games and puzzles, dazzling graphics and share them with others through internet.
In this video we created an ancient Chinese game called Tangram.
Type:
>>> canvas.captureScreen("c:\\tangram.png")
at the Mekanimo's Python interpreter. This should create an image file of the screen.
fbasegmez 2 years ago