/Emoji-Snake

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

Primary LanguageCMozilla Public License 2.0MPL-2.0

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!!

recording.mp4

image image