Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-26 | makefile: remove std=c99 | Daniel Jones | 1 | -1/+1 | |
2020-04-26 | demo recording | Daniel Jones | 1 | -48/+284 | |
added ability to record demos using -record <demo name>. coming soon is -play <demoname> | |||||
2020-04-26 | board is now a 1d array mapped as 2d | Daniel Jones | 1 | -31/+41 | |
also use game struct instead of macros | |||||
2020-04-25 | dont allow revealing flagged tile | Daniel Jones | 1 | -2/+3 | |
2020-04-25 | redraw when toggling flag | Daniel Jones | 1 | -0/+1 | |
2020-04-25 | changed default height, width and mines | Daniel Jones | 1 | -3/+3 | |
2020-04-25 | added ncurses minesweeper, changed readme and makefile | Daniel Jones | 3 | -24/+324 | |
2020-04-08 | change mine count to 17 | Daniel Jones | 1 | -1/+1 | |
2020-04-08 | changed license text | Daniel Jones | 1 | -2/+1 | |
2020-04-08 | make flag capital | Daniel Jones | 2 | -1/+3 | |
2020-04-08 | game works | Daniel Jones | 4 | -0/+997 | |