8000 GitHub - shoebpate1/PingPong: A 2D PingPong multiplayer game implemented over Custom Game Protocol tunneled over UDP for playing over local network.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A 2D PingPong multiplayer game implemented over Custom Game Protocol tunneled over UDP for playing over local network.

Notifications You must be signed in to change notification settings

shoebpate1/PingPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPong

A 2D PingPong multiplayer game implemented over Custom Game Protocol tunneled over UDP for playing over local network.

Usage:

  1. sudo ./install
  2. gcc server.c -o server
  3. ./server
  4. ./play 1 (on Player 1's system)
  5. ./play 2 (on Player 2's system)

About

A 2D PingPong multiplayer game implemented over Custom Game Protocol tunneled over UDP for playing over local network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0