Skip to content

dehoisted/Ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ball

ball_logo

Ball is a basic windows-only, ball-based game, made using C++ SFML.
The goal of the game is to claim 5 balls every 10 seconds.
Ball can never be completed or beaten; the high score is unlimited.

Version: 1.0

Game Controls

Description Key(s)
Start & Pause Game SPACE
Default move W,A,S,D
Other Option to Move Arrow Keys
Switch Ball Color TAB
Start & Stop Music M
Restart Music R
Exit ESC

Images

image image image

SFML

SFML - Simple and Fast Multimedia Library.
SFML provides a simple way to create visuals, play audio, netcode etc.
SFML uses OpenGL for graphics rendering, and OpenAL for audio.
Official Site: https://www.sfml-dev.org/index.php

Suggestions & Issues

If you have any suggestions or issues, please make a well formatted issue here.