To keep you informed: I just finished implementing a save/load feature for all physics entities.

Currently constraints and other physics data is not being stored when calling game_save. Thus upon loading the file all entities would be frozen in the air and require re-registering with the physics engine. In an upcoming version this is going to be fixed and load/save will be seamless.