scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

look + direction should be blocked if the exit is not visible #412

Closed scrom closed 9 years ago

scrom commented 9 years ago

look when there's a closed or locked door should report there's a in the way.

scrom commented 9 years ago

better still - if the door has a window, player can see through the window. if it doesn't, they just get a description of the door.

scrom commented 9 years ago

implemented, tested and working!