C++ implementation of classic Snake game using Qt 6.2.4 library.
Windows and Linux executables are provided.
Unit tested using Google Test 1.11.0
- Download release zip from:
/~https://github.com/adam-choragwicki/Snake_Game_Qt_Cplusplus/releases/latest/download/executable_linux.zip - Unzip
- Run executable_linux/Snake.sh
OR
- Clone repository and run Snake.sh
- Download release zip from:
/~https://github.com/adam-choragwicki/Snake_Game_Qt_Cplusplus/releases/latest/download/executable_windows.zip - Unzip
- Run executable_linux/Snake.exe
OR
- Clone repository and run Snake.bat