Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cactichameleon9/emoji-snake
A terminal app for the well know game snake! Its programmed in C and uses emojis for the snake and apples
https://github.com/cactichameleon9/emoji-snake
c emoji emojis first-project linux-app snake snake-game terminal terminal-app terminal-based terminal-game
Last synced: 28 days ago
JSON representation
A terminal app for the well know game snake! Its programmed in C and uses emojis for the snake and apples
- Host: GitHub
- URL: https://github.com/cactichameleon9/emoji-snake
- Owner: CactiChameleon9
- License: mpl-2.0
- Created: 2022-06-03T12:36:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T16:58:58.000Z (over 2 years ago)
- Last Synced: 2024-10-07T12:42:53.014Z (4 months ago)
- Topics: c, emoji, emojis, first-project, linux-app, snake, snake-game, terminal, terminal-app, terminal-based, terminal-game
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emoji Snake
A terminal app for the well know game snake! Its programmed in C and uses emojis for the snake and applesThis 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 10This 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![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)