aboutsummaryrefslogtreecommitdiff
path: root/doc/diagrams/gameRepresentation.puml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/diagrams/gameRepresentation.puml')
-rw-r--r--doc/diagrams/gameRepresentation.puml9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/diagrams/gameRepresentation.puml b/doc/diagrams/gameRepresentation.puml
index 9a869f1..db5d5a5 100644
--- a/doc/diagrams/gameRepresentation.puml
+++ b/doc/diagrams/gameRepresentation.puml
@@ -5,10 +5,13 @@
!include GameState.pumlc
!include GameTree.pumlc
!include GameMove.pumlc
+!include GameBoard.pumlc
-GameState --> GameTree
-GameState --> GameMove: Current move
+GameState -> GameTree
+GameState --> GameMove: Last move
GameTree *--> GameMove
-GameMove -> GameMove
+GameMove --> GameMove: Previous move
+GameMove *--> GameMove: Next moves
+GameBoard <- GameMove
@enduml