Skip to content

Commit

Permalink
Update tutorials.md (MystenLabs#1124)
Browse files Browse the repository at this point in the history
* Update tutorials.md

Link into Move document from top
Link to its Writing a package section from Publish the TicTacToe game on Sui

* Update tutorials.md

Link to Examples from Tutorial
  • Loading branch information
Clay-Mysten authored Mar 29, 2022
1 parent 44b5702 commit 3195036
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/src/explore/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: End-to-End Tutorial to Set Up and Play TicTacToe on Sui

In this tutorial, we demonstrate the end-to-end process for starting a
Sui network locally, connecting to it through our [wallet](../build/wallet.md)
app, publishing a TicTacToe game on Sui, and playing it to the end.
app, publishing a TicTacToe game written in [Move](../build/move.md) on Sui,
and playing it to the end.

## Set up

Expand Down Expand Up @@ -76,7 +77,10 @@ export O_GAS=2110ADFB7BAF889A05EA6F5889AF7724299F9BED
```

## Publish the TicTacToe game on Sui
We implemented a TicTacToe game in [TicTacToe.move](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games/sources/TicTacToe.move).
To keep this tutorial simple, use the TicTacToe game we implemented in [TicTacToe.move](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games/sources/TicTacToe.move).

Find even more [examples](examples.md) in the Sui repository. Of course, you are welcome to
[write your own package](../build/move#writing-a-package).

In order to obtain source code for the game, let us clone the Sui
repository to the current directory:
Expand Down

0 comments on commit 3195036

Please sign in to comment.