An open API service indexing awesome lists of open source software.

https://github.com/julgitt/arkanoid

Arkanoid (breakout) clone made in C using SDL2 library
https://github.com/julgitt/arkanoid

arkanoid breakout c game sdl2

Last synced: 9 months ago
JSON representation

Arkanoid (breakout) clone made in C using SDL2 library

Awesome Lists containing this project

README

          

#### ARKANOID


This project is a remake of a well-known arcade game from 1986 called "Arkanoid".

It was created in the first semester of studies to pass the subject "Introduction to programming in c".
The game was built using Visual Studio.

 

![image](https://user-images.githubusercontent.com/95649808/164893368-5aee3036-4bd1-472e-a1e5-312ee6a0ddb3.png)

 

Libraries used:
* SDL2
* SDL2_image
* SDL2_mixer
* SDL2_ttf

I downloaded sounds and textures from these sites:
* [Textures used](https://opengameart.org/content/puzzle-game-art)
* [soundcloud](https://soundcloud.com)
* [mixkit](https://mixkit.co/free-sound-effects/game/)

---