medilies / php-pong

Classic Pong game programmed with pure OpenGL wrapped in OOP code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP pong

gif

Play it

  • Download the latest release or clone the repo.
  • Run composer i.
  • Run php ./play.php.

Control

  • SPACE to start.
  • ESCAPE to quit.
  • Arrows to move the pad.

Requirements

  • PHP 8.1.
  • Composer.
  • glfw PHP extension.

Contributing

Anything is welcome :)

About

Classic Pong game programmed with pure OpenGL wrapped in OOP code

License:MIT License


Languages

Language:PHP 98.6%Language:GLSL 1.4%