Velma's Online Portfolio

Conway's Game Of Life (C++)

Conway’s game of life was a project that I built using the library wxWidgets for C++. I built this in college for a class project and the source code is available upon request. This shows a strong level of proficiency with libraries designed for GUI applications, as well as a strong understanding of the logical and mathematical principles behind the game. The GUI functions well with a customizable size of the grid and colors of the cells. You can toggle grid transparency and a Heads-Up Display as well. The settings are persistent showing an understanding of Object Oriented Programming and binary file I/O.

A computer simulation of Conway's Game of Life A computer simulation of Conway's Game of Life A computer simulation of Conway's Game of Life A computer simulation of Conway's Game of Life