scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

cheat codes are enabled by default - provide some unlock mechanism #452

Open scrom opened 8 years ago

scrom commented 8 years ago

my favourite idea would be to use the konami code - store the last 10 actions and if that full set == u,u,d,d,l,r,l,r,a,b then complete a "cheater" mission that provides a hint about cheat codes. given a and b aren't supported verbs we'd probably want to trap these in cases where the previous 8 steps match,

a bit tricky just for an easter egg so low priority fow now