ladybird/Userland/Games/GameOfLife
Linus Groh d7c0370c57 GameOfLife: Don't randomize cells on board resize
Loosing all game state for a simple resize of the board is quite
disappointing, so let's not do that. :^)
2021-05-16 23:00:21 +02:00
..
Board.cpp GameOfLife: Switch from single indexed vector to rows+columns 2021-05-16 23:00:21 +02:00
Board.h GameOfLife: Switch from single indexed vector to rows+columns 2021-05-16 23:00:21 +02:00
BoardWidget.cpp GameOfLife: Switch from single indexed vector to rows+columns 2021-05-16 23:00:21 +02:00
BoardWidget.h GameOfLife: Switch from single indexed vector to rows+columns 2021-05-16 23:00:21 +02:00
CMakeLists.txt
GameOfLife.gml GameOfLife: Use a frame as the board widget container 2021-05-16 23:00:21 +02:00
main.cpp GameOfLife: Don't randomize cells on board resize 2021-05-16 23:00:21 +02:00