A Ruby implementation of the board game Splendor.
Find out more about the game at BoardGameGeek.
gem install splendor_game
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.
Bug reports and pull requests are welcome on GitHub at https://github.com/reedstonefood/splendor_game.
Whoever typed up a list of all the cards in the board game into this spreadsheet.
The gem is available as open source under the terms of the MIT License.