Weekly Art Challenge?

Done!

3 Likes

You used 4 coloursโ€ฆ

1 Like

did anyone click a to many times?

2 Likes

Fix!

2 Likes

Wellโ€ฆ. It was fun while it lasted๐Ÿฅฒ

4 Likes


Ghost cat!

4 Likes

Oh that what you meant.

1 Like

Hey @Luke I got a challenge for you. This palette, 64x64 res, 8x8 tiles and sprites, sprite can have two colors transparent and color, tiles can have 3 colors.

1 Like

Sounds like a cool challenge! I donโ€™t think Iโ€™ve ever worked with such as palette before so this will be interesting
image

1 Like

I forgot to mention thereโ€™s only 8 sprites!

1 Like

@Brohann is here lol

3 Likes


All tiles! I didnโ€™t use any sprites as itโ€™s the same size as the tiles anyways
Hereโ€™s the grid, you can check each tile for any discrepancies

Img with Grid

And hereโ€™s the sprites for all the residents

Also this palette is not really to my taste so edited the colours a bit in this version:

5 Likes

Looks all good to me!
And the palette Is from a retro machine that I made.

3 Likes

Theme is ship
Resolution 48x48
Palette is Japanese Woodblock by Polyducks (makes amazing petscii art check it out)

5 Likes

I made a dithering function.
https://arcade.makecode.com/S73867-49559-00423-73102

2 Likes

Done!

Extra art

You talking about petscii art made me want to draw some. So I did!

DONโ€™T COUNT.

5 Likes
1 Like

I made a starship. Does that count?

1 Like

I tried 4D pixel art I think I did good.
4D cube

2 Likes

Cool! But dither patterns usually look more like this
image
Maybe try something that makes one white, one black pixel, changing the row until you get a tileable square. If 0 = white and 1 = black Pattern: 010101010
Then you could change the white pixel numbers to make it lighter, or the dark pixel number to make it darker
Lighter 00100100100100
Darker 11011011011011
Idk if this would work or not could be worth trying out

3 Likes