class Tetryst::Game

Defined in:

tetryst/game.cr

Constant Summary

DEBUG = false
DRAW_FPS = DEBUG
SCREEN_HEIGHT = 768
SCREEN_WIDTH = 1024
TARGET_FPS = 60

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def close #

[View source]
def draw #

[View source]
def draw_init #

[View source]
def run #

[View source]
def update #

[View source]