class Looper::Player

Defined in:

looper/player.cr

Constant Summary

ELITE_VEHICLE_CLASS = Motorcycle
NOOB_VEHICLE_CLASS = Car

Constructors

Instance Method Summary

Constructor Detail

def self.new(x = 0, y = 0, difficulty = "") #

[View source]

Instance Method Detail

def collision?(*args, **options) #

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

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

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

[View source]
def difficulty=(difficulty) #

[View source]
def draw #

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

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

[View source]
def update(frame_time) #

[View source]
def vehicle : Vehicle #

[View source]
def vehicle_class(difficulty) #

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

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

[View source]
def x=(arg) #

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

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

[View source]
def y=(arg) #

[View source]