Atennop1 / GameOfLife

Simple realization of "Game Of Life" which I wrote when was bored

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

ezgif com-video-to-gif

badge 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 :)

About

Simple realization of "Game Of Life" which I wrote when was bored

License:MIT License


Languages

Language:C# 100.0%