A real-time multiplayer Pong game built in C using the ncurses library. This game runs in your terminal and allows two players to connect over TCP, one as a host, and the other as a joiner.
Make sure you have ncurses installed.
Run make and run ./pong to play!