Inheritance Hierarchy
Drench.Logics Logic
Drench.Logics TwoPlayerLogic
Drench.Logics HumanVsAiLogic
Drench.Logics HumanVsDumbAiLogic
Drench.Logics HumanVsSmartAiLogic
Namespace: Drench.Logics
Assembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The HumanVsAiLogic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HumanVsAiLogic | Initializes a new instance of the HumanVsAiLogic class |
Methods
Name | Description | |
---|---|---|
![]() | CheckForGameOver | (Inherited from Logic.) |
![]() | GameOver | (Inherited from Logic.) |
![]() | GetPlayerScore | (Inherited from Logic.) |
![]() | GetPlayerTurnsTaken | (Inherited from Logic.) |
![]() | MakeAiMove | |
![]() | MakeMove | (Overrides Logic MakeMove(Color).) |
![]() | Pass | (Overrides Logic Pass .) |
![]() | Reset | (Inherited from Logic.) |
Fields
Name | Description | |
---|---|---|
![]() | homeSquares | (Inherited from Logic.) |
![]() | turns | (Inherited from Logic.) |
Properties
Name | Description | |
---|---|---|
![]() | ActivePlayer | (Inherited from Logic.) |
![]() | IsGameOver | (Inherited from Logic.) |
![]() | LastPlayerPassed | (Inherited from Logic.) |
Events
Name | Description | |
---|---|---|
![]() | GameFinished | (Inherited from Logic.) |
See Also