Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 185 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 185 Bytes

SnakeGame

This is the implementation of Snake game in C++.

You can play the game in console. Snake moves with W, A, S, D buttons. If you crush to your tail or walls game will over.