summaryrefslogtreecommitdiff
path: root/ncsweeper.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26board is now a 1d array mapped as 2dDaniel Jones1-31/+41
also use game struct instead of macros
2020-04-25dont allow revealing flagged tileDaniel Jones1-2/+3
2020-04-25redraw when toggling flagDaniel Jones1-0/+1
2020-04-25changed default height, width and minesDaniel Jones1-3/+3
2020-04-25added ncurses minesweeper, changed readme and makefileDaniel Jones1-0/+314