#Add form before game starting
8 messages · Page 1 of 1 (latest)
ill show what i have done for now, its kinda basic but its my first project
In this video you are going to build your very first game. We will be using JavaScript to build a simple text adventure game that can be expanded upon as far as your creativity can take it. Everything we cover in this video will be incredibly beginner friendly, so no matter your skill level you will be able to build this text adventure game. We ...
there my html
i would like to add a form (that ask age, name, username, familly name) before the start of the game. It doesnt need to be good looking, thats the interface of the game (dont mind the text)
is it possible to add a form before or in the game or is that too hard?
See #faq to learn how to properly share code on Discord: #faq message
Yes possible. Not hard. See #faq to learn modern JS. Create your form elements and append them to the DOM.