Class: Shogi::Piece::NY

Inherits:
Base
  • Object
show all
Defined in:
lib/shogi/piece/promoter.rb

Constant Summary collapse

CSA_NAME =
"NY"
USI_NAME =
"+L"
MOVEMENTS =
MOVEMENTS_KI
CHILD =
"KY"

Instance Attribute Summary

Attributes inherited from Base

#csa, #promoter, #usi

Instance Method Summary collapse

Methods inherited from Base

#move?

Constructor Details

#initializeNY

Returns a new instance of NY.



29
30
31
# File 'lib/shogi/piece/promoter.rb', line 29

def initialize
  super(CSA_NAME, USI_NAME, MOVEMENTS)
end