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

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

Awesome Lists containing this project

README

          

### TicTacToe, *Ruby version*

[![Coverage Status](https://coveralls.io/repos/github/Manzanit0/TicTacToeRB/badge.svg?branch=master)](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/).