Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 386 Bytes

players.md

File metadata and controls

11 lines (9 loc) · 386 Bytes

Player types

A player is a class that extends the Player class. Here is a list of all currently available player types:

Name Strength Description
RandomPlayer ? Randomly chooses a legal action
CheckPlayer ? Always checks/calls
HumanPlayer - Asks the user which action to perform
TestPlayer - Chooses actions according to a sequence of actions