Arkanoid SFML
A downloadable game
This project is an implementation of the classic Arkanoid game using SFML. The game includes features such as multiple balls, power-ups, and a scoring system.
Table of Contents
Installation
- Clone the repository:
git clone https://github.com/ChicoRafa/arkanoid-game.git cd arkanoid-game
- Install SFML:
- Follow the instructions on the SFML website to install SFML for your operating system.
- Build the project:
- Open the project in JetBrains Rider, Visual Studio or your favourite IDE.
- Configure the project to use the installed SFML library.
- Build the project using the IDE.
Usage
- Run the executable generated after building the project.
- Use the following controls to play the game:
A
orLeft Arrow
: Move the paddle left.D
orRight Arrow
: Move the paddle right.
- Break all the bricks to win the game. Avoid letting the ball fall below the paddle.
Features
- Multiple Balls: Activate the multi-ball power-up to create additional balls.
- Power-Ups: Collect power-ups to gain advantages such as a bigger paddle.
- Scoring System: Earn points by breaking bricks. The score is adjusted based on the number of lives remaining.
License
This project is in the public domain.
Download
Download
Arkanoid_SFML.zip 2.5 MB
Leave a comment
Log in with itch.io to leave a comment.