Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

These are wonderful, your Pikachu is a 10/10. Great job! I definitely struggled with the animals as well, thanks for playing and posting your art!

Thanks again for this game, actually my mom used to be an art teacher when I was young and I loved drawing in school, but never practiced it outside of that. This one brought back memories <3

Also can you give any hint so as to how the program logic works here?

(+1)

If you're asking about the rating system, stars are earned by on a composite score comprised of 3 tests:

1. Exact pixel to pixel matching. (If you have the correct colored pixel in the right place)

2. Amount of pixels of each color in the entire image compared to the target image. (# of red pixels in your image compared to # of red pixels in the target for example)

3. Basically the same as number 2, but we do it over 4x4 pixel chunks. (Each chunk is pass/fail, you either have most of the needed colors for the region or you don't)

These three scores are combined and averaged, then scaled to be from 1-5 stars. And we graded on a curve so 5 stars was possible without exactly recreating the official image. So for full marks you need the right color balance for the whole image, have those colors in generally the right areas of the canvas, and then the exact pixel-to-pixel matching test scores how well you did at making the right shapes in the right areas. Its not a perfect system, but it seems to work well enough!