https://github.com/lleballex/arcanoid-cpp
Brand new Arcanoid in C++
https://github.com/lleballex/arcanoid-cpp
arcanoid arcanoid-cpp arcanoid-game cmake cpp cpp-arcanoid cpp-game event-management event-manager game oop oop-example oop-game oop-in-cpp sfml sfml-cpp sfml-game
Last synced: 2 months ago
JSON representation
Brand new Arcanoid in C++
- Host: GitHub
- URL: https://github.com/lleballex/arcanoid-cpp
- Owner: lleballex
- License: apache-2.0
- Created: 2023-11-26T10:21:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T15:23:16.000Z (over 1 year ago)
- Last Synced: 2025-01-09T16:11:42.902Z (4 months ago)
- Topics: arcanoid, arcanoid-cpp, arcanoid-game, cmake, cpp, cpp-arcanoid, cpp-game, event-management, event-manager, game, oop, oop-example, oop-game, oop-in-cpp, sfml, sfml-cpp, sfml-game
- Language: C++
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡ Arcanoid

New Arcanoid game written in C++ and SFML. You can play it or you can use it as an example of OOP project. It has a lot of classes, clear inheritance tree, polymorphism, scenes, event manager.
This game has some differences from classic Arcanoid. There are 4 moving platforms at once - one on each side (you can move ball between platforms by clicking on one when game is not started). Ball can change its color when collides with special blocks. Also you can find 3 types of blocks:
1. Default block (red or purple rectangle) - destroys when collides with ball of its color
2. Multi block (green rectangle) - destroys when collides with ball of any color
3. Solid block (color border with white background) - can't be destroyed, changes ball color when collides
![]()
![]()
## Getting started
Current version of Aracanoid is only available for Windows x64. You can download it [here](https://github.com/lleballex/arcanoid/releases).
## 🙋🏽♂️ Contact me
[
](https://t.me/lleballex)
[](https://vk.com/lleballex)