+ 44
Challenge : : Draw your favourite Emoji !!
Draw your favourite emoji using any language. For web codes SVG path is not allowed. Draw it only using CSS or Canvas. Don't give any external link. Make a code and post it here. Here is mine. I'll create more emoji in near future. So you can bookmark this thread if you are interested. https://code.sololearn.com/WbtlQmtb4yHY/?ref=app https://code.sololearn.com/WbdkdpwD2IHq/?ref=app
30 Respostas
+ 21
There you go @Ranjan
It has been done with Canvas, also I apology for my unreadable code, I made it just right now with my phone, may edit it later:
https://code.sololearn.com/WQI8hM4vEz41/?ref=app
Hope you'll like it!
+ 29
( ♥ ♥ )
*
'''''
+ 22
(\~~/) (\~~/)
(~'.'~ ) ( ^.^ )
(_(_ ) (_(_ )
+ 15
Here is my first emoji designed using CSS.
https://code.sololearn.com/WbtlQmtb4yHY/?ref=app
+ 15
https://code.sololearn.com/ccLA1OQKX5Vv/?ref=app
+ 14
Daniel I didn't ask for link.
+ 13
Jacob pls post the code!!
or the link
+ 12
check this one,
https://code.sololearn.com/WAsSbdruOE5C/?ref=app
+ 10
Now it's time to smile
https://code.sololearn.com/WbdkdpwD2IHq/?ref=app
+ 10
https://code.sololearn.com/W4z173whlnPu/?ref=app
+ 10
Thanks @Ranjan for giving some emoji for me
Check Mine
https://code.sololearn.com/WrXYFFsmsmbI/?ref=app
+ 9
Here's my emoji with canvas:
https://code.sololearn.com/WaRD4kzz8ZS5/#html
+ 9
https://code.sololearn.com/W2pg46pTI1Ap/?ref=app
https://code.sololearn.com/W2o2aPNtreeR/?ref=app
+ 8
https://codepen.io/balapa/pen/ZQpjEB
+ 7
☺️☺️😊😊
+ 7
:)
+ 7
Nothing beats good old C!
---------------------------------
#include <stdio.h>
int main(void)
{
const char emoji[5] = {0xF0, 0x9F, 0x96, 0x96, '\0'}
printf("My favorite emoji is %s\n", emoji);
return 0;
}
+ 7
@Ranjan output is a bit janky but it should run fine in terminal. Also translated it to C++ for ya!
https://code.sololearn.com/c6uamJ56KEnP
+ 7
Ok then ^^