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

https://github.com/marwanradwan7/spaceball

Space Ball is a 2D PC arcade game written in C++ and SFML.
https://github.com/marwanradwan7/spaceball

arcade arcade-game cpp sfml sfml-game sfml-graphics-library

Last synced: about 1 month ago
JSON representation

Space Ball is a 2D PC arcade game written in C++ and SFML.

Awesome Lists containing this project

README

        

# Space Ball

Space Ball is a 2D PC game. You start with 3 lives and 2 balls - purple and blue. Your goal is to move the brick at the bottom of the screen to bounce the ball back into space, increase your score, and achieve a score higher than the highest score. Have fun! (Or try to pretend like you do!) :D

![](https://github.com/MarwanRadwan7/SpaceBall/blob/main/preview/gameplay-preview.png)


The game supports 1 player, but multiple players can compete to get high score

## Controls

| Control | Player |
| ------- | ------ |
| up | W |
| down | S |
| right | D |
| left | A |

## Technical

- The game is developed with C++.
- [SFML](https://www.sfml-dev.org/) library is used for GUI.
- [Here](https://github.com/MarwanRadwan7/SpaceBall/blob/main/preview/preview-min.gif) is a live version of the gameplay.