Sha256: b2483280d2e00f7e24f8698b15b02a9d247e8098e300890fc78d28999ba17711
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# Splendor_game [](https://codeclimate.com/github/reedstonefood/splendor_game) A Ruby implementation of the board game Splendor. Find out more about the game at [BoardGameGeek](https://boardgamegeek.com/boardgame/148228/splendor). ## Installation Not yet ready for use - still in development. ## Usage There is a simple CLI you can use. Simply run the following in irb or put in a .rb file and run it. ```ruby require 'splendor_game' SplendorGame::CLI.new ``` Or, hook this up to any front end you might desire to use. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/reedstonefood/splendor_game. ## With thanks... Whoever typed up a list of all the cards in the board game into this spreadsheet... https://drive.google.com/file/d/0B4yyYVH10iE5VlBFME9QelBVUnc/edit ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
splendor_game-0.1.0 | README.md |