Project Info:

Text adventure is one of the oldest genre of computer games. People used to play text adventure games on the earlier mainframe computers… long before home computers were available.

In this tutorial, you’ll learn how to implement a simple text adventure game that you can play in the browser.

The action takes place inside a lab that you need to exit by typing command and reading the output.

  • Created by: Adrian
  • Date: 2018
  • Language: JavaScript
Start tutorial