9 lines
208 B
Markdown
9 lines
208 B
Markdown
A simple minesweeper game I made, 'cause train rides to school are boring.
|
|
|
|
Requires cmake and SDL3 to compile.
|
|
|
|
Compile, and run with:
|
|
|
|
```bash
|
|
cmake -B build/ && cmake --build build/ && ./build/bin
|
|
```
|