In order to develop this game you will need the following dependencies.
SDL2_2.0.14
https://www.libsdl.org/download-2.0.php
SDL2_mixer-2.0.4
https://www.libsdl.org/projects/SDL_mixer/
SDL2_image-2.0.5
https://www.libsdl.org/projects/SDL_image/
To compile these version of SDL use the script of the following url for help: https://github.com/Gerald1973/git_fetch_last_release
The screen is 50% of a full HD screen.
Height = 540
Width = 960
The standard size for the brick is described under. The size is taken from real size of the texture.
Width = 64
Height = 32
The wall is composed by bricks, as the size of the bricks
Maximum width in bricks = 15
Maximum height in bricks= 20
Width = 48 Height= 64
The sound files are coming from the Commodore Amiga era. Played with SDL_Mixer.
Preferred format, png for the transparent color.
The preferred format is not yet defined, wav looks like a good choice.