/UDP-Football-Game

A football game on terminal based on ncurses and UDP

Primary LanguageCGNU General Public License v3.0GPL-3.0

UDP-Football-Game

A terminal football game based on ncurses and UDP

The techniques used:

  • Socket UDP
  • Thread Pool
  • Reactor Mode (Master/Slave)
  • I/O Multiplexing (EPOLL)