+ 5
How do I create a small game?
6 Antworten
+ 12
you can complete here js tutorial and then you can look at codes by community members to get some idea, you can try to search with "game", here is my first game in js:
https://code.sololearn.com/W3UYrakeLTF8/?ref=app
+ 4
hey if you are good in HTML and CSS then you can use it for making games.
And if you are not good at that you can use programming languages for making numerical games.
hope you understood.
if not tell me.☺
+ 2
Here is my JavaScript game example. The point is to select the squares in the correct order and it gets more difficult with each level. This can provide a starting point for JavaScript and web games because it has a lot of useful operations.
What is your high score? Enjoy!
https://code.sololearn.com/WMc8Um36CFCI/?ref=app
+ 1
Thanks!
0
for making games. you need to know a lot about JavaScript
0
Thanks