struct AdventOfCode2021::Day21::QuantumDiracDiceGame::Player

Defined in:

day21/quantum_game.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : Int8) #

[View source]

Instance Method Detail

def do_turn(roll : Int32) #

[View source]
def position : Int8 #

[View source]
def score : Int8 #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def wins? #

[View source]