Open stared opened 10 years ago
I have the same problem (not the 'invalid multibyte char' issue), but the subsequent one where it just shows help text no matter what you do. Setting the debug (-d) option seems to shake it out of that, and it works. Investigating this to help tune my online version of werewolf (still in early alpha!): http://wolfy.herokuapp.com/
When I run
$ ruby simulate.rb
(from themaster
branch), after installingchance
, I am getting:(Everything what follows is hokus-pokus, as I am not much into Ruby.)
Changing
"–"
to"-"
solves (or silences?) the problem, but still makes me unable to run the simulation. That is, after I type$ ruby simulate.rb
I am getting help instructions:However, setting parameters, e.g. typing:
does not give any other output - I am getting the same help message.