Arkanoid Game

This project is a C++ implementation of the classic Arkanoid game. It demonstrates object-oriented programming principles, game development techniques, and real-time graphics rendering using the Allegro5 library. The game includes features such as multiple levels, power-ups, and a scoring system. It has been tested on various platforms, including Windows and Linux.

Check out the project on GitHub: Arkanoid Game on GitHub

Back to Portfolio