Hello everyone!
I am new to game dev. I am currently working on a text based game. Where there is one main character and he is asking us question and gives us option to choose from. After we choose the correct answer it will do a follow up question and after a point the story reach a conclusion. At the end it calculates the number of wrong choices we made and gives us points based on that. Something like this is it possible to make it on adventure creator? Any kind of help or suggesition is appreciated. Sorry for bad english it is not my first langauge.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @hansolo.
AC provides a Conversation system that allows the Player to pick from a selection of on-screen choices - see the tutorials for it here.
You can update variable values based on which response the player picks if you want to keep track of their score, etc.
The main thing is how you want these to be displayed, as AC is primarily for graphical adventure games. Can you share some screens or mockups on how you'd like the game to show such choices?