https://github.com/cori1109/scorched-earth
Scorched Earth clone in JRuby with no dependencies.
https://github.com/cori1109/scorched-earth
2d 2d-game color-palette game java jruby retro retro-gaming ruby ruby-game ruby-games ruby-projects
Last synced: about 2 months ago
JSON representation
Scorched Earth clone in JRuby with no dependencies.
- Host: GitHub
- URL: https://github.com/cori1109/scorched-earth
- Owner: Cori1109
- License: mit
- Created: 2023-01-16T14:07:14.000Z (over 3 years ago)
- Default Branch: Master
- Last Pushed: 2023-01-16T14:13:56.000Z (over 3 years ago)
- Last Synced: 2025-06-01T20:32:07.746Z (about 1 year ago)
- Topics: 2d, 2d-game, color-palette, game, java, jruby, retro, retro-gaming, ruby, ruby-game, ruby-games, ruby-projects
- Language: Ruby
- Homepage: https://youtu.be/BhI3Q4BRGig
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ScorchedEarth
![Gem Version][1] ![Downloads][2]
A little [Scorched Earth](https://en.wikipedia.org/wiki/ScorchedEarth_Earth_(video_game)) clone in the Ruby Programming Language (JRuby). Now including a segue into procedurally generated color palettes utilizing [TriadMixing](http://devmag.org.za/2012/07/29/how-to-choose-colours-procedurally-algorithms/) abd [CIE94](https://en.wikipedia.org/wiki/Color_difference#CIE94).
## Screenshots
https://user-images.githubusercontent.com/96487/134137312-dc63fd89-c410-4269-997d-69ae0a3f0ec7.mp4
## Installation
$ brew install jruby
$ jruby -S gem install scorched_earth --pre
## Usage
$ jruby -S scorched
## Development
$ uname
Darwin
$ jruby --version
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 Java HotSpot(TM) 64-Bit Server VM 25.74-b02 on 1.8.0_74-b02 +jit [darwin-x86_64]
$ jruby -S bundle exec rake
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/Cori1109/scorched-earth. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
[1]: https://img.shields.io/gem/v/scorched_earth
[2]: https://img.shields.io/gem/dt/scorched_earth