0
How to make an easy text game by using JavaScript?
2 Respostas
+ 1
Create a question / response script with some yes and no options - use prompt.("") to get input from user and if : then : else statements to reply and build the game.
0
Well for starters you put document.write("what ever your text is)"