+ 1
I am new to conding is javascript is the the right cource for me to make basic games
can I make basic games with javascript
4 odpowiedzi
+ 1
yes you can make basic games and even more complex games using JavaScript. As you are a bigger start with a number guessing game. In that you just need to generate a random number in a given range and make the user guess it in a specific number of tries. this doesn't need any special knowledge just the basic concepts which are included in the SL JavaScript tutorial.
For reference you can consider this code :
https://code.sololearn.com/WG11VgSSTMAn/?ref=app
or a bit simpler one :
https://code.sololearn.com/WLK1tnaRrWAS/?ref=app
+ 2
thanks gamma001
+ 1
yeah JavaScript is easy to building games but also you must have knowledge of HTML & CSS.
+ 1
and thx invalid life