Skip to content

Instantly share code, notes, and snippets.

View ArcSin2000X's full-sized avatar
🎯
Focusing

ArcSin2000X

🎯
Focusing
View GitHub Profile
@ArcSin2000X
ArcSin2000X / konami.coffee
Created November 1, 2019 11:29 — forked from midu/konami.coffee
Watch for the konami code on your page
userInputs = []
konami = [
38, 38, # ↑ ↑
40, 40, # ↓ ↓
37, 39, # ← →
37, 39, # ← →
66, 65 # B A
16, 13 # ⇧ ↩ (shift, enter)
]