1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02: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:
Andres Crucitti 2021-04-11 18:46:58 -07:00 committed by Linus Groh
parent e4f61c6f28
commit d99991e39c
18 changed files with 667 additions and 288 deletions

View file

@ -1,4 +0,0 @@
[App]
Name=Conway
Executable=/bin/Conway
Category=Games

View file

@ -0,0 +1,4 @@
[App]
Name=Game Of Life
Executable=/bin/GameOfLife
Category=Games