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

https://github.com/llopez/tateti

Simple Ruby Application that describes TATETI Game.
https://github.com/llopez/tateti

Last synced: about 1 year ago
JSON representation

Simple Ruby Application that describes TATETI Game.

Awesome Lists containing this project

README

          

# Tateti

[![Build Status](https://travis-ci.org/llopez/Tateti.png?branch=master)](https://travis-ci.org/llopez/Tateti)

It is a very very simple ruby application that describes the playing of Tateti game.

## Installation

Clone the repository:

$ git clone repo-url repo-name

And then execute:

$ cd repo-name
$ bundle

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request