mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:07:45 +00:00
FlappyBug: Introduce a new Flappy Bug game
This introduces a Flappy Bug game. It's pretty simple currently, but is playable.
This commit is contained in:
parent
24225df979
commit
811d9722f9
8 changed files with 257 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
add_subdirectory(2048)
|
||||
add_subdirectory(Breakout)
|
||||
add_subdirectory(Chess)
|
||||
add_subdirectory(FlappyBug)
|
||||
add_subdirectory(GameOfLife)
|
||||
add_subdirectory(Hearts)
|
||||
add_subdirectory(Minesweeper)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue