summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-15fixed segfault on widt and height differingHEADmasterDaniel Jones1-3/+3
2020-04-27prevent exiting right away after watching demo if acicdentally hit a keyDaniel Jones1-0/+1
2020-04-27prevent flashing in demo playbackDaniel Jones1-1/+5
2020-04-27support playing demos with different height/widthsDaniel Jones1-4/+6
2020-04-27readme changesDaniel Jones1-2/+7
2020-04-26-play demoDaniel Jones1-29/+174
2020-04-26makefile: remove std=c99Daniel Jones1-1/+1
2020-04-26demo recordingDaniel Jones1-48/+284
2020-04-26board is now a 1d array mapped as 2dDaniel Jones1-31/+41
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 Jones3-24/+324
2020-04-08change mine count to 17Daniel Jones1-1/+1
2020-04-08changed license textDaniel Jones1-2/+1
2020-04-08make flag capitalDaniel Jones2-1/+3
2020-04-08game worksDaniel Jones4-0/+997