mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +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,4 +0,0 @@
|
|||
[App]
|
||||
Name=Conway
|
||||
Executable=/bin/Conway
|
||||
Category=Games
|
4
Base/res/apps/GameOfLife.af
Normal file
4
Base/res/apps/GameOfLife.af
Normal file
|
@ -0,0 +1,4 @@
|
|||
[App]
|
||||
Name=Game Of Life
|
||||
Executable=/bin/GameOfLife
|
||||
Category=Games
|
Binary file not shown.
Before Width: | Height: | Size: 197 B |
BIN
Base/res/icons/16x16/app-gameoflife.png
Normal file
BIN
Base/res/icons/16x16/app-gameoflife.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 B |
Binary file not shown.
Before Width: | Height: | Size: 275 B |
BIN
Base/res/icons/32x32/app-gameoflife.png
Normal file
BIN
Base/res/icons/32x32/app-gameoflife.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 B |
Loading…
Add table
Add a link
Reference in a new issue