rmnd / sssnake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sssnake(smart and sexy snake)

The classic snake game for the terminal that can plays itself and be use like a screensaver. asciicast

Installation

(RN its only for linux)

make
make install

Usage

By default it will run like a normal snake game that you can control with wasd, hjkl(vi keys) or the arrow keys. But try this

sssnake -f -S -s 15

or

sssnake -S -s 15 -j 5

press Q to quit. Use the -h options to see the option details.

Contributing

Any improvements are welcome especially in the pathfinding algorithm because now its a basic A* implementation and sometimes the snake traps itselt.

Credits

About

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%