aboutsummaryrefslogtreecommitdiff
path: root/doc/diagrams/GameMove.pumlc
blob: 7dcb5e3e14c9cf2c22695cf7e51040a891f04509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@startuml

class GameMove {
    int player
    int row
    int col
    int[2] makesKo
    int[] board
    GameMove[] nextMoves
    GameMove previousMove
}

@enduml