Pong recreation using raylib
  • Makefile 81.2%
  • C++ 18.8%
Find a file
2023-07-29 11:16:30 -04:00
.vscode Initial Commit 2023-07-29 11:16:30 -04:00
resources Initial Commit 2023-07-29 11:16:30 -04:00
.gitattributes Initial Commit 2023-07-29 11:16:30 -04:00
.gitignore Initial Commit 2023-07-29 11:16:30 -04:00
libgcc_s_dw2-1.dll Initial Commit 2023-07-29 11:16:30 -04:00
libstdc++-6.dll Initial Commit 2023-07-29 11:16:30 -04:00
LICENSE.txt Initial Commit 2023-07-29 11:16:30 -04:00
main.code-workspace Initial Commit 2023-07-29 11:16:30 -04:00
main.cpp Initial Commit 2023-07-29 11:16:30 -04:00
Makefile Initial Commit 2023-07-29 11:16:30 -04:00
preview.jpg Initial Commit 2023-07-29 11:16:30 -04:00
README.md Initial Commit 2023-07-29 11:16:30 -04:00

Ping

A recreation of Pong using RayLib

Gameplay

Screenshot of gameplay

Controls

  • Up Arrow to move paddle up
  • Down Arrow to move paddle down