Monday, October 7, 2013

Troubling iOS...

So Paddle Trouble is out in iTunes as well now.

https://itunes.apple.com/us/app/paddle-trouble-free/id717289648?ls=1&mt=8 Free iOS version of Paddle Trouble

It seems that now is a perfect time for people to make their own little game that think is just perfect, right?
Well the tools may be there (and seriously, there are some pretty amazing tools now available to the masses) but unless you know how to promote the app, you'll be in deep water.

Sunday, August 4, 2013

Paddle Trouble update.

Just a small update on Paddle Trouble. It's now posted in 2 other app stores other than Google's Play;
Amazon's Appstore and SlideMe. (And between you and me - and anyone with internet access) SlideMe and Amazon, both have done a great job in promoting things, and supporting a lot more countries for paid apps; a lot more than Play.
So to those wanting to make their own stuff, consider 3rd party appstores from the get go on top of the 1st party one.


Free version at:

Get it on Google Play
Get it on Amazon appstore



Paid version (no ads and leaderboards if you have Play Game Services installed and a G+ account) at:

Get it on Amazon appstore



And yes... i know i should make a small site aiming the game instead of posting here... :P

Monday, July 22, 2013

Packaging wtf...

They have been using this same package for their sweets for some time and I always make a comment on how naughty their characters get, whenever i see them.

Wednesday, June 26, 2013

Paddle Trouble

Muaahahaaaa. My 1st video game is out (Click for tablet version) :D It seems the time is perfect now for someone to make a game if they want to. The tools are there, the outlets are there...
(For phones: https://play.google.com/store/apps/details?id=com.paddletroublemobile.game)


Monday, June 10, 2013

Visual cues

Since we don't have radar or distance sensors embedded in our brains yet, we need to rely on our eyes and ears for cues on where something is, and this is even more important on video games since unless you use a 3D monitor, the view you are seeing is 2D. (Yes, even with 3D games. The monitor is still a flat 2D plane where everything is squashed into a single,flat view, so there goes your stereo vision)

So what can be done visually wise? Shadows someone might say. Well yeah, that is number one in the list but it's not just that. There are a couple things more that can be done in the levels themselves to show the spatial relationship of things. (Spatial relationship, bet that made me look smarter than what i am). Take a look at the image below for an example.

The image shows a level from a game that you have to stop the blue balls from falling in the pit, a pretty basic premise with no story behind it. The top part has the shadows disabled. It looks as if the balls are just pasted on top with little to tell you the distance from the ground at a glance and you don't really have time to observe because that thing is coming at you and you need to throw it back. The bottom half has the shadows enabled and the player can see exactly where on the playing field the ball is and how high.

But that's not the only cue. The pit is textured in a checkerboard like pattern. That makes it even easier to tell where the ball is going to be the in the future (since the balls fall towards the centre, you can use the pattern as a guide) and give you time to turn the paddle at that angle to throw the ball back. There is also a trail effect. That not only shows the general direction of the ball but also if the ball is going up or falling down, its angle and its speed.


(The shadow may look as if it's a bit ahead of the ball but actually it's right under it. The camera used is wide so it makes it look like that, a tiny bit - sort of - fisheyed).

P.S. Since this is for a mobile game, the shadows are not real time.The shading on the level and glove/paddle are baked (drawn) into the texture and the blob under the balls is from a script solution from Unity's Asset store.