Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 866 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 866 Bytes

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.