mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 20:22:19 +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)
|