cfanatic / qt-snake

Quick implementation of the game Snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Quick and dirty implementation of the game Snake using the Qt library. Check out the gameplay video to get a preview!

gameplay picture

Requirements

Developed on the following setup:

  • macOS High Sierra (10.13.6)
  • Qt Creator 4.1.0
  • Qt 5.7.0
  • Clang 7.0

Installation

Open snake.pro in Qt Creater and run the usual build process.

Gameplay

Press any mouse button inside the window to start the game. Use the arrow keys on the keyboard to control the movement. Please feel free to ask if you have any problems or questions.

About

Quick implementation of the game Snake


Languages

Language:C++ 98.6%Language:QMake 1.4%