Skip to content

arashrahmani/Snake-Game-C-OO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

⭐ Support

If you enjoyed this project or found it helpful, please consider starring this repo. Your support helps me keep improving and building new projects for the community.

About

object oriented implementation of terminal based snake game

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages