2-Player Arkanoid

I wanted to show this Arkanoid made for a subject in the university because I liked the result. The practice consisted in make this game with the provided assets in C++ and using SDL.

About the Game

As the title says, it’s an Arkanoid for two players where they have to get the higher score and reduce the enemy lifes to 0. At the center of the scene, there are some blocks that you can destroy to get more points, they are loaded from a XML document. This blocks can drop some power ups that can help you in the current round. At the end of the game, the winner can write it’s name on the ranking. The ranking is saved on a binary file.

Watch a gameplay!