/Snake

Simple snake in console written with OOP

Primary LanguageC#MIT LicenseMIT

Snake

image

badge badge

About project

This is a simple snake in console which I wrote when was bored, lol :p
I don't know what else to say about this project, this is a typical snake familiar to everyone

Specifics

  • Project using OOP and SOLID
  • Procedural algorithm realisation in true OOP
  • Clearest DI

Conclusion

This project served as an experience for me in writing procedural games without an engine. This experience will help me write a new game without an engine. It's an endless circle ;)