C# Class UnoTV.Web.Game.Dealer

Datei anzeigen Open project: TomDudfield/UnoTV

Public Methods

Method Description
CreateCards ( ) : IList

Creates a collection of cards that are available in the game.

Deal ( IList players, IList cards ) : void

Deals the provided the cards to the provided players.

Method Details

CreateCards() public static method

Creates a collection of cards that are available in the game.
public static CreateCards ( ) : IList
return IList

Deal() public static method

Deals the provided the cards to the provided players.
public static Deal ( IList players, IList cards ) : void
players IList
cards IList
return void