+ 2
How can we create games ?
Hello Sololearners ! I am a web developpement beginner and i would like to code some little games. I can code in HTML, CSS and JS. First solution : I heard about the "canvas", from what i saw its a html tag who serves to draw forms and later make games. But i looked on some sololearn codes and i saw some JS syntaxes like that "$function()
quot; Second solution : I did some researchs and i found "JQuery". Its a JS library and it serves to have some most simples JS syntaxes.6 Respuestas
+ 9
If you know JavaScript, try Phazer. It's super and easy framework for make game.
+ 2
How can we download JQuery on a sololearn ?
+ 2
there a jQuery tutorial on sololearn look
https://www.sololearn.com/learn/jQuery/2782/
+ 2
canvas games are quite complex you'll need a lot of js knowledge to get an hang of them,my canvas game,try it
https://code.sololearn.com/WM6UzehGJPHE/?ref=app
+ 1
Thank you for your help i think i'm gonna try JQuery.