/the-room

A fun text adventure game that all starts in, you guessed it, a room.

Primary LanguagePythonMIT LicenseMIT

The Room

Unique Features:

  • Unlike most text-adventure games, one can enter for example "look at the bed over there" and other unexpected inputs and they'll still work! It actually feels intuitive!
  • Has an inventory system that allows one to pick up and use items found along the way to solve each puzzle.

demo1 Showing the basics of how the game works. Note that unknown actions on objects returns a smart error that implies the game is indeed aware of your intentions but can't enact them.



demo2 A showcase of my favorite level! Note that my experimentation with different inputs still gives expected results.