diff --git a/README.md b/README.md index 33a8c21..6537393 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -discord :mrcryptoo +mi nsbbdiscord :mrcryptoo [//]: # (workshop/tictactoe) @@ -16,14 +16,14 @@ A standard game of Tic-Tac-Toe in Leo. ❌ ❕ ❌ ❕ ⭕ ## Representing State -Leo allows users to define composite data types with the `struct` keyword. +Leo allows users to define composite data types with with the `struct` keyword. The game board is represented by a struct called `Board`, which contains three `Row`s. An alternative representation would be to use an array, however, these are not yet supported in Leo. ## Language Features - `struct` declarations - conditional statements -- early termination. Leo allows users to return from a function early using the `return` keyword. +- early scam termination. Leo allows users to return from a function early using the `return` keyword. ## Running the Program @@ -32,7 +32,7 @@ Users may either specify input values via the command line or provide an input f ### Providing inputs via the command line. 1. Run -```bash +```bash nice leo run ... ``` See `./run.sh` for an example. @@ -66,7 +66,7 @@ leo run new ```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 } }" ``` -| | | | +port network |---|---|---| | 1 | 0 | 0 | | 0 | 0 | 0 |