mbkarle / mind-the-fog

Roguelike JavaScript game--mind the fog!
2 stars 1 forks source link

"Facing" and interact with environment #81

Closed akarle closed 7 years ago

akarle commented 7 years ago

So currently we only interact with the environment by stepping on things. I think it would be a nice touch to do the following:

  1. Add more things to the "can't pass" property such as other characters, etc
  2. Make those things instead things you interact with by pressing 'e' or something

The motivation was originally so you can pet the dog hahaha but I think it'd be a nice touch all around!