Have you played them all? The Chuckie Egg Collection https://scratch.mit.edu/studios/32062422 Retro Style Text File Viewer Remix Instructions: Remix to display your own text files. Simply import a text file into the list CH_EGG.6502. Rename the list to your file name. Importing text files in Scratch can be tricky. Comma (,), semicolon (;) and double quote (") can cause strange behavior. One option is to replace these characters with other characters. E.g. replace comma (,) with pound (£), import, then replace pound (£) with comma (,). There are scripts provided to replace these characters at the bottom of the Text Viewer sprite. In fact, to import a list in scratch without errors the import file should be in a single column CSV format, which can be generated from most spreadsheet applications.
The Making of: Chuckie Egg ©NowGamer.com January 16, 2009 The font is BBC Mode 7 (Teletext) borrowed from @RokCoder's awesome Beeb Emulator. To study this file further export the list The Making of Chuckie Egg.txt and view in a modern text editor.