serenity/Games/Minesweeper
Andreas Kling c09c114d77 WindowServer+LibGUI: Add ability to set per-window icons.
The icons are passed around as filesystem paths for now, since the shared
memory bitmaps only support 2 sides.
2019-04-13 16:59:55 +02:00
..
.gitignore Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00
Field.cpp Minesweeper: Make it possible to win the game. :^) 2019-04-13 15:51:29 +02:00
Field.h Minesweeper: Make it possible to win the game. :^) 2019-04-13 15:51:29 +02:00
main.cpp WindowServer+LibGUI: Add ability to set per-window icons. 2019-04-13 16:59:55 +02:00
Makefile Minesweeper: Start working on a simple minesweeper game. :^) 2019-04-13 03:08:16 +02:00