My implementation of Conways Game Of Life using C++ with the SFML library
- Complete Initial Implementation
- Let the user click hold and the mouse button to set the states of the Tiles
- Enable zoom in and zoom out of the Grid
- Enable spanning across the grid
- Add User Interface
- Extras I haven't thought about