By Maël EHRHARD & Axel MUNCH
- SDL2
- SDL2 Mixer
apt install libsdl2-dev libsdl2-mixer-dev
cmake -S . -B build
- Install dependencies where you like
cmake -S . -B build -DSDL2_DIR="PATH_TO_SDL2" -DSDL2_MIXER_DIR="PATH_TO_SDL2_MIXER"
Player 1:
- Move with left and right arrows
- Shoot with space
Player 2:
- Move with A/Q and D
- Shoot with left control
You can pass a custom music archive, with music files named this way: musicX.ogg
, where 1 goes from 0 to the number of
levels.
Pass the URL to this archive to CMake with -DMUSICS_ARCHIVE_URL="URL"
.
Simply put the correctly named files (musicX.ogg
) into the assets
folder.
bounce.ogg
under CC0 URLbreak.ogg
under CC0 URLdeath.ogg
under CC0 URLdivide.ogg
under CC0 URLvictory.ogg
under CC-BY 3.0 URLaddition.ogg
,expand.ogg
,explo1.ogg
,explo2.ogg
,laser1.ogg
,laser2.ogg
,shoot_ball.ogg
,slow_ball.ogg
under CC-BY 3.0 URLArkanoid_ascii.bmp
,Arkanoid_ascii_red.bmp
Modified font under OFL license