matteoferla / EasyJet_seat_message

CoNsPirAcY? An attempt to try to see if there is a hidden message in the EasyJet seat patten
MIT License
0 stars 0 forks source link

EasyJet seat message

HiDDeN CoNsPirAcY by the LiZaRd PeoPle?

This is an attempt to try to see if there is a hidden message in the seat patten present in EasyJet planes in A319, A320 and A321 of the non-neo type. I have not gone insane, but after staring at the seat patten one starts to wonder if the pattern is random or not. It is:

I transcribed the pattern fully and faithfully, but did not get round to analysing it / switched to reading a book.

pattern.jpeg

Code

The Square class is instantiated with a Border and a Line enum. seated.pattern is a list of list of Square instances, describing the seat pattern. The pattern tessellates and can start at any column or row.

To Do