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

https://github.com/mikulej/pongmultiplayer

Simple OpenGL game that makes use of client-server architecture.
https://github.com/mikulej/pongmultiplayer

cpp game gcc network-programming opengl

Last synced: 2 months ago
JSON representation

Simple OpenGL game that makes use of client-server architecture.

Awesome Lists containing this project

README

          

# Pong Multiplayer
Client for a simple Pong game made with Windows' sockets and OpenGL.
Repository for a server can be found [here](https://github.com/Mikulej/PongMultiplayerServer)
![ponggif](showcase/pong.gif)

# Requirements
- Windows
- g++

Thoughts:
Next time use z-buffer for depth
.dll hell
Bare sockets are not reliable, data order may change on receiving end
Next time use one repository for client and server