New Arcanoid game written in C++ and SFML. You can play it or you can use it as an example of OOP project. It has a lot of classes, clear inheritance tree, polymorphism, scenes, event manager.
This game has some differences from classic Arcanoid. There are 4 moving platforms at once - one on each side (you can move ball between platforms by clicking on one when game is not started). Ball can change its color when collides with special blocks. Also you can find 3 types of blocks:
- Default block (red or purple rectangle) - destroys when collides with ball of its color
- Multi block (green rectangle) - destroys when collides with ball of any color
- Solid block (color border with white background) - can't be destroyed, changes ball color when collides
Current version of Aracanoid is only available for Windows x64. You can download it here.