class Risk::Map

Defined in:

risk/map.cr

Constant Summary

CellSize = 16
MapHeight = 768
MapWidth = 1152

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32 = 0, y : Int32 = 0) #

[View source]

Instance Method Detail

def continents : Array(Continent) #

[View source]
def draw(window) #

[View source]
def territories : Array(Territory) #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]