8000 GitHub - SOlsson91/Snake: Simple snake game created with ncurses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SOlsson91/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Simple snake game created with ncurses

Requirements

The project is created with ncurses. To build the project you need CMake V3.2 or later.

Build & Run

mkdir build
cd build
cmake ..
make -j${nproc}
./game

Controls

Menu

You can navigate both menus with the arrow keys, and enter to select the highlighted option.

Game

Arrow keys to change direction, or W,A,S,D.

Image of the Snake game

TODO

* Refactoring
* Improve the UI
* Implement HighScore
* Make the game window depend on the terminal window

About

Simple snake game created with ncurses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0