Comment on YOU_ARE_DEAD, a 1D RoguelikeComments−pluies13yIn OS X (well, Snow Leopard at least), YOU_ARE_DEAD throws an error because `seq` doesn't exist in OS X and brew doesn't have it. This script does the trick: http://www.askdavetaylor.com/step_through_count_numeric_valu...−dmd13yThe seq dependency has been removed in HEAD.−sigil13yBSD userlands have jot(1) instead of seq(1). Annoying that the arguments differ, but no need for a new script.http://developer.apple.com/library/mac/#documentation/Darwin...
Comments
In OS X (well, Snow Leopard at least), YOU_ARE_DEAD throws an error because `seq` doesn't exist in OS X and brew doesn't have it. This script does the trick: http://www.askdavetaylor.com/step_through_count_numeric_valu...
The seq dependency has been removed in HEAD.
BSD userlands have jot(1) instead of seq(1). Annoying that the arguments differ, but no need for a new script.
http://developer.apple.com/library/mac/#documentation/Darwin...