Posted October 04, 2016
The only in app purchase it has if someone wants to remove the ads (And didn't use ad blocker :P) or simply wants to support it.
I used Unity (No need to re-invent the wheel :D)
I started with JS and then Unity started supporting it less. Then i added the IAP and Play services and what not, and had to start using C#.
And since JS is run time, and C# is compiled ahead of time, the two wouldn't see each other.
So i used the SendMessage command. DON'T DO THAT. It's a blind command and it won't tell you if something is wrong!
You'll know it when you run the game and either nothing happens, or it crashes.
It took 2 years and the thing that took the most time was modeling the levels/ building blocks for them.
I laid down a couple of rules of what the ball could do and did the stuff around that.
For the levels, i would draw them on paper, think how i could mess the player up, and then try it in Unity. If it worked ok i would texture it.
This is not my day job so I haven't been doing it for long. But hey, someone saw this and asked me to make them an app for their organization so i guess it paid up already.
I used Unity (No need to re-invent the wheel :D)
I started with JS and then Unity started supporting it less. Then i added the IAP and Play services and what not, and had to start using C#.
And since JS is run time, and C# is compiled ahead of time, the two wouldn't see each other.
So i used the SendMessage command. DON'T DO THAT. It's a blind command and it won't tell you if something is wrong!
You'll know it when you run the game and either nothing happens, or it crashes.
It took 2 years and the thing that took the most time was modeling the levels/ building blocks for them.
I laid down a couple of rules of what the ball could do and did the stuff around that.
For the levels, i would draw them on paper, think how i could mess the player up, and then try it in Unity. If it worked ok i would texture it.
This is not my day job so I haven't been doing it for long. But hey, someone saw this and asked me to make them an app for their organization so i guess it paid up already.