razenxc / PongRaylib

Pong game writed on C++ with RayLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong - Game

Pong is a table tennis–themed twitch arcade sports video game, featuring simple two-dimensional graphics, manufactured by Atari and originally released in 1972. This variant of the game is my first game written in C++ This isn't, I wrote this immediately after the tutorial from YouTube and added a little of my own. Actually, this is my first game which I wrote myself.

Version

image image

Building

  • cmake -B build
  • cmake --build build --config Release

Third-party

About

Pong game writed on C++ with RayLib


Languages

Language:C++ 80.3%Language:CMake 19.7%