Няма описание

Andrew Tokarskiy 6d915a009d Added const to pointer arguments преди 3 години
.gitignore bbca59039b Renamed functions inc, dec. преди 3 години
LICENSE 3813a01663 Added license notice to the source code, updated LICENSE file formatting преди 3 години
README.md 3813a01663 Added license notice to the source code, updated LICENSE file formatting преди 3 години
main.c 6d915a009d Added const to pointer arguments преди 3 години
mines.c 6d915a009d Added const to pointer arguments преди 3 години
mines.h 6d915a009d Added const to pointer arguments преди 3 години

README.md

Minesweeper

A computer game.

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