Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Really enjoying this sweet game.

Some other minor issues:

(1) I also noticed is that the book shop seems to have an image of the outside of a house.

(2)  I noticed an issue with music restarting from the beginning when you play the same tune twice in a row (such as typing LOOK in the first location). Obviously restarting the music is not the desired behaviour here..

To fix this, recompile with this version of Adventuron.

https://adventuron.io/beta2

(3) I noticed that outside the coocoo cafe you manually print the message "Enter inside". Actually Adventuron does not list enter and exit by default. If you want Enter listed in the exit list, use the following code in your theme:

themes {
   my_theme : theme {
      lister_exits {
         is_list_enter = true
         is_list_exit  = true
      }
   }
}

Thank you for your comments. For (1), we'll probably update the description so that it makes more sense, we're a bit too short on time. (2) was basically fixed using a state machine to keep track of the track. Thanks for (3)! Update tomorrow should improve quite a few things, on top of the more challenging hard mode.