/EasyBreakout

Easy Breakout is a breakout game, which is an arcade video game. It uses raylib and is developed in C++.

Primary LanguageC++

Easy Breakout

Breakout game, an arcade video game, and so easy to play

Screenshot of Easy Breakout alt text

Screenshot of Easy Breakout for mobile alt text

Windows version

Use the following to build Windows version of the game

cmake -B build -DCMAKE_TOOLCHAIN_FILE=./mingw64.cmake -DCMAKE_BUILD_TYPE=MINSIZEREL
cmake --build build

Linux version

Use the following to build Linux version of the game

cmake -B build -DCMAKE_BUILD_TYPE=MINSIZEREL
cmake --build build

Install the game as follows

cmake --install ./build --prefix .
cd bin/Release