+ 1
I will make simple game... How it's possible ??
6 Answers
+ 11
Yup, html, css and js will help you.
Here's a good intro with canvas in js .
But requirements are
Html - basic knowledge
Css - basic knowledge
Js - good knowledge
https://code.sololearn.com/WvIsS7qN8npX/?ref=app
Here are few game examples for motivation
https://code.sololearn.com/WQK06A75id02/?ref=app
https://code.sololearn.com/WB2rny04ROP3/?ref=app
https://code.sololearn.com/WGObAy7i6amA/?ref=app
+ 9
âą Programming Languages for
 Game Design â https://www.gamedesigning.org/career/programming-languages/
https://www.sololearn.com/Discuss/625747/?ref=app
https://www.sololearn.com/Discuss/1342963/?ref=app
https://www.sololearn.com/Discuss/99903/?ref=app
https://code.sololearn.com/Wyp02xwvepns/?ref=app
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 7
With raw HTML it's somehow impossible, try learning the whole web suite.
HTML, CSS, JS.... Especially JS!
+ 6
After that you'll magically know what to do...
+ 6
Same here dude!!
I also started with html . First I completed my html course and then I mastered it by playing challenges . After that I learned CSS and made responive websites.
At last I learned JS and then I got the lessons of our great moderator Happy to Help with the help of whome , I learned how to make games.
My first game :
https://code.sololearn.com/WaR7M3trpp39/?ref=app
Happy to help lessons :
https://code.sololearn.com/WzvAFTTXs0oo/?ref=app
Practice makes perfect. !!!
Thanks