Hello.
> I created an adventure game in the Blassic BASIC interpreter. You can
> download it here:
> http://www.geocities.com/dunric/dforest.html
I donwloaded and tested it. There is a little problem: on linux in text
mode, pressing the enter key returns CHR$ (10), then the routine that
expects CHR$ (13) gets blocked unless the user press control-M. For
portability is better to allow CHR$ (13) and CHR$ (10) when using INKEY$ or
GET key$.
I'm including a new command line option to translate LF to CR in the next
release of Blassic, for his use in cases like that.
Regards.