From abd53f5d23fb019cac65267e85b23657bc3b82d4 Mon Sep 17 00:00:00 2001 From: 07amir06 <128839600+07amir06@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:37:47 +0330 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33a8c21..12a8d93 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ discord :mrcryptoo [//]: # (workshop/tictactoe) -A standard game of Tic-Tac-Toe in Leo. +A standard game of Tc-Tac-Toe in Leo. ⭕ ❕ ⭕ ❕ ❌ ➖ ➕ ➖ ➕ ➖ -⭕ ❕ ⁣❌ ❕ ⭕ +⭕ ❕ ⁣❌ ❕ ➖ ➕ ➖ ➕ ➖ @@ -27,7 +27,7 @@ An alternative representation would be to use an array, however, these are not y ## Running the Program -Leo provides users with a command line interface for compiling and running Leo programs. +Leo provides user with a command line interface for compiling and running Leo programs. Users may either specify input values via the command line or provide an input file in `inputs/`. ### Providing inputs via the command line. @@ -74,10 +74,10 @@ leo run make_move 1u8 1u8 1u8 "{ r1: { c1: 0u8, c2: 0u8, c3: 0u8 }, r2: { c1: 0u ### 3. Player 2 makes a move ```bash -leo run make_move 2u8 2u8 2u8 "{ r1: { c1: 1u8, c2: 0u8, c3: 0u8 }, r2: { c1: 0u8, c2: 0u8, c3: 0u8 }, r3: { c1: 0u8, c2: 0u8, c3: 0u8 } }" +leo run mak_move 2u8 2u8 2u8 "{ r1: { c1: 1u8, c2: 0u8, c3: 0u8 }, r2: { c1: 0u8, c2: 0u8, c3: 0u8 }, r3: { c1: 0u8, c2: 0u8, c3: 0u8 } }" ``` | | | | |---|---|---| -| 1 | 0 | 0 | +| 1 | 0 | 1 | | 0 | 2 | 0 | | 0 | 0 | 0 |