bioshogi 0.0.10 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- data/lib/bioshogi/assets/images/color_theme_preview/is_color_theme_piyo.png +0 -0
- data/lib/bioshogi/assets/images/color_theme_preview/is_color_theme_real.png +0 -0
- data/lib/bioshogi/explain/attack_info.rb +2 -0
- data/lib/bioshogi/explain/distribution_ratio.rb +1227 -1258
- data/lib/bioshogi/explain/shape_info.rb +35 -0
- data/lib/bioshogi/explain/tactic_hit_turn_table.rb +1 -0
- data/lib/bioshogi/explain//346/210/246/345/236/213//343/202/204/343/201/260/343/203/234/343/203/274/343/202/272/346/265/201.kif +35 -0
- data/lib/bioshogi/explain//346/210/246/345/236/213//344/271/235/351/226/223/351/243/233/350/273/212/345/267/246/347/251/264/347/206/212.kif +123 -0
- data/lib/bioshogi/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4734d38d1aa83d9b5fd50788fec74a45aa6b371a7edcd9fee87959141607c4e7
|
4
|
+
data.tar.gz: 3c42ba0415a041a41a47a3a5418011af3a21bd5f6bb785ab3442ed97a7685787
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fcbfe058e17b854a25001c895a6fee47797bb9e11befc88d03c8776cd8e619c8ee969c6e114eb8d482968118b6c4bd212a370bb7ad20ee07e062b0a836465bd
|
7
|
+
data.tar.gz: 380ddeb6bdb29abb47e778813b874df2814e723e31cf1163ce2b2b16c23eb40aa746ea8a34b0ee34fbf6dd50542994b4553531222c6a950bbf21967eb9367188
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
bioshogi (0.0.
|
4
|
+
bioshogi (0.0.12)
|
5
5
|
actionview
|
6
6
|
activesupport (>= 7.1.0)
|
7
7
|
color
|
@@ -35,7 +35,7 @@ GEM
|
|
35
35
|
mutex_m
|
36
36
|
tzinfo (~> 2.0)
|
37
37
|
base64 (0.2.0)
|
38
|
-
bigdecimal (3.1.
|
38
|
+
bigdecimal (3.1.8)
|
39
39
|
builder (3.2.4)
|
40
40
|
byebug (11.1.3)
|
41
41
|
coderay (1.1.3)
|
@@ -51,20 +51,20 @@ GEM
|
|
51
51
|
faraday-net_http (>= 2.0, < 3.2)
|
52
52
|
faraday-net_http (3.1.0)
|
53
53
|
net-http
|
54
|
-
i18n (1.14.
|
54
|
+
i18n (1.14.5)
|
55
55
|
concurrent-ruby (~> 1.0)
|
56
56
|
loofah (2.22.0)
|
57
57
|
crass (~> 1.0.2)
|
58
58
|
nokogiri (>= 1.12.0)
|
59
59
|
memory_record (0.0.19)
|
60
60
|
activesupport
|
61
|
-
method_source (1.
|
62
|
-
mini_portile2 (2.8.
|
61
|
+
method_source (1.1.0)
|
62
|
+
mini_portile2 (2.8.6)
|
63
63
|
minitest (5.22.3)
|
64
64
|
mutex_m (0.2.0)
|
65
65
|
net-http (0.4.1)
|
66
66
|
uri
|
67
|
-
nokogiri (1.16.
|
67
|
+
nokogiri (1.16.4)
|
68
68
|
mini_portile2 (~> 2.8.2)
|
69
69
|
racc (~> 1.4)
|
70
70
|
observer (0.1.2)
|
@@ -81,8 +81,8 @@ GEM
|
|
81
81
|
rails-html-sanitizer (1.6.0)
|
82
82
|
loofah (~> 2.21)
|
83
83
|
nokogiri (~> 1.14)
|
84
|
-
rake (13.1
|
85
|
-
rmagick (
|
84
|
+
rake (13.2.1)
|
85
|
+
rmagick (6.0.0)
|
86
86
|
observer (~> 0.1)
|
87
87
|
pkg-config (~> 1.4)
|
88
88
|
rspec (3.13.0)
|
@@ -94,7 +94,7 @@ GEM
|
|
94
94
|
rspec-expectations (3.13.0)
|
95
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
96
96
|
rspec-support (~> 3.13.0)
|
97
|
-
rspec-mocks (3.13.
|
97
|
+
rspec-mocks (3.13.1)
|
98
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
99
|
rspec-support (~> 3.13.0)
|
100
100
|
rspec-support (3.13.1)
|
@@ -134,4 +134,4 @@ DEPENDENCIES
|
|
134
134
|
test-unit
|
135
135
|
|
136
136
|
BUNDLED WITH
|
137
|
-
2.5.
|
137
|
+
2.5.9
|
Binary file
|
Binary file
|
@@ -108,6 +108,7 @@ module Bioshogi
|
|
108
108
|
{ key: "新石田流", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: 7, order_key: :sente, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
109
109
|
{ key: "新鬼殺し", parent: "三間飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: 7, order_key: :sente, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
110
110
|
{ key: "九間飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
111
|
+
{ key: "九間飛車左穴熊", parent: "九間飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
111
112
|
{ key: "向かい飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
112
113
|
{ key: "ダイレクト向かい飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: false, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: "角", group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
113
114
|
{ key: "メリケン向かい飛車", parent: "向かい飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
@@ -126,6 +127,7 @@ module Bioshogi
|
|
126
127
|
{ key: "相振り飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: true, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: "相振り飛車", technique_matcher_info: nil, },
|
127
128
|
{ key: "角交換振り飛車", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: true, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
128
129
|
{ key: "はく式四間飛車", parent: "角交換振り飛車", other_parents: ["四間飛車"], alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: true, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: true, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
130
|
+
{ key: "やばボーズ流", parent: "一手損角換わり", other_parents: ["四間飛車"], alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: true, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: "角", hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
129
131
|
{ key: "幻想四間飛車", parent: "四間飛車", other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: 0, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
130
132
|
{ key: "タランチュラ戦法", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: true, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|
131
133
|
{ key: "久夢流", parent: nil, other_parents: nil, alternate_name: nil, alias_names: nil, turn_limit: nil, turn_eq: nil, order_key: nil, not_have_pawn: nil, kill_only: nil, drop_only: nil, pawn_bishop_have_ok: nil, pawn_have_ok: nil, kill_count_lteq: nil, hold_piece_not_in: nil, hold_piece_in: nil, hold_piece_empty: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|