article banner (priority)

Collection Processing Guessing Game!

Good news, Kotliners! I made another game for you! This time it will test your understanding of collection processing. In this game, you always start from a list of fruits, that gets processed with some random operations. They can turn this collection into many different types, from another collection like a List or Set, to a single value like Int or String. On the way, it can be even a map or a collection. It can be sorted, filtered, mapped, or flatMapped. Element types can change many times. Your task is to guess what is the output of the code.

This game was made in Compose Multiplatform, and it is released as a website using Wasm. It looks good both on desktop and on mobile.

My inspiration for this game came from posts of Jesús Rodríguez.

With every level, the number of operations and the number of fruits increase. Believe me, it can get really mad. I hope you will have fun playing it. If you have any feedback, please let me know.