https://github.com/manzanit0/tictactoerb
Yet another version of TicTacToe in Ruby
https://github.com/manzanit0/tictactoerb
rspec ruby tictactoe
Last synced: 2 months ago
JSON representation
Yet another version of TicTacToe in Ruby
- Host: GitHub
- URL: https://github.com/manzanit0/tictactoerb
- Owner: manzanit0
- Created: 2018-10-08T17:12:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T15:27:30.000Z (over 7 years ago)
- Last Synced: 2025-03-25T10:42:28.991Z (over 1 year ago)
- Topics: rspec, ruby, tictactoe
- Language: Ruby
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### TicTacToe, *Ruby version*
[](https://coveralls.io/github/Manzanit0/TicTacToeRB?branch=master)
#### Getting started
Install the dependecies via [bundler](https://bundler.io/) and then simply run `./run` to play.
##### Example
```
gem install bundler # Installs Bundler
bundler install # Installs all dependencies
./run # Runs the application
```
The tests have been done with [RSpec](http://rspec.info/).