module FEEN::Dumper::Turn

Overview

The turn module.

Defined in:

feen/dumper/turn.cr

Class Method Summary

Class Method Detail

def self.dump(side_id) #

@param side_id [Integer] The identifier of the active player.

@example Dump the number that identify the player who have to play dump(0) # => "0"

@return [String] The number that identify the player who have to play.


[View source]