reddit-place-script-2022
reddit-place-script-2022 copied to clipboard
How do we create a similar image to the one shown?
Looks too small and unsure how we can duplicate it
The image can be whatever you want, as long as you have enough accounts to draw it. The image resolution is 1:1, i.e. a 4x4px image will result in a 4x4 pixels being placed. You can use any photo editing software to plane your tiles.
I created my pixel art image (png/jpg) using python: https://github.com/Saumya-Gupta-26/Making-r-place-pixel-art
Regarding the RGB values for colours, the colours available are: "#FF4500": 2, # bright red "#FFA800": 3, # orange "#FFD635": 4, # yellow "#00A368": 6, # darker green "#7EED56": 8, # lighter green "#2450A4": 12, # darkest blue "#3690EA": 13, # medium normal blue "#51E9F4": 14, # cyan "#811E9F": 18, # darkest purple "#B44AC0": 19, # normal purple "#FF99AA": 23, # pink "#9C6926": 25, # brown "#000000": 27, # black "#898D90": 29, # grey "#D4D7D9": 30, # light grey "#FFFFFF": 31, # white
And you can use this link https://www.webfx.com/web-design/hex-to-rgb/ to get the RGB values of the colour you want and hardcode it into my script.