Keine Beschreibung

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

README.md

Minesweeper

A computer game.

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