Skip to content

Instantly share code, notes, and snippets.

@p-nix
p-nix / kifviz.rb
Created January 26, 2012 10:07
将棋の棋譜をチャート形式で表示する
# encoding: utf-8
# coding: utf-8
# 棋譜ファイルをチャート形式で表示する
# 一手分を登録するクラス枝分かれして連なる
class KifuNode
attr_accessor :step # 手数
attr_accessor :parent # 親のオブジェクト
attr_accessor :next # 次の手 配列として登録