I want to learn how to make a social game in facebook. How to go about it. I think you would need a team of devs. What languages are used to make social games like farmville, happy aquarium, etc.
Are any tuts available or any book?
I want to learn how to make a social game in facebook. How to go about it. I think you would need a team of devs. What languages are used to make social games like farmville, happy aquarium, etc.
Are any tuts available or any book?
The way you learn everything: step by step, with a lot of patience.
From a software point of view, there is nothing special about social games. It is just a blend between a web application and a game. I suggest you look into both.
But before all, you should ask yourself one question: what exactly are you trying to accomplish? Given specific requirements, a developer should be able to chose suitable platforms and tools for implementation. It seems to me, however, you don't really seem to have any requirements yet.
What you really need to make a social game is 1. a good game design for it to stand out (in case you even want that) and 2. fancy graphics, so that people are pleased. None of that is a programming problem. Software developement starts when you break down the game design into features and requirements. But that, as I said, should be a natural process for a developer.
greetz
back2dos
I'am a flash developer and I have made about 10 games for social nets.
If you want to make a social game you need: 1) Gamedesigner or make game concept by yourself 2) Flash developer, php developer and art designer. If you planning to start with small game it can be one person. You may find developers on freelancers sites such as elance.com, odesk.com, freelancer.com and others
There are many tutorials and books how to make social apps I recommend this tuts http://www.insideria.com/series-facebook-dev.html
There are both books and tutorials for this. Countless in fact. What you are trying to do is not trivial, hence the amount of books one could suggest.
Lets break your question apart:
I think you would need a team of devs.
There are really only two reasons for working in a group. First, more people can complete more work in less time. Second, having more people requires less knowledge of each single individual. But if youre asking that question Im tempted to state that the answer is simply no; if you feel you cant judge the amount of work involved or are new to the subject I think youre not ready to work in a group. But it sounds harsh. Remeber that working (effectively) in a group is hard.
What languages are used to make social games like farmville, happy aquarium, etc.
"Social games" are all the hype right now, but vaguely defined. But since you compare it to Farmville and the like I take it that you mean a web game. Those can be done in any language or platform that targets the web (surprise!). Flash, php, python take your pick. Social is also a broad term thats vaguely defined. Do you by social mean "Facebook integration"? How about MySpace? Or Twitter? Or why cant the game itself be social (whatever that means).
Since Im strangely enough in a good mood right now, I have created a roadmap for you:
Farmville clone 101
Good luck. Youre in for a hell of a ride. 50% dont make it past step 1, 90% dont make it past step 2. This is hard.
Oh, and welcome to Stackoverflow! Feel free to return with any questions you have during your projects. But try to make them a tad more specific.
This is a useful book for social game devs. http://www.chromacoders.org/social-game-book.pdf
Also plz check here- they have a link for source code -http://www.chromacoders.org/