Skip to content

Anny-Moon/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Behold Snake game for terminal! In this game you can play the classical snake game, as well as you can play 3 different levels with obstacles and periodic boundry conditions.

I made moving apples which bounce from obstacles and snake itself. I belive it brings more fun to the game :)

Just try it!

     

Editor mode

Now you can create your own level! Just choose editor in the main menu and start to create!

     

Requirements

The game uses ncurses library for ASCII graphics. Probably you already have it on you computer. Otherwise you can always download it for free.

Quick Start

To install the game write in terminal:

$ git clone https://github.com/Anny-Moon/Snake
$ cd Snake/
$ cmake .
$ sudo make install

To play just write:

$ snake

After the first run the hidden folder .snake will be created in your home folder. The game will put all the files in that folder.

Feedback

I am open to your feedback: ann.sinelnikova@gmail.com

About

ASCII Snake game in terminal!

Resources

License

Stars

Watchers

Forks

Packages

No packages published