chore(lib): add minimal-mnswpr link to guide
This commit is contained in:
parent
2328a7251a
commit
64ac0bbebb
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ Have you ever wondered how games on a web browser are built? Believe it or not,
|
||||||
|
|
||||||
In this guide, we will use **mnswpr** as a simple building block for you to build your own browser game. I will walk you through the steps to create your own Minesweeper browser game from scratch.
|
In this guide, we will use **mnswpr** as a simple building block for you to build your own browser game. I will walk you through the steps to create your own Minesweeper browser game from scratch.
|
||||||
|
|
||||||
|
If you want to skip to the ending, all the code are in this repository: [minimal-mnswpr](https://github.com/ayo-run/minimal-mnswpr)
|
||||||
|
|
||||||
First, let's go through the requirements.
|
First, let's go through the requirements.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue