Page 1 of 1

Create Application Whiout use Java (only Use Flex and SFS)

Posted: 09 Jul 2011, 04:47
by bambam
Hi,

I have create one Just like a tic tac toe Multiplayer game application(Same as SFSTris2X Example provided by SFS). When add any item on Board, then how to show another User client , without Using Java Commands. I have no idea about java, only i know Flex and SFS. Is this possible multilayer game just like a SFSTris2X/ BattleFarm whiout Using Java Commands.

Thinks & Regs
Bambam Choudhary

Posted: 09 Jul 2011, 11:14
by susann
Sure you can build games without knowledge of java(custom extensions).

Using room variables, user variables and sending objects between clients ... it should be sufficient in many cases if there is no complex backend logic for the game.

Posted: 11 Dec 2011, 16:31
by mhdside
but if you are building a real production game, you`ll no way need server side extensions at some point.