Terminal game of Minesweeper, implemented in C with ncurses.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
14 | 12 Sep 2020 17:22 | 5a2607d | Use uint8_t instead of char for page selection state | Josh Stockin | 3 | 7 | 7 | G |
Object | Latest Commit Subject | Time | Hash |
---|---|---|---|
src | Use uint8_t instead of char for page selection state | 12 Sep 2020 17:22 | 5a2607d |
.clang-format | Update lint config | 12 Sep 2020 16:18 | 57786ab |
.gitignore | Add *.swp to .gitignore | 12 Sep 2020 10:35 | ca7e2b2 |
LICENSE | Initial commit (README.md, LICENSE) | 07 Sep 2020 18:23 | 9f17065 |
Makefile | Fix issue with Make incorrectly parsing gcc -MM | 12 Sep 2020 16:18 | 6caccaa |
README.md | Fix README | 07 Sep 2020 18:26 | 4e6033d |
Terminal game of Minesweeper, implemented in C with ncurses.