Bez popisu

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

README.md

Minesweeper

A computer game.

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