Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 879 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 879 Bytes

Snake Game

object oriented implementation of terminal based snake game

How To Play

Linux

clone the master branch

$ git clone https://github.com/arashrahmani/Snake-Game-C-OO/tree/master

compile and run

$ g++ snake.cpp -o snake-game
$ ./snake-game

Windows

clone the snake_game_windows branch

> git clone https://github.com/arashrahmani/Snake-Game-C-OO/tree/snake_game_windows

compile and run

> 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.