summaryrefslogtreecommitdiff
path: root/Games/Minesweeper/Field.h
AgeCommit message (Expand)Author
2019-07-01Minesweeper: Move configuration reading to FieldJookia
2019-07-01Minesweeper: Allow single-click chordingJookia
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-19Minesweeper: Make things a little more friendly at the startRobin Burchell
2019-05-06Minesweeper: Flag unflagged mines on win.Andreas Kling
2019-04-28Minesweeper: Add considering feature, where middle clicking marks with '?'Andreas Kling
2019-04-26Minesweeper: Implement some feature requests.Andreas Kling
2019-04-15Minesweeper: Paint a grid pattern below the mines.Andreas Kling
2019-04-14Minesweeper: Add flag counter and game timer.Andreas Kling
2019-04-13Minesweeper: Make it possible to win the game. :^)Andreas Kling
2019-04-13Minesweeper: Turn the field into a GFrame for that containery look.Andreas Kling
2019-04-13Minesweeper: More implementation work.Andreas Kling
2019-04-13Minesweeper: Start working on a simple minesweeper game. :^)Andreas Kling