Skip to content

adam-choragwicki/Snake_Game_Qt_Cplusplus_QML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests

Snake

C++ implementation of the classic Snake game using Qt 6.9.2.

Frontend is rendered using QML engine.

Windows executable is provided.

Play online

You can play the WebAssembly build here:

https://adam-choragwicki.github.io/games/snake/index.html

snake.gif

Controls

Key Action
Left Arrow / A Start the game or move left
Right Arrow / D Start the game or move right
Up Arrow / W Start the game or move up
Down Arrow / S Start the game or move down
Escape Open or close escape menu
F11 Toggle fullscreen

Tests

Unit tested using Google Test 1.17.0

How to run on Windows

  1. Download release zip from:
    https://github.com/adam-choragwicki/Snake_Game_Qt_Cplusplus_QML/releases/latest/download/executable_windows.zip
  2. Unzip
  3. Run executable_windows/Snake.exe

About

C++ implementation of classic Snake game using Qt and QML. See README.md for more information.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors