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
- Host: GitHub
- URL: https://github.com/julgitt/arkanoid
- Owner: julgitt
- Created: 2022-01-26T20:34:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T20:46:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T16:24:36.686Z (over 1 year ago)
- Topics: arkanoid, breakout, c, game, sdl2
- Language: C
- Homepage:
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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/)
---