Portfolio Details
Project information
- Technologies: C++, OpenGL, GLFW
- Techniques: Multithreading, CPU rendering
- Project start: Mar 2022
- Project URL: https://github.com/mrizaln/game-of-life
- Role: Author
game-of-life
Conway's Game of Life simulation
I have always liked Conway’s Game of Life simulation. This very complex system arise from simple set of rules fascinates me. This project allows me to create such simulation. I can directly modify the cells state on the simulation so that I can create anything I want. For example, in the preview I created a glider gun and a period-3 oscillator.