Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.02 KB

RayPongC

A small pong game made with the awesome Raylib. Just for fun, to make a pure C game.

Status

Game is basically complete, you can follow progress and todos here, I may implement everything there one day. Notice that collision with paddle is a little broken in the current build.

Controls

Use SPACE to randomly throw the ball to any direction (limited by a small arc to each side). Use W and A keys to control Player 1 and UP and DOWN to control Player 2. Game is goal is 5 points.

Play

There are builds in the Releases tabs, will work on Windows, Mac and Linux. You can compile it yourself with CMake if you know how. There are no dependencies beisdes raylib, that is downloaded and built automatically.

Screenshots

game_start_image


game_finish_image