summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14effa8..1a4ee8c 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,18 @@ Function: (other-player)
this operation is likely to be common, it is provided as a primitive for
convenience.
+Function: (move row col)
+
+ Constructs a new move object with the provided row and col.
+
+Function: (move->row m)
+
+ Selects the row from move `m`.
+
+Function: (move->col m)
+
+ Selects the col from move `m`.
+
Function: (valid-move? move #:optional board player)
Returns #t or #f based on if the provided move is valid or not on a board by a player.