emhoracek / explora

A text exploration game I made to learn Haskell. Explore a map of places by typing directions.
GNU General Public License v2.0
5 stars 4 forks source link

Add Haskell run explora direction to README #10

Open willingc opened 9 years ago

willingc commented 9 years ago

@emhoracek I got the example game running :) I enjoyed exploring the cave, woods, and jumping off the cliff to fluffy clouds. I love the text games.

I used the following command from the game example directory runghc ../executable/Main.hs; yet, it occurs to me there may be a simpler way. If so a brief command added to the README would be helpful to the next user.

:house: :night_with_stars: I :heart: the Grue reference.

emhoracek commented 9 years ago

Thanks for the compliments!

I assumed the average player would follow the install directions and cabal install the game, then run explora. But then there's the issue that engine has to be able to find the example games. In the README, it says to run explora in the root explora directory, but that's kinda unclear why you have to do that, so I'll update it.

emhoracek commented 9 years ago

Is this a little better?