Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowycoder/tictactoempb
Tic Tac Toe Multplayer written in bash
https://github.com/snowycoder/tictactoempb
Last synced: 5 days ago
JSON representation
Tic Tac Toe Multplayer written in bash
- Host: GitHub
- URL: https://github.com/snowycoder/tictactoempb
- Owner: SnowyCoder
- Created: 2017-12-06T21:05:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T21:17:15.000Z (about 7 years ago)
- Last Synced: 2024-11-12T09:14:21.563Z (2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tic Tac Toe Multiplayer (in Bash)
This is a version of TicTacToe written purely in bash based on multiplayer### Start
To start you must choose who will be the server and who will be the client (in the game it doesn't make any difference)
The Server will type `./trismp server ` where port is the port where the game will be hosted
The Client will type `./trismp client ` where ip and port are the ones of the server
After that the game will start### Input
The only input is the cell to tick, to select the right cell follow this table:
123
456
789
The cells are numbered from 1 to 9 starting from top-left and ending at bottom-right.## Enjoy the Game!