class RoulatteAnimation

Defined in:

bin/rl_play/cli.cr

Constant Summary

NUMS = [0, 32, 15, 19, 4, 21, 2, 25, 17, 34, 6, 27, 13, 36, 11, 30, 8, 23, 10, 5, 24, 16, 33, 1, 20, 14, 31, 9, 22, 18, 29, 7, 28, 12, 35, 3, 26]
NUMS_WIDE = NUMS + NUMS

Class Method Summary

Class Method Detail

def self.index(n : Int32) #

[View source]
def self.run(n : Int32) #

[View source]
def self.show(nums : Array(Int32), step : Int32 = 0) #

[View source]
def self.shown(start : Int32, range : Int32 = 10) #

[View source]