Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Created: 2023-03-31T18:05:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T15:13:35.000Z (over 1 year ago)
- Last Synced: 2023-08-03T16:27:10.959Z (over 1 year 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: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
![image](https://user-images.githubusercontent.com/73060890/231438891-950b9a15-dc13-4946-b019-aa2d8e24909e.png)![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=MV&color=red&style=for-the-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 ;)