You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,14 @@
2
2
This is my attempt to building a full minesweeper game clone using raylib: https://www.raylib.com/ </br>
3
3
The code might need some more cleaning/refactoring, but I think this is a good start.</br>
4
4
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>
6
6
Make sure you have Visual Studio 2022 installed along with Windows 10 SDK.</br>
7
7
Alternatively, you can also compile and run this with CLion.</br>
8
8
The CMakeList.txt file should have all the necessary dependencies.
9
9
10
+
If you want to try out the game, you can find the executable for the latest release under <ahref="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
+
10
13
### <u>How to build (for Windows 10 using cmake):</u>
11
14
1. Install cmake for windows: https://cmake.org/download/
12
15
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.
27
30
</br></br></br>
28
31
29
32
## <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