0.0
Low commit activity in last 3 years
No release in over a year
An implementation of the board game, Splendor.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0

Runtime

~> 2.1
 Project Readme

Splendor_game

Code Climate

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.