How can we create games ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

4th Mar 2018, 6:10 PM
Valkyrion
Valkyrion - avatar
6 Answers
+ 9
If you know JavaScript, try Phazer. It's super and easy framework for make game.
4th Mar 2018, 7:24 PM
MecyDev
MecyDev - avatar
+ 2
How can we download JQuery on a sololearn ?
4th Mar 2018, 6:28 PM
Valkyrion
Valkyrion - avatar
+ 2
there a jQuery tutorial on sololearn look https://www.sololearn.com/learn/jQuery/2782/
4th Mar 2018, 6:31 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 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
4th Mar 2018, 7:09 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
Thank you for your help i think i'm gonna try JQuery.
4th Mar 2018, 7:11 PM
Valkyrion
Valkyrion - avatar