Skip to content

Commit

Permalink
fix: fix typo and updated
Browse files Browse the repository at this point in the history
  • Loading branch information
0xshora committed Nov 29, 2023
1 parent 720cdf1 commit a3c1fea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ PixeLAW is an anutonomous pixel playground built using [Cairo](https://github.co

This book is dedicated to familiarizing you with PixeLAW and its potential. A special section on the [Theory](./theory/autonomous-worlds.md) elucidates this emergent concept of autonomous worlds.

The main contents are as follows.
- [Quickstart](./getting-started/quick-start.md)
- [What is PixeLAW?](./theory/what-is-pixelaw.md)
- [Explore the Architecture](./architecture/overview.md)
- [Tutorial with Minesweeper](./tutorial/minesweeper/README.md)

### Explainer

Expand Down
2 changes: 1 addition & 1 deletion src/tutorial/minesweeper/0-minesweeper-intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#s## Functions
### Functions
We need following functions:
- init: initialize application settings.
- interact: interact with PixeLAW field. When we start game, we call this function to set up field.
Expand Down
4 changes: 3 additions & 1 deletion src/tutorial/minesweeper/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## What we build: Minesweeper

For details, please see [wiki](https://en.wikipedia.org/wiki/Minesweeper_(video_game))
For details about game rules, please see [wiki](https://en.wikipedia.org/wiki/Minesweeper_(video_game)).

Before going through this section, please finish [setup and deploy](../setup-deploy/README.md).

0 comments on commit a3c1fea

Please sign in to comment.