Emoji-Snake

A terminal app for the well know game snake! Its programmed in C and uses emojis for the snake and apples

MPL-2.0 License

Stars
5

Emoji Snake

A terminal app for the well know game snake! Its programmed in C and uses emojis for the snake and apples

This is my first ever C project, made to help me learn C!!! (success?)

Info

The program takes 2 optional inputs, width and height:

  • snake 40 15 runs snake with a 40 by 15 grid
  • The default is 25 by 10

This program should build and run on linux, I have no intention of testing or supporting other operating systems at this time

Building and Installing

git clone https://github.com/CactiChameleon9/Emoji-Snake
cd Emoji-Snake
make
sudo make install

See it in action!!

https://user-images.githubusercontent.com/51231053/171856728-2881d41d-be8d-4dd4-9374-356a22a3b67a.mp4