Simple implementation of multiplayer pong using lua and sockets (udp). Created as a proof of concept for future project.
game.mov
- requires love2d (love2d.org)
- launch 2 instances of the game
-- used cs50 pong implementation as a base on which I added networking functionalities. --