/snake_game

Primary LanguageC++MIT LicenseMIT

Snake Game

Simple snake game implemented using C++

Supported Platform

Platform Support
Ubuntu / Linux
macOS
Windows ❌ (Not Tested)

Download

You can find executable binary in release page.
see Releases

Play the game!

./snake_game

Build using your computer

Prerequisites

ubuntu:

sudo apt-get install -y build-essential libncurses5-dev libncursesw5-dev

macOS:

brew install ncurses

Build this project with make

# grant execute permission to build.sh file
chmod +x ./build.sh
./build.sh

Author

License

This project is licensed under the MIT License.