mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:17:34 +00:00
Games: Add GameOfLife
This patch introduces a new game based on Conway's Game of Life.
This commit is contained in:
parent
e4f61c6f28
commit
d99991e39c
18 changed files with 667 additions and 288 deletions
|
@ -1,7 +1,7 @@
|
|||
add_subdirectory(2048)
|
||||
add_subdirectory(Breakout)
|
||||
add_subdirectory(Chess)
|
||||
add_subdirectory(Conway)
|
||||
add_subdirectory(GameOfLife)
|
||||
add_subdirectory(Minesweeper)
|
||||
add_subdirectory(Pong)
|
||||
add_subdirectory(Snake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue