class Looper::Course

Defined in:

looper/course.cr

Constant Summary

GAME_OVER_DELAY = 0.3

Constructors

Instance Method Summary

Constructor Detail

def self.new(difficulty : String = "") #

[View source]

Instance Method Detail

def change_difficulty(difficulty : String) #

[View source]
def difficulty=(difficulty) #

[View source]
def draw #

[View source]
def exit?(*args, **options) #

[View source]
def exit?(*args, **options, &) #

[View source]
def game_over? #

[View source]
def game_over_started? : Bool #

[View source]
def loops : UInt16 #

[View source]
def paused=(paused : Bool) #

[View source]
def paused? : Bool #

[View source]
def restart #

[View source]
def road_collision? #

[View source]
def update(frame_time) #

[View source]