/BasicSnakeGame

A basic snake game using C++. Snake enlarges in size after eating fruits i.e. scoring points. Game ends when snake collides with barrier or with itself. Uses kbhit() function which is generally discouraged to use. Use 'w', 'a', 's', 'd' to move and 'spacebar' to pause.

Primary LanguageC++

Stargazers

No one’s star this repository yet.