Age | Commit message (Expand) | Author |
---|---|---|
2019-04-15 | Minesweeper: Add little icons to the flags and timer labels. | Andreas Kling |
2019-04-15 | Minesweeper: Paint a grid pattern below the mines. | Andreas Kling |
2019-04-15 | LibCore: Add a CConfigFile class, a simple INI file parser. | Andreas Kling |
2019-04-14 | Minesweeper: Add flag counter and game timer. | Andreas Kling |
2019-04-14 | Minesweeper: Flood fill should include the first numbered found. | Andreas Kling |
2019-04-13 | WindowServer+LibGUI: Add ability to set per-window icons. | Andreas Kling |
2019-04-13 | Minesweeper: Make it possible to win the game. :^) | Andreas Kling |
2019-04-13 | Minesweeper: Add some menus. | Andreas Kling |
2019-04-13 | Minesweeper: Turn the field into a GFrame for that containery look. | Andreas Kling |
2019-04-13 | Minesweeper: Fix wrong adjacency numbers on right and bottom edges. | Andreas Kling |
2019-04-13 | Minesweeper: More implementation work. | Andreas Kling |
2019-04-13 | Minesweeper: Start working on a simple minesweeper game. :^) | Andreas Kling |