mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +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
7
Userland/Games/FlappyBug/CMakeLists.txt
Normal file
7
Userland/Games/FlappyBug/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
main.cpp
|
||||
Game.cpp
|
||||
)
|
||||
|
||||
serenity_app(FlappyBug ICON app-flappybug)
|
||||
target_link_libraries(FlappyBug LibGUI)
|
Loading…
Add table
Add a link
Reference in a new issue