https://github.com/vlmarkov/tic-tac-toe-network-ft
Network (fault-tollerance) Tic-Tac-Toe
https://github.com/vlmarkov/tic-tac-toe-network-ft
epoll fault-tolerance linux network-programming poll terminal-based terminal-game
Last synced: about 1 month ago
JSON representation
Network (fault-tollerance) Tic-Tac-Toe
- Host: GitHub
- URL: https://github.com/vlmarkov/tic-tac-toe-network-ft
- Owner: vlmarkov
- Created: 2016-04-03T05:34:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T07:25:07.000Z (over 7 years ago)
- Last Synced: 2024-07-08T21:49:19.165Z (10 months ago)
- Topics: epoll, fault-tolerance, linux, network-programming, poll, terminal-based, terminal-game
- Language: C
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.