Index
ncurses-minesweeper
/
71d76ab
Terminal game of Minesweeper, implemented in C with ncurses.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
12
12 Sep 2020 16:19
9e98a79
Create game loop and page structure
Josh Stockin
1
6
0
G
Blob @
ncurses-minesweeper
/
src
/
draw
/
winsize.h
text/plain
79 bytes
download raw
1
#ifndef DRAW_WINSIZE_H
2
#define DRAW_WINSIZE_H
3
4
int
draw_winsize
(
void
);
5
6
#endif
7