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
2
0
G
Blob @
ncurses-minesweeper
/
src
/
draw.h
text/plain
40 bytes
download raw
1
int
draw
(
int
ch
);
2
void
draw_loop
(
void
);
3