-
Notifications
You must be signed in to change notification settings - Fork 0
Week 5 04 22
fengttt edited this page Apr 22, 2020
·
1 revision
Game of Life
- Try to get your queens done! Find out all 92 solutions! -- but you only need to display 9.
- Think about game of life. If you can finish queens, you should start this.
-
- Hints: FPS = 1 is probably a good idea for Game of Life.
-
- Hints: 100x100 board (universe). The board has stonewall around it, or you don't have any neighours outside this board.
-
- Hints: You may want to compute a new board of time t+1 from the board of time t.