Fun fact about Cold and Alone's dream sequence

Cold and Alone features a stranded astronaut alone on a cold, lifeless planet. It has a dream/narrative sequence that puts a monologue text piece on the screen, a new piece each day. This was only 50 lines of code:

NoBears.png Screen Shot 2022-04-05 at 18.29.57.png

The dreams themselves are a text file where each day was a new line. That's it! I marked line breaks in a single day using a † dagger, but any character would do.

You can check out the file (and the whole source code, I released it all open-source under the MIT license) on my Github page: https://github.com/DavidYork/LudumDare50/blob/main/Assets/Scripts/DreamManager.cs and of course feel free to use it in your own future projects!