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
- Host: GitHub
- URL: https://github.com/sumeetgedam/pong_game_using_raylib_cpp
- Owner: sumeetgedam
- Created: 2024-12-15T09:41:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:20:11.000Z (6 months ago)
- Last Synced: 2025-02-15T18:57:47.104Z (4 months ago)
- Topics: cpp, cpp14, game-development, raylib-cpp, windows-game
- Language: JavaScript
- Homepage:
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 wonYou can try out the game here in FullScreen mode : [Play](https://sumeetgedam.github.io/pong_game_using_raylib_CPP/pong.html)

