Csnake
Simple snake for linux
requirement
- ncurses
- sdl
clone
$ git clone https://github.com/Axeltherabbit/Csnake/
$ cd Csnake
compile
$ gcc snake.c -lncursesw -lpthread -lSDL -lSDL_mixer -D_XOPEN_SOURCE_EXTENDED -o snake
play
$ ./snake
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Simple snake for linux
$ git clone https://github.com/Axeltherabbit/Csnake/
$ cd Csnake
$ gcc snake.c -lncursesw -lpthread -lSDL -lSDL_mixer -D_XOPEN_SOURCE_EXTENDED -o snake
$ ./snake