Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir authored Jul 21, 2024
1 parent 9dc751d commit 37335e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![CMake](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml)
# wxMinesweeper
This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI
> This is a proof-of-concept (poc) that is achieving the use of C++ library wxWidgets to build a GUI
[![CMake](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml/badge.svg)](https://github.com/henrykorir/wxMinesweeper/actions/workflows/cmake-multi-platform.yml)

## Rule of the game
Flag all the mine fields
## Build
Ensute you have cmake.</br>If you don't have visit https://cmake.org/</br>
Clone the repo
```

```bash
git clone https://github.com/henrykorir/wxMinesweeper.git
cd ./wxMinesweeper
cmake .
Expand Down

0 comments on commit 37335e1

Please sign in to comment.