Adversity by philomory
UPDATE: Windows executable uploaded!
Welcome to ADVERSITY
You begin with 20 organisms.
Over time, they eat, reproduce, flee predators, and deal with environmental hazards
Every so often, they have to face Adversity.
That's where you come in...
This is a console interface 'game' where you have only indirect control over the evolution of your organisms. You may manipulate the environment, and then natural selection takes its course.
Unfortunately, even as a Jam entry I only had a few hours to put into this, so there are lots of things I wanted to do that I couldn't get to. See the design.txt file for some tidbits of what I had in mind at various points.
====
To run from source, you'll need ruby v1.9.3, as well as the highline, faker and require_all gems.
$ ruby ld24.rb
Welcome to ADVERSITY
You begin with 20 organisms.
Over time, they eat, reproduce, flee predators, and deal with environmental hazards
Every so often, they have to face Adversity.
That's where you come in...
This is a console interface 'game' where you have only indirect control over the evolution of your organisms. You may manipulate the environment, and then natural selection takes its course.
Unfortunately, even as a Jam entry I only had a few hours to put into this, so there are lots of things I wanted to do that I couldn't get to. See the design.txt file for some tidbits of what I had in mind at various points.
====
To run from source, you'll need ruby v1.9.3, as well as the highline, faker and require_all gems.
$ ruby ld24.rb
from ld24.rb:1
Also, I get the same error as Bemmu - windows, cygwin ruby 1.8.7
I can see my creatures dying and escaping, but I don't have much information about their different traits or how they are evolving.
I would like to see the gameplay more strongly linked with the simulation.
Cool game. Very outside the box, I like it - it feels like there is a lot of depth to it. I didn't really figure out how to consistently win - it felt fairly random to me - but I feel that with more time and some digging through your code, I'll figure things out more.
Overall, this is an excellent entry into the contest! Great work!