Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.
/ Snake Public archive

Simple snake in console written with OOP

License

Notifications You must be signed in to change notification settings

Atennop1/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ;)