Sin descripción

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

README.md

Minesweeper

A computer game.

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