No description
Find a file
2024-12-23 14:49:39 +01:00
include seems to be working 2024-12-23 14:49:39 +01:00
src seems to be working 2024-12-23 14:49:39 +01:00
.gitignore seems to be working 2024-12-23 14:49:39 +01:00
CmakeLists.txt seems to be working 2024-12-23 14:49:39 +01:00
README.md seems to be working 2024-12-23 14:49:39 +01:00

A simple minesweeper game I made, 'cause train rides to school are boring.

Requires cmake and SDL3 to compile.

Compile, and run with:

    cmake -B build/ && cmake --build build/ && ./build/bin