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

Breakout: Add a very simple breakout game :^)

Made with HackStudio! This needs some love to feel like a proper game,
but the basics are here.
This commit is contained in:
Andreas Kling 2020-11-09 11:40:35 +01:00
parent e2e6b03a45
commit 8e4e77fcf4
5 changed files with 385 additions and 0 deletions

View file

@ -1,4 +1,5 @@
add_subdirectory(2048)
add_subdirectory(Breakout)
add_subdirectory(Chess)
add_subdirectory(Minesweeper)
add_subdirectory(Snake)