Explore Pymunk showcase examples
masterPymunk can be used to power a wide variety of applications, ranging from complex 2D games to physics simulations. Notable examples include:
Games
- Suika in Python: A reimplementation of the Suika Game where fruits are combined to make larger fruits. Source Code
- PyKart: A driving game featuring physics-based vehicles in generated landscapes. Play on Itch.io
- Guide The Ball: A level-based ball-guiding game that demonstrates how to combine Pymunk with Kivy for Android mobile deployment. Source Code
- My Sincerest Apologies: A combat game (Winner of PyWeek 24). Teardown
- Beneath the Ice: A submarine exploration and puzzle adventure (Winner of PyWeek 22).
- Invisipin: A Pachinko-like puzzle game (Winner of PyWeek 20).
- Angry Birds in Python: A recreation of Angry Birds using Pygame and Pymunk. Source Code
- SubTerrex: A cave exploration game involving descending on ropes.