It's terminal snake game
- Move to home directory: cd
- Download: git clone https://github.com/Chimi70/Snake
- move to snake folder: cd Snake
- Compile: g++ snake.cpp -o snake (g++ because it is c++ project)
- Run Game: ./snake
- Move to home directory: cd
- Remove game: rm -r Snake