pycdr / mysnake

an animated snake in terminal!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysnake

mysnake has some programs in different languages to show an animated snake in terminal!

the main idea is to write a small program in different language, as a practice or working with different languages.

how to use

Python

first, install termpixels library, then run snake.py program:

pip3 install termpixels
python3 snake.py

C

compile the snake.c file (suggection: gcc), then run the compiled file:

$ gcc snake.c -o snake
$ ./snake

other languages

we will try to commit this program as other languages as soon as possible; also we will be happy to see you help us in any language you can, or anything else! :)

About

an animated snake in terminal!

License:GNU General Public License v3.0


Languages

Language:C 67.4%Language:Python 32.6%