a minesweeper clone written in SDL and C. did this project to learn about how to use SDL and stuff.
Go to file
gabbagaps 6e9961b5cc removed unused sound effect 2022-07-09 20:52:21 +00:00
resources the game lol 2022-07-09 20:32:22 +01:00
.gitignore Initial commit 2022-07-09 19:30:22 +00:00
LICENSE Initial commit 2022-07-09 19:30:22 +00:00
Makefile the game lol 2022-07-09 20:32:22 +01:00
README.md Initial commit 2022-07-09 19:30:22 +00:00
audio.c removed unused sound effect 2022-07-09 20:52:21 +00:00
audio.h the game lol 2022-07-09 20:32:22 +01:00
defs.h the game lol 2022-07-09 20:32:22 +01:00
graphics.c the game lol 2022-07-09 20:32:22 +01:00
graphics.h the game lol 2022-07-09 20:32:22 +01:00
main.c the game lol 2022-07-09 20:32:22 +01:00
main.h the game lol 2022-07-09 20:32:22 +01:00

README.md

idiot_SDL_minesweeper

a minesweeper clone written in SDL and C. did this project to learn about how to use SDL and stuff.