1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 00:15:08 +00:00
serenity/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 Games: Add GameOfLife 2021-05-15 17:44:21 +01:00
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