mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 06:07:35 +00:00

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)
|