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
- Edit ChangeLog.md and commit
- Make sure you have a config.yml file
- run "rake release:testflight"
License
see LICENSE file