1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:57:34 +00:00

Games: Add a 2048 game

This commit is contained in:
AnotherTest 2020-08-09 02:40:41 +04:30 committed by Andreas Kling
parent 043d548b39
commit 872834320a
8 changed files with 522 additions and 0 deletions

View file

@ -1,3 +1,4 @@
add_subdirectory(2048)
add_subdirectory(Minesweeper)
add_subdirectory(Snake)
add_subdirectory(Solitaire)