Algorithms behind FarmVille Game

Posted by Vadi on Stack Overflow See other posts from Stack Overflow or by Vadi
Published on 2010-05-27T02:42:09Z Indexed on 2010/05/27 3:11 UTC
Read the original article Hit count: 217

What are all the algorithms involved in Farmville game, specifically I am interested in drawing trees that has fruits based on user's activities.

I am into a project which has a specific need to draw a tree-type image in SVG. I am not sure how to go about the algorithms to define the tree and based on certain business rules the leafs in the tree grows etc., I think you get the idea. Farmville is just an example I took to explain.

Any help is greatly appreciated..

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about game-development