Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-27 | prevent exiting right away after watching demo if acicdentally hit a key | Daniel Jones | 1 | -0/+1 | |
2020-04-27 | prevent flashing in demo playback | Daniel Jones | 1 | -1/+5 | |
2020-04-27 | support playing demos with different height/widths | Daniel Jones | 1 | -4/+6 | |
previously it would crahs if you attempted to play a demo using a different width/height to the one in the compiled binary | |||||
2020-04-27 | readme changes | Daniel Jones | 1 | -2/+7 | |
2020-04-26 | -play demo | Daniel Jones | 1 | -29/+174 | |
added ability to play demos using -play <demofile>. currently it breaks if the width and heights differ | |||||
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 | |