Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

## Conclusion

Thanks to this project, I tried myself in classic programming tasks and wanted to continue solving it :)