Funny Space Bubble Shooter video
While developing new levels for Space Bubble Shooter a small mistake made the bubbles act in a very amusing way. Watch it for yourself.
While developing new levels for Space Bubble Shooter a small mistake made the bubbles act in a very amusing way. Watch it for yourself.
Some people don’t use box2D with libGDX because they think it’s unstable. The truth is, it isn’t. It’s stable as a rock but you have to remember it is written in native code. I...
I have just discovered that Google Services puts some icons for high resolution devices (xhdpi and xxhdpi) into my projects resulting in my games having green android icon on some phones and tablest. What...
Physics engine box2D is an excellent tool that makes writing games much faster since it provides all the physics and collision detection you might need. In case of BRIK Brick Breaker I had some...
Sometimes – especially when you write your game testing in only on a desktop computer – you discover that it runs slow on some devices. It’s the best time to start optimising. This article...