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?
18
12 Sep 2020 23:23
82ddf89
Colors; base game state and game rendering
Josh Stockin
1
6
0
G
Blob @
ncurses-minesweeper
/
src
/
colors.h
text/plain
70 bytes
download raw
1
#ifndef COLORS_H
2
#define COLORS_H
3
4
int
init_colorpairs
(
void
);
5
6
#endif
7