I am developing a web-based game (similar to the ESP game), I am done with the server side SOAP web service (built on ASP.NET), and now I am wondering if I should use Flash (swf) or AJAX for the client side layer of the game. Basically, the client side is a web service client making requests to the web server and receiving back instructions on how to render/update the user interface. Any suggestions or considerations?
|
|
|
|
|
|
|
My 2 cents: Html/Css/Javascript (aka AJAX)
Flash / Flex
|
||
|
|
|
|
If you use Silverlight for the client-side, you can stay in .NET/C# land. |
||
|
|
|
If you ask me, Flash/Flex would be easier to develop, maintain and deploy. Plus, it would be accessible by people on different platforms and browsers. Same could be done with AJAX as well, but with a lot more effort to ensure platform independence. -- Sri |
||
|
