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
- Host: GitHub
- URL: https://github.com/imhta/tic-tac-toe
- Owner: imhta
- License: mit
- Created: 2019-07-16T13:32:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-09T11:48:58.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T17:17:53.284Z (over 1 year ago)
- Language: Ruby
- Homepage: https://repl.it/@ponmuthuselvam/tic-tac-toe
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)