Class: Shogi::Piece::NK

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

Constant Summary collapse

CSA_NAME =
"NK"
USI_NAME =
"+N"
MOVEMENTS =
MOVEMENTS_KI
CHILD =
"KE"

Instance Attribute Summary

Attributes inherited from Base

#csa, #promoter, #usi

Instance Method Summary collapse

Methods inherited from Base

#move?

Constructor Details

#initializeNK

Returns a new instance of NK.



40
41
42
# File 'lib/shogi/piece/promoter.rb', line 40

def initialize
  super(CSA_NAME, USI_NAME, MOVEMENTS)
end