rabdill / bishop

An engine for writing browser-based text adventures using only client-side JavaScript.
Other
1 stars 0 forks source link

"look [direction]" doesn't check if there's a "look" message to print #174

Closed rabdill closed 9 years ago

rabdill commented 9 years ago

If it's a valid direction, parser will just print "You look to the west: undefined" instead of actually checking if there's something there. Maybe we need a "you don't see anything unusual" message?

rabdill commented 9 years ago

https://github.com/rabdill/bishops_map/commit/feea1b5100bd0624c0656548aebf87fcf1231b03