You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my implementation of Conway's Game Of Life
I spent 5 hours making this (this is my first attempt
so it is likely to be very inefficient). Most of that
time I spent not realising that all changes in the
game have to be done simultaneously and thus needing
2 boards, an old and a new which get replaced every
frame/generation - I was just using one board.
NOTES
When running the program, make sure to run it in
fullscreen mode (alt+enter for cmd).