https://github.com/medilies/php-pong
Classic Pong game programmed with pure OpenGL wrapped in OOP code
https://github.com/medilies/php-pong
2d game glfw opengl pong
Last synced: 7 months ago
JSON representation
Classic Pong game programmed with pure OpenGL wrapped in OOP code
- Host: GitHub
- URL: https://github.com/medilies/php-pong
- Owner: medilies
- License: mit
- Created: 2023-08-18T11:24:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T20:12:36.000Z (about 2 years ago)
- Last Synced: 2025-01-24T10:47:36.616Z (9 months ago)
- Topics: 2d, game, glfw, opengl, pong
- Language: PHP
- Homepage:
- Size: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP pong

## 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](https://phpgl.net/getting-started/getting-started-with-php-and-opengl.html) PHP extension.## Contributing
Anything is welcome :)