Skip to content

Commit 4503449

Browse files
authored
Update README.md
1 parent 79765bd commit 4503449

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
This is my attempt to building a full minesweeper game clone using raylib: https://www.raylib.com/ </br>
33
The code might need some more cleaning/refactoring, but I think this is a good start.</br>
44

5-
If you want to try out this game, please follow the instructions below.</br>
5+
If you want to build this game, please follow the instructions below.</br>
66
Make sure you have Visual Studio 2022 installed along with Windows 10 SDK.</br>
77
Alternatively, you can also compile and run this with CLion.</br>
88
The CMakeList.txt file should have all the necessary dependencies.
99

10+
If you want to try out the game, you can find the executable for the latest release under <a href="https://github.com/baz606/minesweeper-raylib/releases">Releases</a>.
11+
The executable is for Windows only but you can build from source and target different platforms.
12+
1013
### <u>How to build (for Windows 10 using cmake):</u>
1114
1. Install cmake for windows: https://cmake.org/download/
1215
2. Run <code>mkdir build && cd build && cmake.exe ..</code></br>
@@ -27,4 +30,4 @@ Make sure the resources folder is in the same directory as your executable.
2730
![grid-4.png](./images/grid-4.PNG)</br></br></br>
2831

2932
## <u>Credits:</u>
30-
Sound effects are taken from https://www.zapsplat.com/
33+
Sound effects are taken from https://www.zapsplat.com/

0 commit comments

Comments
 (0)