Impossiballs iphone/android game using Bullet physics

Show what you made with Bullet Physics SDK: Games, Demos, Integrations with a graphics engine, modeler or any other application
Post Reply
impossiballs
Posts: 1
Joined: Wed Apr 08, 2015 1:52 pm

Impossiballs iphone/android game using Bullet physics

Post by impossiballs »

Impossiballs is an arcade game for iPhone/iPad and Android devices where the player is called to put all the balls in the holes by tilting the device.
All physics simulation is handled by Bullet.

Web site: http://www.impossiballs.com
Game video: http://www.youtube.com/watch?v=RrfwtvT9-tA
iTunes link: https://itunes.apple.com/us/app/impossi ... d972439447
Google Play: https://play.google.com/store/apps/deta ... alls&hl=en

For some of the game objects e.g. like the floor which contains holes, a custom collision shape was developed with a custom collision algorithm :D
For the Android version a port was developed in pure Java from the Bullet version 2.78. The port is a somewhat stripped version i.e. components that were not used in the game (e.g. Characters or Actions) were not ported.

A big thanks to the Bullet developers for a great physics library!
Post Reply