π Clone the repository:
$ git clone git@github.com:aaronespasa/terminal-snake.git && cd ./terminal-snakeπ½ Install the NCurses library:
- In Debian Linux:
$ sudo apt-get install libncurses5-dev libncursesw5-dev - In MacOS:
$ sudo brew install ncurses
π¨ Build the project: $ make build
π Run the project: $ ./build/snake