Comment on YOU_ARE_DEAD, a 1D RoguelikeparentComments−Zarel13yReally? I read the source and it really is as simple as it looks, although there are some clever optimizations such as SCORE also being used to keep track of your current location.−bnegreve13yI also like the CHOICE variable in which the probability of encontering a monster is decreased by adding more spaces. CHOICES="~. "
Comments
Really? I read the source and it really is as simple as it looks, although there are some clever optimizations such as SCORE also being used to keep track of your current location.
I also like the CHOICE variable in which the probability of encontering a monster is decreased by adding more spaces.