Arkanoid Remake  1.0
Arkanoid Remake SDL
Author
Giovanni Paolo Vigano'
Version
1.0
Date
2015-2016

Arkanoid Remake implemented with SDL. The game application is an instance of the classe ArkanoidRemakeSdl derived from a generic class ArkanoidRemake that defines the behavior of the application independent from the graphic platform chosen. An abstract interface App is defined for a generic application, implemented in ArkanoidRemake and ArkanoidRemakeSdl classes. The ArkanoidRemakeSdl class delegates the application window management to the SDL toolkit.

Note
All the resources used in this game (images, sounds and musics) are royalty free and/or edited by the author.
This game is based on the SDL2 library.
See also
ArkanoidRemakeSdl
ArkanoidRemake
App
SDL toolkit