Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for your valuable inputs. I have been noting down points and what you mentioned absolutely makes sense. Maybe I can have a space where I always show  a list of last 5-10 successful commands or maybe create a command that will show all these commands. I feel like right now the input is very rigid and only accepts command in certain format which I know I have to improve. I made this game in 8  hours, so didn't have much time to make it more robust. Also I think if I will expand this ever I will keep a short tutorial that way the player will know how to use the commands. Now about the architecture what I did is I created an "Input manager" that will accept the command and if appropriate pass it to the game manager. Game manager has the info of in which room you are currently and will send the command to that room's script. From there the appropriate action will be taken according to the command. I created a game object for each room and stored info of adjacent rooms in each other. Makes sense? If not I can elaborate in more detail. Thanks again for playing my game and taking the time to share your feedback. I really appreciate it.