/Linux_Lab

A simple tank game, server using Epoll and client using Linux curses.

Primary LanguageC++

Linux_Lab

The final lab homework of Linux course. A simple tank game using epoll and curses. The server is implemented by Epoll mechanism, and the client is coded by curses library on Linux.