C# Class SetVision.Gamelogic.Logic

Afficher le fichier Open project: LoyVanBeek/SetVision Class Usage Examples

Méthodes publiques

Méthode Description
AttributeDifferent ( List group, string attribute ) : bool
AttributeSame ( List group, string attribute ) : bool
FindSets ( List cards ) : HashSet>
GenerateCards ( ) : List
Logic ( ) : System

Private Methods

Méthode Description
IsSet ( List possible_set ) : bool

Method Details

AttributeDifferent() public méthode

public AttributeDifferent ( List group, string attribute ) : bool
group List
attribute string
Résultat bool

AttributeSame() public méthode

public AttributeSame ( List group, string attribute ) : bool
group List
attribute string
Résultat bool

FindSets() public méthode

public FindSets ( List cards ) : HashSet>
cards List
Résultat HashSet>

GenerateCards() public méthode

public GenerateCards ( ) : List
Résultat List

Logic() public méthode

public Logic ( ) : System
Résultat System