skeleton: Added play classes

This commit is contained in:
2023-03-15 13:51:30 +11:00
parent 0363e54ddf
commit f274129495
2 changed files with 13 additions and 10 deletions

View File

@@ -88,10 +88,10 @@ Score
## Setup board
## Create player (requires input data, probably from player number and colour)
## Exploration Phase
## Phase play
## Check Placement (requires input data, probably piece annd returns bool)
## Place Piece (requires input data, probably from player and piece type)
## Exploration Phase over (bool)
## Phase over (bool)
# Objects