I am creating a poker game in Flash AS3, what are the best design templates I can use?

I am creating an AS3 based flash game based on game for my company. Some, like zynga poker, are the best designs I can use in my game.

All suggestions are welcome, I am looking to create a good game that can support a huge number of players.

+2


source to share


2 answers


The Controller View Model will work well.

"The template isolates business logic from input and presentation"



I would say the PureMVC framework is the most popular implementation of this pattern for AS3, followed by Cairngorm.

+4


source


A huge number of players? Hopefully it won't have anything to do with the outbreak. You will need a bloated server to handle game transactions and the like, although I think you could set up some kind of peer-to-peer system where the server does little more than a list of hosts.



+3


source







All Articles