Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 683 Bytes

Snake Game in C++ and ncurses

This is just another Snake game, written in C++ and ncurses on Linux. It has a Main Menu, Pause Menu and Settings Menu. Field size, minimum/maximum speed and minimum/maximum Snake length can be manipulated in Settings Menu. The Snake speed gradually increases as it grows in size. You win by reaching the maximum size previously set in Settings.

mkdir release
make all
release/snake.out

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text