C++ implementation of the classic Breakout game using Qt 6.9.2.
Frontend is rendered using QML engine.
Windows executable is provided.
You can play the WebAssembly build here:
https://adam-choragwicki.github.io/games/breakout/index.html
| Input | Action |
|---|---|
| Mouse Move | Move paddle |
| Left Mouse Button | Start game / launch ball |
| Escape | Open or close escape menu |
Unit tested using Google Test 1.17.0
- Download release zip from:
https://github.com/adam-choragwicki/Breakout_Game_Qt_Cplusplus_QML/releases/latest/download/executable_windows.zip - Unzip
- Run executable_windows/Breakout.exe
