Can JavaScript and PHP prove an online card game? -
i want ask, possible create on-line card game, using javascript, php , ajax (no flash)?
the game should work - every player have deck x cards (sixty instance) play, each original abilities. game must assess every action in game (for instance - card has ability draw card, game must draw card, , so) , system must control action possibility. stuff control php. javascript send questions accros ajax , receive simple commands (like draw card, move card hand play).
another thing game synchronize (using ajax again), player must see, opponent doing (about 1 request second, gues). can javascript hold these stuffs? ajax request fast enough? can php assess game fast enough (with good-writed core application)?
thank you
ps: not insist on supporting older browsers (like ie7,8)
the answer yes. possible.
Comments
Post a Comment