Game Of Life
Conway's game of life
View Website
Technologies
React
CSS
I created a simple game of life game during my school time using React. It is based of John Conway's Game of Life
The firt version was created just with useState management while short after it was updated to use React hooks. State and actions was better managed with useReducer and useContext
Resizable
It is not only mobile friendly it has the option resize the game board as well. It resizes from a size 4x4 to 50x50 board.
Generations
It has the option to generate sample generations from Still Lifes, Oscillators, and Spaceships. While creating the game it allowed me to learn the proper ways on updating cells properly.
Conclusion
This was a very fun game to create and style. Was very usefull learning to update the cells depending on neigbor cells.