Splendor_game
A Ruby implementation of the board game Splendor.
Find out more about the game at BoardGameGeek.
Installation
gem install splendor_game
Usage
There is a simple CLI you can use, which requires Highline. Simply run the following in irb or put in a .rb file and run it.
require 'splendor_game'
SplendorGame::CLI.new
Or, hook this up to any front end you might desire to use. If you do this, I'd be interested in knowing the details.
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.
License
The gem is available as open source under the terms of the MIT License.