An open API service indexing awesome lists of open source software.

https://github.com/codewithjazmine/gameoflife

My version of Conway's Game of Life created for one of my university courses.
https://github.com/codewithjazmine/gameoflife

Last synced: 3 months ago
JSON representation

My version of Conway's Game of Life created for one of my university courses.

Awesome Lists containing this project

README

        

# Game Of Life
As a project for one of my classes, we were tasked to recreate Conway's Game of Life.

![GameOfLife](https://user-images.githubusercontent.com/71017555/224867124-1f2c7807-8022-474f-b6da-c3e09c1cd864.gif)

## What I learned
- How to apply my knowledge in C# to build a project using a C-Style Win32 API
- Win32 GDI
- Dialog boxes
- Windows common controls
- Dynamic-linked libraries
- Saving and opening files
- Reloading and Resetting application settings
- Version Control