PDA

View Full Version : [AS3] Flash poker code?


ftpaccess
10-05-2009, 01:36 PM
I have been working on creating texas holdem poker in AS3. I am making use of teh smartfox server for this. However. I was wondering if there is any place where i can get the code for the texas holdem poker in actionscript. I have searched the internet and i couldnt find any place which had the actionscript code for the actual poker game. All i could see was the javascript codes and php codes. I am trying to make it in facebook style poker. Is there any way i could know the agorithms based in actionscript?

playpianolikewoah
10-05-2009, 01:46 PM
Do you have some cards. Have you tried these card classes?
Darron Schall has Skinnable Card classes available.
http://code.google.com/p/as3cards/
ASCB: I had to fool around with the card classes a little to get it working.
http://rightactionscript.com/ascb/

ftpaccess
10-05-2009, 02:20 PM
thanks for the cards classes. I will go through them today. But i am also looking for the actual working of the texas holdem poker game. Some place which has the coding of how the game actually works.