class Snake::Coordinate

Defined in:

snake/coordinate.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int16, y : Int16) #

[View source]

Instance Method Detail

def +(other) #

[View source]
def -(other) #

[View source]
def ==(other : Coordinate) #

[View source]
def x : Int16 #

[View source]
def y : Int16 #

[View source]