Class: ConsoleShogi::Terminal::DisplayArea::Others

Inherits:
ConsoleShogi::Terminal::DisplayArea show all
Defined in:
lib/console_shogi/terminal/display_area.rb

Constant Summary collapse

START_POSITION =
Position.new(x: nil, y: nil)
END_POSITION =
Position.new(x: nil, y: nil)
NAME =
:others

Constants inherited from ConsoleShogi::Terminal::DisplayArea

BOARD, GOTE_KOMADAI, OTHERS, SENTE_KOMADAI

Method Summary

Methods inherited from ConsoleShogi::Terminal::DisplayArea

board?, end_position, fetch_area, history?, in?, komadai?, name, outside?, start_position