Talk to me about java in gaming

Started by
20 comments, last by Gabriel Matusevich 11 years, 9 months ago

[quote name='Serapth' timestamp='1340325035' post='4951553']
On top, Freemium seems to be the only market that really works on Android, and I dont know if that is a matter of the demographic or what. You need simply look at the top grossing apps, and you will quickly understand why.

One of the problems with Freemium, is the ad supported market, at least on Android, is horribly broken

Freemium works so well because of the simple formula of revenue mentioned earlier:

[background=rgb(250, 251, 252)]Number of people who visit * visitors who actually buy * buyer's amount they spend = revenue.[/background]



Because people are not fearful of spending money the first factor goes up. Since too many (paid and free) games let that sit around zero, perhaps getting into the hundreds, the freemium model immediately generally opens up revenue by an order of magnitude.

Players in freemium may have a smaller purchase rate (attach rate of maybe 0.005) but the amount paid per item is much better (often $0.99 per purchase). The 99.5% who don't pay will have a perfect attach rate (1.0) but the amount per ad is horrible (about $0.00001 per daily unique player). Having every player giving some revenue, even if the revenue is tiny, is much better than having zero revenue at all. Since the model increases the first revenue factor the offset is generally acceptable.


From an experienced business perspective it is not horribly broken, but instead seems very successful.
[/quote]

This isn't just limited to freemium. Purchasable addons, power boosts, etc are available in some $1 games on appstore aswell and on the PC pretty much every game has DLC for sale these days.

It is easier to get people to pay a little bit multiple times than to get them to pay alot once, and some people get far more willing to open their wallet once they've invested their time in the game.
[size="1"]I don't suffer from insanity, I'm enjoying every minute of it.
The voices in my head may not be real, but they have some good ideas!
Advertisement
Hello, im not much a developer, but i have some experience in Java and C++.

There are some games out there that are fully written in Java . . . there's even a game engine based on Java http://jmonkeyengine.com, So i wouldnt say its impossible to write games in Java, there are also graphic Libraries light the http://www.lwjgl.org/

But in My Personal Opinion, Java wont go as much as,,,, lets say C++ ... At least not for now, the Java VM takes out too much performance for power-hungry games.
If your project is lightweight, JAVA i think is great for that.

The very first language i learned was Java, and I really really Like IT smile.png I think its a very intuitive and elegant and i think an OOP language like Java is the best way to learn programming (unless you try smalltalk, but its not so much fun).

In my opinion, if you like Java,, Learn JAVA! smile.png try to make something, and then go on to C++ biggrin.png which is also one of my favorites (by the way, Java is 70% C++)
so you wont feel a rough change.

Hope this was useful BYE!wink.png

This topic is closed to new replies.

Advertisement