An open API service indexing awesome lists of open source software.

https://github.com/sumeetgedam/pong_game_using_raylib_cpp

Classic Ping Pong game implementation using rayLib CPP
https://github.com/sumeetgedam/pong_game_using_raylib_cpp

cpp cpp14 game-development raylib-cpp windows-game

Last synced: 3 months ago
JSON representation

Classic Ping Pong game implementation using rayLib CPP

Awesome Lists containing this project

README

        

# pong_game_using_raylib_CPP

Tried to implement the classic Ping Pong game.
- Once ball passes left or right wall it again started from center
- Ball movement is random in any direction everytime it starts
- CPU movement is done by basic geometric understanding
- There is no condition as of now which decides who won

You can try out the game here in FullScreen mode : [Play](https://sumeetgedam.github.io/pong_game_using_raylib_CPP/pong.html)

![gameSnap_1](gameSnap_1.png)

![gameSnap_2](gameSnap_2.png)