danilo-alm / bouncy-ball

Experimenting with C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bouncy Ball

My first project done with C++ and the SFML library. It's quite simple, so if you tweak the numbers you'll encounter bugs in the physics. Here's a video of it.

To compile it, download and install SFML and compile the code with

g++ Main.cpp -o Main -lsfml-graphics -lsfml-system -lsfml-window

screenshot of the programm running


Controls

A: Move left

D: Move right

Space: Jump

W: Increase Y acceleration

S: Decrease Y acceleration

Scroll Up/Down: Increase/Decrease X acceleration

About

Experimenting with C++ and SFML


Languages

Language:C++ 100.0%