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

Userland+Base: Remove Breakout and Pong games

These games were not very playable and definitely not fun.
This commit is contained in:
Andreas Kling 2022-06-14 14:17:47 +02:00
parent 4e4a930b13
commit 45de16f195
19 changed files with 0 additions and 1168 deletions

View file

@ -1,12 +1,10 @@
add_subdirectory(2048)
add_subdirectory(Breakout)
add_subdirectory(Chess)
add_subdirectory(FlappyBug)
add_subdirectory(GameOfLife)
add_subdirectory(Hearts)
add_subdirectory(MasterWord)
add_subdirectory(Minesweeper)
add_subdirectory(Pong)
add_subdirectory(Snake)
add_subdirectory(Solitaire)
add_subdirectory(Spider)