An open API service indexing awesome lists of open source software.

https://github.com/simonrw/pong-opengl

Learning opengl by creating pong
https://github.com/simonrw/pong-opengl

Last synced: over 1 year ago
JSON representation

Learning opengl by creating pong

Awesome Lists containing this project

README

          

# pong-opengl
Learning opengl by creating pong

The plan is to create the game Pong using opengl. I have the idea that I
might use 3d blocks to represent the paddles, possibly even a 3d version
of pong if I get fancy.

## Ideas

* 3d pong
* Draw rays from the ball to the edges so the paddles can be positioned