Aucune description

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

README.md

Minesweeper

A computer game.

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