From 64ac0bbebb2649c8cac3f10e760dcd43c76cbb56 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 22:42:32 +0200 Subject: [PATCH] chore(lib): add minimal-mnswpr link to guide --- lib/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/README.md b/lib/README.md index 95d8d09..dc06f49 100644 --- a/lib/README.md +++ b/lib/README.md @@ -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. +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. ## Requirements