Skip to content

moonwatcher91/snake

Repository files navigation

snake

Famous game SNAKE, Qt 5, C++

One way to create your own Snake, maybe doesn't better way. If you have any suggestions to improve it, i will will be glad!

Control Keys:

  1. Ctrl + S - start game ( or new game );
  2. Whitespace - pause game;
  3. Ctrl + W - exit game;
  4. Up, down, left and right arrows to control for the snake.

Enjoy!