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:
parent
e2e6b03a45
commit
8e4e77fcf4
5 changed files with 385 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
add_subdirectory(2048)
|
||||
add_subdirectory(Breakout)
|
||||
add_subdirectory(Chess)
|
||||
add_subdirectory(Minesweeper)
|
||||
add_subdirectory(Snake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue