- "Don't tap the white tile" game port to the CSE
- 22 Oct 2015 02:43:32 pm
- Last edited by Caleb_J on 22 Oct 2015 02:57:29 pm; edited 2 times in total
I have just started playing the game Don't Tap The White Tile on my tablet. It then struck me that a port of this could be made onto a calculator, by using the number keys to "tap" certain parts of the screen. For example: if you tap the 1 key, then it "taps" the lower left hand part of the screen. Something like this:
Code:
Something like the above. I'll see if I can't get a image for Piano Tiles (the name of the game) and overlay numbers over it or something like that so it can be more easily understood.
Code:
0->O
Repeat O=1
getKey->A
If A=92:Then
pixel-Test(some pixel in the lower left corner)->B
End
If B!=1:Then
Stop
End
End
Something like the above. I'll see if I can't get a image for Piano Tiles (the name of the game) and overlay numbers over it or something like that so it can be more easily understood.