Arkanoid
Release Date: 2008
View Screenshots

My first C++ project! Although it may not look like much, given that it's just a simple Arkanoid game, it still felt like a lot when I was working on it. The game was written using the Simple DirectMedia Layer (SDL) library, which is a library written primarily for game programming. All it really features is a movable paddle (Left and Right arrow keys), the ball, and 3 levels of bricks (clear one set and it will load the next). Not to mention some pretty graphics and cute sounds. =)


Download Arkanoid.zip (633 KB)
Download Arkanoid.rar (574 KB)

Back