[Reversi] A two-person network game of Reversi with text-based user interface: using the Ncurses library for TUI using socket for network communication Reversi A turn-based board game with an 8x8 square board, and black and white stones Dependency Ncurses Installation command: $ sudo apt-get install libncurses5-dev libncursesw5-dev Command Sequence: Steps to build and run the program. Server Side $ make $ cd ./bin/ $ ./server <port> Client Side $ make $ cd ./bin/ $ ./client <ip address> <port>