mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03:00
8e4e77fcf4
Made with HackStudio! This needs some love to feel like a proper game, but the basics are here.
7 lines
156 B
CMake
7 lines
156 B
CMake
add_subdirectory(2048)
|
|
add_subdirectory(Breakout)
|
|
add_subdirectory(Chess)
|
|
add_subdirectory(Minesweeper)
|
|
add_subdirectory(Snake)
|
|
add_subdirectory(Solitaire)
|