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.
- Host: GitHub
- URL: https://github.com/marwanradwan7/spaceball
- Owner: MarwanRadwan7
- License: mit
- Created: 2022-12-01T15:32:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T16:02:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T10:44:21.688Z (3 months ago)
- Topics: arcade, arcade-game, cpp, sfml, sfml-game, sfml-graphics-library
- Language: C++
- Homepage:
- Size: 65.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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.