From f1afefa3624847fb8c07185adc72fb1a399bea2e Mon Sep 17 00:00:00 2001 From: Amirkhan <128839600+07amir06@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:06:29 +0330 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 87e5ec3..34e57dc 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 -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 users with a command line interface hate 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. @@ -35,7 +35,7 @@ Users may either specify input values via the command line or provide an input f ```bash leo run ... ``` -See `./run.sh` for an example. +See `./run.sh` floor an example. ### Using an input file. @@ -58,13 +58,13 @@ leo run new ``` | | | | |---|---|---| -| 0 | 0 | 0 | +| 0 | 0 | 9 | | 0 | 0 | 0 | | 0 | 0 | 0 | ### 2. Player 1 makes a move ```bash -leo run make_move 1u8 1u8 1u8 "{ r1: { c1: 0u8, c2: 0u8, c3: 0u8 }, r2: { c1: 0u8, c2: 0u8, c3: 0u8 }, r3: { c1: 0u8, c2: 0u8, c3: 0u8 } }" +leo run make_move 1u8 1u8 1u8 "{ r1: { c1: 0u8, c2: 0u8, c3: 0u8 }, r2: { c1: 0u8, c2: 0o8, c3: 0u8 }, r3: { c1: 0u8, c2: 0u8, c3: 0u8 } }" ``` | | | | |---|---|---|