Comment on Show HN: The Choice – An online programming puzzle RPGComments−Fuzzwah13yAs I was completing the fly the Numans problem I felt kind of dirty because I thought I should really be using a for loop of some kind.−nddrylliogOP13yHey, if you know CoffeeScript and feel confident, everything is fair game.The game is supposed to be accessible to non-coders as well, hence all the hand-holding.If you feel frustrated because the first chapter is too simple, you're gonna like the next ones...−albertoavila13yActually you can use a while loop, i couldn't figure out the syntax for a "for" loop but while works fine.−nddrylliogOP13ySee http://coffeescript.org/#loops for reference.
Comments
As I was completing the fly the Numans problem I felt kind of dirty because I thought I should really be using a for loop of some kind.
Hey, if you know CoffeeScript and feel confident, everything is fair game.
The game is supposed to be accessible to non-coders as well, hence all the hand-holding.
If you feel frustrated because the first chapter is too simple, you're gonna like the next ones...
Actually you can use a while loop, i couldn't figure out the syntax for a "for" loop but while works fine.
See http://coffeescript.org/#loops for reference.