https://github.com/styd/tictactoe
Tic Tac Toe on the terminal
https://github.com/styd/tictactoe
game ruby ruby-gem terminal
Last synced: 3 months ago
JSON representation
Tic Tac Toe on the terminal
- Host: GitHub
- URL: https://github.com/styd/tictactoe
- Owner: styd
- License: mit
- Created: 2017-02-14T11:22:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T16:56:10.000Z (about 8 years ago)
- Last Synced: 2024-10-11T17:06:40.184Z (8 months ago)
- Topics: game, ruby, ruby-gem, terminal
- Language: Ruby
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TicTacToe
on your terminal.
## Installation
$ gem install t3_game
## Play it
$ t3

## Try other options
Such as:$ t3 4
$ t3 3 "['a','b']"
$ t3 5 "['x','o']" "['Andre','Beta']"## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/styd/TicTacToe.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).