Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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
- Created: 2023-03-21T19:03:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T19:00:32.000Z (over 1 year ago)
- Last Synced: 2023-09-12T03:32:27.955Z (over 1 year 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: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameOfLife
![ezgif com-video-to-gif](https://github.com/Atennop1/GameOfLife/assets/73060890/223a40cd-827d-49b4-8be5-abd82f56095d)
![badge](https://img.shields.io/static/v1?label=Language&message=C%23&color=blueviolet&style=for-the-badge)
![badge](https://img.shields.io/static/v1?label=architecture&message=Pure-model&color=red&style=for-the-badge)## 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 :)