A wrapper library for Gosu (Ruby version), adding new functionality. In this directory, you'll find the files needed to be able to package up SpriteWork into a gem. Put Ruby code in the file lib/sprite_work. To experiment with that code, run bin/console for an interactive prompt.
Add this line to your application's Gemfile:
gem 'sprite_work'And then execute:
$ bundle
Or install it yourself as:
$ gem install sprite_work
There are no usage instruction at this time.
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/UNO-IGDA/sprite_work. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it!
- Create your feature branch (we do Git Flow branching style):
git checkout -b feature/../.. - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/../.. - Submit a pull request :D
The gem is available as open source under the terms of the GPL-3.0 License.