Thank you a lot for your comment! i originally planned to make this into a puzzle/thinking game with different shapes and objects, the game would force you to find a pattern and find the odd one out. Unfortunately that was way out of the scope and I had to change the idea to a color finding game. I would ideally like the game to continue on a life based system and continue generating levels infinitely until the player dies.
My main struggle with adding a web version was that python and pygame have almost zero support for webasm and it's basically impossible to get a pygame game on the web running normally with more than 1 fps. My solution was to translate the whole code line by line to javascript (i dont really know javascript) so that took a while :D