| Installing Jemini on Ubuntu
I think it installs to your home directory if you forget the "sudo" so that it doesn't have write permissions on the global gems directory. I've also mixed "gem install" and "jruby -S gem install" and . . .
|
Jemini
» General Discussion
|
February 11, 2010 16:58
by: JakeIsAVirus
|
| Testing in Jemini
Well, I started out by trying to load an entire state, but I'm getting thwarted bigtime. Any attempt to load images or sounds into Slick fails unless you're in init() or the game loop (and of course, . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Tutorial screencasts!
Just finished posting our first-ever tutorial screencast! It covers building our demo game Gauntaga (a cross between Gauntlet and Galaga) from scratch. Here are links to the segments on YouTube... . . .
|
Jemini
» General Discussion
|
January 17, 2010 06:11
by: jaymcgavren
|
| Testing in Jemini
Well, if I modified Object (and I am very reluctant to do that in *any* context) it would only be via features/support/env.rb. So the method wouldn't exist outside of Cucumber specs. Blargh, does tha . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Testing in Jemini
No, $1 was a bit of shorthand on my part. Getting the class name from the matched string isn't the problem, it's passing it to a helper module (similar to the paths.rb that cucumber-rails generates), . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Testing in Jemini
> Just at a gut I think simulation tests vs cucumber is going > to take a relatively equal amount of work. Which is more > useful to us now and going forward? I'm going to say Cucumber. The simulatio . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Testing in Jemini
For the Cucumber portion, I'd want to generate a features directory, Cucumber tasks for Rake, and some base sample steps (a la Webrat's Cucumber integration) when a new project is generated. But since . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Testing in Jemini
This "live tests for fun" environment sounds cool (maybe even necessary). But I find it off-putting that we have no Cucumber tests for more precise scenarios, and I think other Ruby devs will too. Yo . . .
|
Jemini
» General Discussion
|
January 20, 2010 07:26
by: jaymcgavren
|
| Gem version 2010.10.5 released
Was on IM helping a new user work through the tutorial when a couple bugs came to light... ("couldn't find 'logger'" and images failing to load from the main data/ directory...) Both were fixed in th . . .
|
Jemini
» General Discussion
|
January 06, 2010 07:27
by: jaymcgavren
|
| Barely responsive to left and right keys
Indeed, your own username would work much better there. :) randomwalk, I wasn't able to reproduce this (on a 2.4 Ghz Intel dual core, gem version 2009.11.22). Let us know how the repo version works. . . .
|
Jemini
» General Discussion
|
December 10, 2009 05:02
by: jaymcgavren
|