module FEEN::Parser::Turn

Overview

The turn module.

Defined in:

feen/parser/turn.cr

Class Method Summary

Class Method Detail

def self.parse(side_id) #

@param side_id [String] The identifier of bottom-side and top-side.

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

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


[View source]