https://github.com/atennop1/gameoflife
Simple realization of "Game Of Life" which I wrote when was bored
https://github.com/atennop1/gameoflife
console console-game game game-2d game-dev game-development game-of-life game-of-life-csharp game-of-life-simulator gamedev games
Last synced: about 1 month ago
JSON representation
Simple realization of "Game Of Life" which I wrote when was bored
- Host: GitHub
- URL: https://github.com/atennop1/gameoflife
- Owner: Atennop1
- License: mit
- Archived: true
- Created: 2023-03-21T19:03:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T19:00:32.000Z (over 1 year ago)
- Last Synced: 2025-03-12T14:49:48.477Z (3 months ago)
- Topics: console, console-game, game, game-2d, game-dev, game-development, game-of-life, game-of-life-csharp, game-of-life-simulator, gamedev, games
- Language: C#
- Homepage:
- Size: 106 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameOfLife


## About project
This is a simple implementation of "Game of Life" written in C#. A golden classic that was written when I wanted to try my hand at popular programming challenges
### Specifics
- Project using **OOP** and **SOLID**
- Single-layer architecture as a clean model
- Procedural main algorithm decorated with delicious **OOP**
- Project was written in **1 hour**
- My first practice in popular programming tasks
## ConclusionThanks to this project, I tried myself in classic programming tasks and wanted to continue solving it :)