Architecture for a farmville/yoville/cafe world type game?

Posted by Joff on Stack Overflow See other posts from Stack Overflow or by Joff
Published on 2010-01-18T07:00:39Z Indexed on 2010/05/29 3:02 UTC
Read the original article Hit count: 440

Filed under:
|
|

I'm thinking of building a game along the lines of Farmville - items, events, time management system etc. Options I am thinking of:

1) Flash UI frontend that uses AMFPHP to get all data for the view from a PHP powered backend. 2) Actionscript to power the whole game

Any input is appreciated. My concern with Actionscript is scaling, my concern with PHP is having to build an update system that would need a lot of back and forth xmlhttprequests which might get complicated.

If there's a better way to build something like this, I'm all ears :)

© Stack Overflow or respective owner

Related posts about php

Related posts about flash