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.
- Host: GitHub
- URL: https://github.com/llopez/tateti
- Owner: llopez
- License: mit
- Created: 2013-11-04T20:53:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T21:28:13.000Z (over 12 years ago)
- Last Synced: 2023-03-11T04:12:19.672Z (over 3 years ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tateti
[](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