The project is in a healthy, maintained state
Solitaire game made with RubySketch.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 0.5.13
~> 0.1.38
 Project Readme

Solitaire game made with RubySketch

How to use

Run local scripts on macOS

 $ gem install rubysketch
 $ ruby -Ilib -rrubysketch/solitaire -e ''

Run on macOS using RubyGems

 $ gem install rubysketch-solitaire
 $ ruby -rrubysketch/solitaire -e ''

How to release to AppStore

Upload to TestFlight on local macOS

  1. Edit ChangeLog.md and commit
  2. Make sure you have a config.yml file
  3. run "rake release:testflight"

License

see LICENSE file