seems to be working
This commit is contained in:
commit
98a655d315
8 changed files with 594 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue