thoughtbot / write-yourself-a-roguelike

Write Yourself A Roguelike: Ruby Edition
MIT License
155 stars 11 forks source link

Auto generates and goes no further, #42

Open LWFlouisa opened 5 years ago

LWFlouisa commented 5 years ago

It stops right around here:

{:quit=>false, :randall=>true, :player=>

<Player:0x0000000146d358

@alignment=#<Alignment:0x0000000146d808 @hotkey="l", @name="lawful">, @attributes= {:strength=>23, :intelligence=>11, :wisdom=>10, :dexterity=>13, :constitution=>12, :charisma=>6}, @gender=#<Gender:0x0000000146f838 @hotkey="f", @name="female">, @hitpoints=18, @max_hitpoints=18, @max_power=1, @power=1, @race=

<Race:0x000000014714d0

 @alignments="l",
 @hitpoints=4,
 @hotkey="d",
 @name="dwarf",
 @power=0>,

@role=

<Role:0x00000001478f50

 @alignments="ln",
 @attribute_probabilities=
  {:strength=>30,
   :intelligence=>6,
   :wisdom=>7,
   :dexterity=>20,
   :constitution=>30,
   :charisma=>7},
 @genders="mf",
 @hitpoints=14,
 @hotkey="d",
 @name="Caveman",
 @power=1,
 @races="hdg",
 @rand_power=0,
 @starting_attributes=
  {:strength=>10,
   :intelligence=>7,
   :wisdom=>7,
   :dexterity=>7,
   :constitution=>8,
   :charisma=>6}>>}

Then simply exits the process.

LWFlouisa commented 5 years ago

It seems to be doing the same thing, after I've created my own character.