My First Game

I created a snake game using C++.
I was thinking if people can tell me how my game is and rate it.
I didn’t used any graphics library to make this game, its totally basic (leaving some console operations).
Video to my game play-

I am waiting for your reviews guys!!!
I will also post code on GitHub, if anyone wants it, I have to change variable names as variables name is a,b,c,d,e etc.

2 Likes

This is Amazing Brother.Loved it!
Can You Share How you made this using C++?

Like video of how I made?
I am changing code so that everyone understands, I will share once its done.

How are you rendering without a graphics library? Does c++ have an inbuilt one?

No, I am just over writing the console screen again and again with ’ ’ to erase or with some character.