๐ 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