Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Awesome idea and awesome execution. As someone who studied computer vision & graphics, I would love to know how you compare the images. Is it a simple pixel to pixel comparison or did you use something more advanced?

Overall, a great concept with great cohesion, everything fits well together! The time restriction is exactly what this type of game needed to make it fun and engaging.

Hello! Firstly the pixels you paint on are individually instanced and i create a 2d array of their modulation to create an “image array” of their colors. I then compare this to a directly hard inputted set of data for the current image (which is usually like 80,000+ characters. Not the best but it works.