seems to be working

This commit is contained in:
bronku 2024-12-23 14:43:48 +01:00
commit 98a655d315
8 changed files with 594 additions and 0 deletions

9
README.md Normal file
View 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
```