On the Subject of Cartinese
In A9 I Milly Rock...
- This module contains 4 directional colored play buttons and a cycling character display in the center.
- Pressing a play button plays a lyric from rapper Playboi Carti’s verse in the song EARFQUAKE (see appendix 1G0R for the lyrics).
- Each play button also moves a space in the grid of Playboi Carti tweets pictured on the next page. To solve the module, navigate to the tweet which is cycling on the display, and press the display itself.
Use each button’s position, color, and played lyric to calculate a score with the rules below, starting at 0.
+1 | +2 | +3 |
---|---|---|
The button is red. | The button is yellow. | The button is green. |
The button is on the bottom. | The button is on the left. | The button is on the right. |
The lyric is in an even position. | The lyric is in an odd position. | The lyric is the only one present in its table. |
The lyric has 10 or more letters. | The line has an even number of vowels. | The line ends in a consonant. |
Take the location of the blue button and use that position on the left to assign directions to each button. The columns are a button’s score, modulo 4.
% | 0 | 1 | 2 | 3 |
---|---|---|---|---|
U | R | U | L | D |
R | D | L | U | R |
L | U | R | D | L |
D | L | D | R | U |
N.B.: Y is not considered a vowel ever.