Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I host a game on App Engine as well. I have about 3k DAU for which I pay about $3 a day. I can _almost_ pay for this in ads alone. Then the premium players I convert is profit!

The secret of affordable app engine is the pending latency slider. The default is CRAZY FAST. I have it set at min 5 seconds and max automatic. This is about 10x price reduction over the default settings. This prevents new instances spinning up until a request has not been served for 5 seconds.

The client replicates all the game rules so as far as the player are concerned there is no latency at all.

The game is called Neptune's Pride 2: Triton if any of you would like to have a look.

http://triton.ironhelmet.com

As a single developer, more interested in the game rules and player interaction, I would not switch to trying to manage my own servers for all the money in the world.

For those interested, right now I have the entire games save file stored in a blob property which I unpickle for each request.



I thought I would also jump in and say I have an old game thats still making me $300 a month that is running entirely on free quota.


Are they web games or mobile?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: