class GeoWars::Game

Defined in:

geo_wars/game.cr

Constant Summary

DEBUG = false
DRAW_FPS = DEBUG
SCREEN_HEIGHT = 768
SCREEN_WIDTH = 1280
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(frame_time) #

[View source]