Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xord/solitaire
Solitaire game made with RubySketch
https://github.com/xord/solitaire
game ios iphone mac processing ruby
Last synced: about 19 hours ago
JSON representation
Solitaire game made with RubySketch
- Host: GitHub
- URL: https://github.com/xord/solitaire
- Owner: xord
- License: mit
- Created: 2023-05-25T16:35:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-09T15:46:28.000Z (12 months ago)
- Last Synced: 2024-10-18T14:57:18.988Z (about 1 month ago)
- Topics: game, ios, iphone, mac, processing, ruby
- Language: Ruby
- Homepage:
- Size: 1.78 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Solitaire game made with RubySketch
## How to use
### Run local scripts on macOS
```sh
$ gem install rubysketch
$ ruby -Ilib -rrubysketch/solitaire -e ''
```### Run on macOS using RubyGems
```sh
$ 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](LICENSE) file