JaredHatfield / card-surface

Automatically exported from code.google.com/p/card-surface
0 stars 0 forks source link

Create SurfaceChips, SurfaceCards, and their corresponding factories #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On the surface, custom surface elements need to be implemented.  This 
includes an ICard and IChip that will be visible on the playing area.  
Additionally, these elements need to have a customized SurfaceCardFactory and 
Surface ChipFactory that will be created in the TableManager.  The 
SurfaceCardFactory should extend CardFactory and SurfaceChipFactory should 
extend ChipFactory.

These elements should include the graphical representation for a card 
(including a face down card) and all of the dominations of chips.

Original issue reported on code.google.com by jjhatf02 on 17 Apr 2010 at 4:04

GoogleCodeExporter commented 9 years ago
I don't recall which revision fixed this, but it is obviously working now.

Original comment by jjhatf02 on 23 Apr 2010 at 3:31