Index
ncurses-minesweeper
/
4fbaed5
Terminal game of Minesweeper, implemented in C with ncurses.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
5
09 Sep 2020 21:11
2a7d780
Update Makefile; begin program logic
Josh Stockin
1
3
0
G
Blob @
ncurses-minesweeper
/
src
/
game.c
text/plain
40 bytes
download raw
1
//
2
#include <stdio.h>
3
void
game
(
void
){}
4