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