Skip to content

vlmarkov/Tic-Tac-Toe-network-ft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Fault Tollerance Tic-Tac-Toe

Features:

  • Server part - based on epoll()
  • Client part - based on poll()
  • Graphics part - based on psedo-graphics
  • Supported OS - GNU/Linux

Usage:

  • build - make
  • run server - ./server [port] [state] (port : 2345, 2346, 2347: state: 0-main, 1-reserve)
  • run cline - ./client

Developed by Vlad Markov and Denis Samoylov, SibSUTIS 2016.