Looks like the forum isn't that active anymore, but I wanted to share a (small) game I made using Chipmunk:
https://vegard.itch.io/able
Game description on itch:
Here's a recording of my "speed run" PB, as proof that you can actually complete the game:"Able" is a challenging, physics-based puzzle game where your task is to climb to the top using only the strength of your arms.
Use Q, W, O, and P to control the arms (Q/P to grab and let go; W/O to pull yourself up).
Starter tip: Press Q and P together to grab on to both sides of the shaft, then press and hold W and O together to hoist yourself up. Try building up some momentum before you let go!
Inspired by games such as QWOP, Getting over it, and GIRP.
Please note that being a #LudwigJam game, the game is fairly short. My PB is currently 5 minutes and 52 seconds. A new player could get stuck for a few hours, though!
Note: The art in this game is admittedly rather minimalist. However, I put a lot of effort into the gameplay, level design, and programming, so hopefully you will still give it a try.
https://www.youtube.com/watch?v=0iIvGx8S0EE
Screenshot:
Link to the code (only ~800 lines of C++!). Note that it is not distributed under an open source license yet, but I could be persuaded if I don't try to take this further, i.e. with more levels and better graphics/sound:
https://github.com/vegard/able/
Vegard