New Game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

New Game

Here, I’m trying to recreate my icon. There are three things I need help with in the comments. Link: https://sololearn.com/compiler-playground/WPc2x86oG2tq/?ref=app

18th Nov 2023, 6:46 PM
Annihilate
Annihilate - avatar
7 Answers
+ 5
New Game perhaps something like this? most of the work was on the spiky hair... placing things with transform is hard. The order of transform makes a lot of difference. I found that ordering it as rotate, translate and scale makes the values needed more intuitive and predictable. https://code.sololearn.com/W2KT8mISyx6R/?ref=app
19th Nov 2023, 5:42 AM
Bob_Li
Bob_Li - avatar
+ 2
You can't just use an image?
18th Nov 2023, 9:09 PM
ninjagoku4560
ninjagoku4560 - avatar
+ 2
Bob_Li Thanks! I probably won’t need the smaller one
19th Nov 2023, 4:03 PM
Annihilate
Annihilate - avatar
+ 2
nice!
20th Nov 2023, 11:14 AM
Alhaaz
Alhaaz - avatar
+ 1
New Game I was just playing around with it and wondering how to resize the entire thing. That's why there's a small one. I did javascript version to see if it was practical to create it with js. My thinking was maybe it is possible to obsfucate and minimize the js script so you can add the image to whatever html you make in the future without doing the html part. Maybe even add the css part into the js so it's just one long line of gibberish code.
19th Nov 2023, 10:01 PM
Bob_Li
Bob_Li - avatar
+ 1
Bob nice perfect
19th Nov 2023, 10:42 PM
Hamza A Foji
Hamza A Foji - avatar
0
I don’t know how the image will work, and besides, I won’t use one since I will animate it
18th Nov 2023, 10:27 PM
Annihilate
Annihilate - avatar