Friday, 11 October 2019

Creating a Text Based Adventure Game

Howdy!I'm using prompts, but am having trouble figuring out how to implement my own little Zork clone in NodeJS. In Python it was easy since the code is blocking and then it's just about conditionals, etc.But I'm having trouble making this work with async/await. Was wondering if anyone had any suggestions. Here's the code that I had been working on: https://github.com/cpustejovsky/learnedingJavaScript/tree/master/exercises/fallout-zork

Submitted October 11, 2019 at 12:09PM by cpustejovsky

No comments:

Post a Comment