Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!