abstract class Tradify::Level

Direct Known Subclasses

Defined in:

tradify/level.cr

Constant Summary

INITIAL_BALANCE = 0
PRICE_DATA = [] of Int32
TARGET_PROFIT = 1

Constructors

Instance Method Summary

Constructor Detail

def self.new(game : Game) #

[View source]

Instance Method Detail

def completed? : Bool #

[View source]
def draw #

[View source]
def load #

[View source]
def loaded? : Bool #

[View source]
def price(*args, **options) #

[View source]
def price(*args, **options, &) #

[View source]
def screen #

[View source]
def start #

[View source]
def target_reached? #

[View source]
def target_reached_message #

[View source]
def update #

[View source]