Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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