Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CactiChameleon9 authored Jun 3, 2022
1 parent 44e5f68 commit b0e66fd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ A terminal app for the well know game snake! Its programmed in C and uses emojis

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

## See it in action!!
https://user-images.githubusercontent.com/51231053/171856728-2881d41d-be8d-4dd4-9374-356a22a3b67a.mp4

![image](https://user-images.githubusercontent.com/51231053/171856934-001284ac-5d17-4f79-95e0-bf583e0b5476.png)
![image](https://user-images.githubusercontent.com/51231053/171857334-93a266b0-856b-4929-bec1-1b342ec92ba9.png)


## Info
The program takes 2 optional inputs, width and height:
Expand All @@ -17,10 +11,18 @@ The program takes 2 optional inputs, width and height:

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


## Building
```
git clone https://github.com/CactiChameleon9/Emoji-Snake
cd Emoji-Snake
gcc main.c graphics.c -o main -lpthread
#run with ./main
```


## See it in action!!
https://user-images.githubusercontent.com/51231053/171856728-2881d41d-be8d-4dd4-9374-356a22a3b67a.mp4

![image](https://user-images.githubusercontent.com/51231053/171856934-001284ac-5d17-4f79-95e0-bf583e0b5476.png)
![image](https://user-images.githubusercontent.com/51231053/171857334-93a266b0-856b-4929-bec1-1b342ec92ba9.png)

0 comments on commit b0e66fd

Please sign in to comment.