Tetrominoes Controller App
Image Anchor App
For this week’s homework, I was inspired by the story of King Midas because I realized I wanted to mess around with metals after seeing the MaterialExample project in class. Here, the user is supposed to tap each flower to turn it into gold. However, in order to restore them). I wanted the interaction to be more forgiving than the original story where the king needed go on a fetch quest for miracle water in order to undo his curse, so all the user has to do is shout (and hit a certain decibel threshold) in order to restore the flowers.
Since I didn’t really get anywhere with actual detection of tapping the flower (I couldn’t get the actual detection of whether a flower was hit workin), so I faked it by just hijacking the regular tap gesture handler and hard coding the flowers’ transformations myself.
Models:
[TBA]