hello, i´m realy new at this program. I wonder if I can make a game where at one point it asks a question to the player to continue, a trivia question. i ithink it call quiz game. I hope you understand my question sory for my bad english
thanks!
using construct2 is very simple, the problem would be how to menage the different data (questions, player, etc...) it's not very hard if you know PHP, AJAX, mySQL...etc... you will use construct2 just for "preview" the game, the most code will be in php for example...
for example, you can make different json file with 300 question, and when a player play, the game will pick random json and take the questions... if you wanna make vs another player online, you have to store the data in your server and send the request to a specific user with a database or something like that, is not impossible but the most work would be outside of c2