Skip to content

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

License

Notifications You must be signed in to change notification settings

CactiChameleon9/Emoji-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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