Açıklama Yok

Andrew Tokarskiy 6d915a009d Added const to pointer arguments 3 yıl önce
.gitignore bbca59039b Renamed functions inc, dec. 3 yıl önce
LICENSE 3813a01663 Added license notice to the source code, updated LICENSE file formatting 3 yıl önce
README.md 3813a01663 Added license notice to the source code, updated LICENSE file formatting 3 yıl önce
main.c 6d915a009d Added const to pointer arguments 3 yıl önce
mines.c 6d915a009d Added const to pointer arguments 3 yıl önce
mines.h 6d915a009d Added const to pointer arguments 3 yıl önce

README.md

Minesweeper

A computer game.

Command to compile: gcc -std=c99 main.c mines.c -o mines