window.addEventListener("keydown", function(e) { // Prevent arrow keys from scrolling the page if (["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"].includes(e.key)) { e.preventDefault(); } }, false);
🔥 Your mission: Guide Vincent through the mystical realm, defeat the corporate zombies, and make it to the Portal of Creativity!