Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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