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

https://github.com/imhta/tic-tac-toe

tic-tac-toe cli implementation in ruby
https://github.com/imhta/tic-tac-toe

Last synced: 3 months ago
JSON representation

tic-tac-toe cli implementation in ruby

Awesome Lists containing this project

README

          

# tic tac toe
Ruby CLI implementation of tic tac toe game

>Tic-tac-toe (American English), noughts and crosses (British English), or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. [know more](https://en.wikipedia.org/wiki/Tic-tac-toe)

## Installation
#### Requirement
* Ruby 2.5.0+
#### Run
```
ruby bin/main.rb
```

## Live version
Repl.it: [Preview](https://repl.it/@ponmuthuselvam/tic-tac-toe)

## Author
* [@MouhaDiouf](https://github.com/MouhaDiouf)
* [@imhta](https://github.com/imhta)