Sha256: e22cfad935e5c65548375201eb1b7dd617906bf54cdc93725d78ef7de3f7fec3

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

# frozen-string-literal: true

module Bioshogi
  module Analysis
    class ChaosInfo
      include ApplicationMemoryRecord
      memory_record [
        {
          key: "急戦調力戦",
          if_cond: -> context {
            true
          },
        },
      ]
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bioshogi-0.0.15 lib/bioshogi/analysis/chaos_info.rb
bioshogi-0.0.14 lib/bioshogi/analysis/chaos_info.rb