Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12
If youre persuing game programming youre going to have to think extremely literally. E.g... How do these logos appear? Its an image [take an image] that is there for some time [create a timer] during bootup [place logic in the boot state]. Sometimes it fades away [reduce global alpha], accelerates right [update X], etc. you can do it in html the same way except you will have to mess with dom and css instead of the plain image. Personally I prefer to do everything on canvas, but many people here use all 3
20th Oct 2019, 4:51 PM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
20th Oct 2019, 5:15 PM
「HAPPY TO HELP」
「HAPPY TO HELP」 - avatar
+ 4
Up there, in your original question buddy 👆 Pick 'Edit' from menu to the right, and it's all good 👍
20th Oct 2019, 5:31 PM
Ipang
22nd Oct 2019, 10:05 AM
Gordon
Gordon - avatar
+ 2
by adding game state possibly ? if(gamestate == LOGO_SCREEN) return drawImage(imagelogo, 0, 0, canvas.width, canvas.height); you can also start a timer to change the gamestate at the start. setTimeout(()=>{gamestate = MAIN_MENU}, 5000);
20th Oct 2019, 4:46 PM
Taste
Taste - avatar
+ 2
Please put 'HTML canvas game' in Relevant Tags section, just to improve context clarity 👍
20th Oct 2019, 5:25 PM
Ipang
+ 2
you have to learn CSS art for the purpose
22nd Oct 2019, 1:55 AM
Aditya
Aditya - avatar
+ 1
pure html ? or you're using canvas ?
20th Oct 2019, 4:39 PM
Taste
Taste - avatar
0
You can do it with css stylesheet. I'm still learning and I'm a novice. So, can't write the code right now. But I saw this kind of stuff being done by css.
21st Oct 2019, 10:59 AM
Nissan Apollo
Nissan Apollo - avatar
0
https://drive.google.com/file/d/1-5NAQAHdrmW7ynUdRytCcn4Mb2PlRt4h/view?usp=drivesdk Wish you could get some help form it. I created the image file, by rotating and opening as a layer in gimp.
21st Oct 2019, 11:42 AM
Nissan Apollo
Nissan Apollo - avatar
0
you said to comment regardless of experience so... good luck?
21st Oct 2019, 12:54 PM
Miguel Marinha
Miguel Marinha - avatar
0
Hahaha 😂😂😂
21st Oct 2019, 12:56 PM
Nissan Apollo
Nissan Apollo - avatar
0
bad luck then.
21st Oct 2019, 12:58 PM
Miguel Marinha
Miguel Marinha - avatar
0
I've seen it. It's looking like you're hosting a competition
21st Oct 2019, 1:02 PM
Nissan Apollo
Nissan Apollo - avatar
0
when you finish the game let me know i want to try it.
21st Oct 2019, 1:07 PM
Miguel Marinha
Miguel Marinha - avatar
0
didnt you say you were making a game?if not my bad.
21st Oct 2019, 1:08 PM
Miguel Marinha
Miguel Marinha - avatar
0
ok thx ill check it out
21st Oct 2019, 1:12 PM
Miguel Marinha
Miguel Marinha - avatar
0
I'm a novice. And I want to do it also. Let's not copy the codes from other sources and try to learn by practicing. Zachary Miguel Marinha
21st Oct 2019, 1:19 PM
Nissan Apollo
Nissan Apollo - avatar
0
Something in the comments
21st Oct 2019, 9:48 PM
5alid
5alid - avatar
0
I am beginner so I don't know that much
22nd Oct 2019, 12:52 AM
Sayal Neupane
Sayal Neupane - avatar