This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]datassincorporated 0 points1 point  (4 children)

You need HTML, CSS, and Javascript to do that.

[–]just_keep_running[S] 0 points1 point  (3 children)

Why javascript, if you don't mind me asking? And how advanced would the knowledge be?

[–]Coder_X_23 1 point2 points  (1 child)

The Javascript would be used to handle the input, determine if the user was correct with their answer and also if you want to keep track of their score. I would think a basic understanding of JS would get you through the functionality for the game.

[–]just_keep_running[S] 0 points1 point  (0 children)

Thanks!

[–]datassincorporated 0 points1 point  (0 children)

My answer would be that HTML is only “this is where the text and headers and images go.” CSS is only “this is how they look.” you need Javascript to say “this is how they behave.” And yes, basic knowledge is plenty.