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.
- Host: GitHub
- URL: https://github.com/codewithjazmine/gameoflife
- Owner: CodeWithJazmine
- Created: 2023-03-13T22:27:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T01:17:30.000Z (over 2 years ago)
- Last Synced: 2025-01-21T17:28:45.442Z (5 months ago)
- Language: C#
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## 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