object oriented implementation of terminal based snake game
$ git clone https://github.com/arashrahmani/Snake-Game-C-OO/tree/master
$ g++ snake.cpp -o snake-game
$ ./snake-game
> git clone https://github.com/arashrahmani/Snake-Game-C-OO/tree/snake_game_windows
> g++ snake.cpp -o snake-game
> snake-game
If you found this repository helpful in solving a problem or improving your workflow, I would truly appreciate it if you could consider giving it a star. Your support helps increase its visibility and encourages me to continue maintaining and enhancing it for the community.