0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
A command line tool for downloading and unzipping all the basic jar files of the slick2d library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

jruby-slick

A simple gem to download and unpack the dependencies for making a slick game.

Note Slick2d to my knowledge is no longer maintained. I have to admit getting this gem to work on Windows & Linux has not been a successful endeavour. If you do wish to still use JRuby for games, try using LibGDX instead. I've messed with it a bit, but I'm still not sure of the best way to distribute cross platform. There might be some tools out there, as it's been months since i've looked. I'm still open to accepting patches for this gem, but I doubt I'll ever work on it, given I mostly code my games using HTML5.

Installation

gem install jruby-slick

Usage

Install the slick dependencies into a vendor/ directory:

jruby-slick.rb install

This will download the dependencies required. To run the example file, simply run it:

cd bin
jruby example.rb

Generate an example gamestate Creates the file lib/example_game_state.rb, with ExampleGameState class

jruby-slick.rb gamestate

Creates the file lib/play_game_state.rb, with PlayGameState class

jruby-slick.rb gamestate play