class Tetryst::Screen

Defined in:

tetryst/screen.cr

Constant Summary

BOARD_BORDER_WIDTH = 10
LINES_PER_LEVEL = 10

Constructors

Instance Method Summary

Constructor Detail

def self.new(initial_level = 0) #

[View source]

Instance Method Detail

def draw #

[View source]
def pause #

[View source]
def paused? : Bool #

[View source]
def unpause #

[View source]
def update #

[View source]
def update_info #

[View source]