Class: ConsoleShogi::Terminal::DisplayArea::History::Back

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

Constant Summary collapse

START_POSITION =
Position.new(x: 1, y: 10)
END_POSITION =
Position.new(x: 2, y: 10)

Constants inherited from ConsoleShogi::Terminal::DisplayArea::History

NAME

Constants inherited from ConsoleShogi::Terminal::DisplayArea

BOARD, GOTE_KOMADAI, OTHERS, SENTE_KOMADAI

Method Summary

Methods inherited from ConsoleShogi::Terminal::DisplayArea::History

back?, forward?, resume?

Methods inherited from ConsoleShogi::Terminal::DisplayArea

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