Class: ConsoleShogi::Terminal::DisplayArea::Board

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

Constant Summary collapse

START_POSITION =
Position.new(x: 1, y: 1)
END_POSITION =
Position.new(x: 18, y: 9)
NAME =
:board

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