MarwanRadwan7 / SpaceBall

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 library is used for GUI.
  • Here is a live version of the gameplay.

About

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

License:MIT License


Languages

Language:C++ 96.4%Language:CMake 3.6%