PlayBounce is a two player game, where both players try to bounce the ball past the opposing party's paddle. This project is built upon the Raylib game framework.
Left player (red): Move paddle with W and S.
Right player (blue): Move paddle with I and K.
-
Ball speeds up a little bit every time it hits a players paddle
-
Score of how many balls player has bounced past the opponent is displayed on screen
-
Different sound effects are played when the ball hits a paddle, wall or a goal
-
Ball plays a small animation when it hits a paddle, wall or a goal
- Note: You need to have Visual Studio 2019 installed to follow the instructions below:*
- Clone the repository with the following command (or download the zip from github)
git clone https://github.com/noobLue/PlayBounce
-
Open the solution in Visual Studio 2019
-
(Change the Visual Sudio build configuration from Debug/Debug.dll/Release.dll to Release)
-
You can now build the project from Visual Studios build menu, or alternative run the game directly from the debug menu (Start Without Debugging)
This project contains (and uses) raylib source files, whose license you can view at https://www.raylib.com/license.html