https://github.com/atennop1/snake
Simple snake in console written with OOP
https://github.com/atennop1/snake
console console-game csharp csharp-code game game-development gamedev oop oop-principles snake snake-game snakegame solid solid-principles
Last synced: about 2 months ago
JSON representation
Simple snake in console written with OOP
- Host: GitHub
- URL: https://github.com/atennop1/snake
- Owner: Atennop1
- License: mit
- Archived: true
- Created: 2023-03-31T18:05:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T15:13:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T09:16:41.435Z (4 months ago)
- Topics: console, console-game, csharp, csharp-code, game, game-development, gamedev, oop, oop-principles, snake, snake-game, snakegame, solid, solid-principles
- Language: C#
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake

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