Open ern2150 opened 2 years ago
transitions only
graph TD
Original{Original} --> Ocean{Ocean}
Original --> Zodiac{Zodiac}
Zodiac --> Look{Look}
Zodiac --> Ocean
Zodiac --> Seaside{Seaside}
ABC{ABC} --> Seaside
ABC --> Look
Look --> Berl{Berl}
Look --> Anthem
Seaside --> Zodiac
Seaside --> Berl
Seaside --> ABC
Ocean --> ABC
Anthem{Anthem} --> Seaside
Anthem --> Berl
Make a "choose your fighter" style game using the mixtapes and the "start with one mixtape, offer to switch to other mixtapes when you hit a shared (long) vortex clip" strategy.
How to switch to other mixtapes? (covered in "infinite playlist" idea) When is Game Over? (covered in "infinite playlist" idea, but could end earlier if more fun)
Who are the fighters? Could be anyone, but for these examples let's say Mike Abbott (mr EYES), Stuart Smith (angry Aussie), and Richard ("Harry, LOOK" / "Gordon" / etc) Harrison.
How to "choose your fighter"?
Simplest - present the choices to the audience, have them note their choice privately (trust their honesty).
Poll (collectively choose a single hero for the whole audience - twitch has this interaction) - Mike/Stuart/Richard
Have individual audience members join a "team" - Team Mike / Team Stuart / Team Richard
How to "win" the game?
Simplest - have your chosen fighter "survive" through to a BERL/mixtape end. (How do you prove this interactively?)
Predict which comes first (bet on things that have long odds - twitch has this interactive capability): Mike lives Stuart wins Richard dies
battle | mixtape | vortex order |
---|---|---|
?? vs Richard | MM6 | OCEAN WAVE; SEASIDE; INDY; LOOK; EMERGENCY |
Richard vs Mike(eyes) | MM2 | OCEAN WAVE;LOOK; INDY; SEASIDE |
Richard vs Mike(let's fight) | 15 | OCEAN WAVE; LOOK; SEASIDE; EMERGENCY; HERT; INDY |
Stuart vs Mike | 16 | OCEAN WAVE; LOOK; EMERGENCY; INDY; SEASIDE; HERT |
Richard vs Stuart | 33 | OCEAN WAVE; LOOK; EMERGENCY; SEASIDE; INDY |
detail
graph TD
MM6A --> SQ1(Stuart???)
SQ1 --> O{Ocean}
O --> MM6B
MM2A --> O
O --> L{Look}
L --> MM2Title(MM2Title)
15A --> O
O --> 15B
16A --> O
O --> 16B
33A --> O
O --> 33B
MM6B --> SQ2(Stuart???)
SQ2 --> S{Seaside}
S --> MM6C
15B --> L
L --> 15C
16B --> L
L --> 16C
33B -->|Richard, Stuart| L
L --> 33C
MM6C -->|Richard| 23Title(23Title)
23Title -->|Mike| RQ1(Richard???)
RQ1 --> I{Indy}
I --> 21Title(21Title)
21Title --> MM6D
MM2Title -->|Richard| 07Title(07Title)
07Title --> RME(RichardMike)
RME --> SQ3(Stuart???)
15C --> S
S --> 15D
16C --> E{Emergency}
E --> 16D
33C -->|Richard| E
E --> 33D
MM6D --> L
L --> MM6E
SQ3 --> I
I --> MM2E
15D --> E
E --> 15E
16D -->|Richard| I
I --> 16E
33D --> S
S --> 33E
MM6E --> E
E --> MM6Title(MM6Title)
MM2E --> S
S --> MM2F
15E --> RQ3(Richard???)
RQ3 --> MQ1(Mike???)
MQ1 --> RMLF(RichardMike)
RMLF --> I
I --> 15Title(15Title)
15Title --> MM4Title(MM4Title)
16E --> S
S --> 16F
33E --> I
I --> 33F
MM6Title --> RQ2(Richard???)
RQ2 --> B{BERL}
B --> QR(???Richard)
MM2F -->|Mike, Stuart| 09Title(09Title)
09Title --> QM(???Mike)
QM --> B
MM4Title --> B
16F -->|Richard| 16Title(16Title)
16Title --> SM(StuartMike)
SM --> 16H
33F --> B
B --> 33Title(33Title)
33Title --> RS(RichardStuart)
16H --> B
transitions only
graph TD
O{Ocean} --> S{Seaside}
O --> L{Look}
S --> I{Indy}
L --> I
L --> S
L --> E{Emergency}
I --> L
E --> I
E --> S
I --> S
E --> B{BERL}
S --> B
I --> B
fighter previews by choice
graph TD
Y{Ocean} -->|Stuart| Z{Seaside} -->|Richard, Mike| V{Indy}
U{BERL} --> A(???Richard)
X{Look} -->|Richard| B(RichardMikeEyes) -->|Stuart| V{Indy}
Z{Seaside} --> |Mike, Stuart| F(???Mike) --> U{BERL}
W{Emergency} --> |Richard, Mike| C(RichardMikeLetsFight) --> V{Indy}
W{Emergency} -->|Richard| V{Indy}
Z{Seaside} --> |Richard| D(StuartMike) --> U{BERL}
Y{Ocean} -->|Richard, Stuart| X{Look} -->|Richard| W{Emergency}
U{BERL} --> E(RichardStuart)
detail