freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

Help me understand #13

Closed anrizald closed 2 years ago

anrizald commented 2 years ago

can someone clarify if third option and fourth option are different?

image

RuolinZheng08 commented 2 years ago
Screen Shot 2021-12-23 at 15 11 08

Caused by some \n and \r that we forgot to escape.

Fixed in https://github.com/freeCodeCamp/LearnToCodeRPG/commit/ee401e47790b2f8b8c1164c666e0e25c64231076

Thanks!