serenity/Userland/Games/GameOfLife
2023-10-07 11:36:57 +02:00
..
Board.cpp Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Board.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BoardWidget.cpp GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
BoardWidget.h GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
CMakeLists.txt GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
GameOfLife.gml GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
main.cpp GameOfLife: Focus on the game board when not editing settings 2023-10-07 11:36:57 +02:00
MainWidget.h GameOfLife: Use the GML compiler 2023-10-07 11:36:57 +02:00
Pattern.cpp GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00
Pattern.h GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00