Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 941 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 941 Bytes

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