: Challenge your reflexes in a world where standing still is certain failure. Complete levels as quickly as possible without losing health before the final boss fight. Key Features
// Lane change (vertical movement) var move = 0; if keyboard_check(vk_up) move = -4; if keyboard_check(vk_down) move = 4; y += move; // Keep within top/bottom bounds y = clamp(y, 50, room_height - 50); fast runner game g work
If you are looking for a "good paper" (perhaps a race bib or a fast official time) on a "fast" course: : Challenge your reflexes in a world where
// In Create event: global.game_speed = 5; alarm[0] = 120; // 2 seconds at 60 fps if keyboard_check(vk_up) move = -4