Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

DISCLAIMER: I know this question starts to leave development island but it is very game development related and still think this is the best place.

I see many free MMOs/online desktop client games out there. I am baffled at the ability to fund such. I don't mind hosting myself but would at least like to have someone host a matchmaking service. If these indie devs really are pouring money down the server drain then I'm screwed but if some one can "learn me" :) some alternatives I would greatly appreciate it.

share|improve this question

5 Answers

up vote 8 down vote accepted

You can host a simple matchmaking service on Google App Engine for free. It should be able to service many users. If it starts being really really popular, you can start paying for the service with what you earn.

share|improve this answer
1  
This looks like my best option now. I need free for the development phase. Thank You. – Jonathan Kaufman Jul 28 '10 at 17:07

You can also put off some server cost on one of the users after you setup a match. Have one random player (preferably with the best connection to all the other players) become the "host". If this player disconnects, then find the next best host and so on.

share|improve this answer

I know this question has already been answered, but especially with the recent release of the elastic beanstalk, Amazon's Web Services are another alternative.

share|improve this answer

Steamworks is an option if you don't mind being tied to their platform (not a huge loss since most gamers probably have Steam already).

share|improve this answer
the only problem with steamworks is that you need a game. I am looking for a cheap alternative for me to test and develop with. – Jonathan Kaufman Jul 28 '10 at 16:55
I guess big studios get more latitude on those rules :-/ (we definitely didn't have anything for some of our games when I first got SDK access) – coderanger Jul 28 '10 at 17:02

If you want a very simple thing, you can find "free" stuff on the app engine and such, but also, you can run quite complicated stuff on slicehost.com and start with 20 bucks. You would be surprised of how much you can do with small slices. If you get more traffic than a couple hundred bucks can pay, you should be able to generate money somehow.

share|improve this answer
I thank you for this option. This is definately something I will look into but for now in the beginning stages googles free app engine seems to offer what i need. – Jonathan Kaufman Jul 28 '10 at 16:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.