I am more into loving video games where can i start as a beginner | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am more into loving video games where can i start as a beginner

Gaming

5th Jun 2020, 8:39 AM
Nicholas Mwetu
Nicholas Mwetu - avatar
1 Answer
0
To make a web game you should start with html, css, javascript and canvas. Html --> defines webpage. CSS --> use for decorating webpage. Javascript -->use for controlling game sprites, etc. Canvas --> canvas is a container. You can make 2d Sprite on canvas and control this sprites using javascript. The most important things to make a web game is that you should know javascript, canvas and some basics of html. On YouTube you should first learn that how to draw graphics on canvas. After it you should learn how to control sprite, how to add physic in you game and many more things.
5th Jun 2020, 10:02 AM
Omkar Kamat
Omkar Kamat - avatar