+ 1
How to make a story game by taking user inputs and just by using javascript , html and css
6 Antworten
+ 1
There are many ways to do that and depends on how to go deep.
For basic you need to draw your game in programming flow diagrams.( https://www.smartdraw.com/flowchart/flowchart-programming.htm )
Let's imagine in your game players woke up in a dark room , you should ask player to give proper commands to understand and went and their conditions. With all answers you should lead players for other rooms and maybe you may ask players to collect some tools for necessary solutions they should create.
But in any case you need a scenario before these scenarios you also need answers for players actions
+ 4
Can you share the code you have so far? Kinda hard to help without it
+ 4
Go to sololearn.com, sign in, and copy/paste into a new code
0
Thanks but my original problem is that I am not able to take input from user from radio button
0
But it's on pc
0
Can any one tell me how can take inputs from user using radiobuttons in JavaScript