Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. $ make
  2. $ cd ./bin/
  3. $ ./server <port>

Client Side

  1. $ make
  2. $ cd ./bin/
  3. $ ./client <ip address> <port>

About

Implementation of Reversi Board Game. User vs. User

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages