Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (22 loc) · 1.49 KB

PlayBounce

Gameplay

Description

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.

Controls

Left player (red): Move paddle with W and S.

Right player (blue): Move paddle with I and K.

Features

  • 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

Build steps

  • Note: You need to have Visual Studio 2019 installed to follow the instructions below:*
  1. Clone the repository with the following command (or download the zip from github)

git clone https://github.com/noobLue/PlayBounce

  1. Open the solution in Visual Studio 2019

  2. (Change the Visual Sudio build configuration from Debug/Debug.dll/Release.dll to Release)

  3. You can now build the project from Visual Studios build menu, or alternative run the game directly from the debug menu (Start Without Debugging)

License

This project contains (and uses) raylib source files, whose license you can view at https://www.raylib.com/license.html

Project license.