yourash / SnakeGame

Simple retro game "Snake", using Qt Framework (OOP training)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Snake game (Qt)

##What is it?

Snake game - is a simpy OOP based project, graphics displays by default Qt Framework.

##How to compile?

  • Use Qt Creator 5.5 version or later.
  • Run the MaleFile by Qt Creator In Snake.zip you can find a compiled *.exe file

##Design:

☑ Creating all graphics

☑ Realize game states: loading, menu, game process, sore table

☑ Game proces realized by only 2 objects: Snake, Food

☑ Realize logfile

☑ Realize score table, using STL

About

Simple retro game "Snake", using Qt Framework (OOP training)


Languages

Language:C++ 96.3%Language:QMake 3.7%