bioshogi 0.0.9 → 0.0.11
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 +1271 -1270
- data/lib/bioshogi/explain/shape_info.rb +38 -5
- data/lib/bioshogi/explain/tactic_hit_turn_table.rb +2 -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.kif +62 -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: b88cc5b215fb391deb3d47a10854c7c4a6ef2b28bbd605c6052f25c0e8702991
|
4
|
+
data.tar.gz: ab145197a4273c9498024561a46387ee6d9593786a645da4e996b9a89fe24d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aae34a9ae4287009daa7b0fdf092fa5d0b7ec151810ecb30d69f781c33affe1eda636a11eeb522976696418c59bc0c4098404f84a58723fca769286bb7f11a2f
|
7
|
+
data.tar.gz: 80ae2f631358e5a093dc5ed98017acb017ed801609aab194f7917afe55d458c1d0f0569512e73aedfcd9b1464881d2a0f5c1f21ec2d07ef46767024f38c3d015
|
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.11)
|
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
|
@@ -107,6 +107,7 @@ module Bioshogi
|
|
107
107
|
{ 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, },
|
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
|
+
{ 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, },
|
110
111
|
{ 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
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: 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, },
|
112
113
|
{ 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, },
|
@@ -125,6 +126,7 @@ module Bioshogi
|
|
125
126
|
{ 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, },
|
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: 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, },
|
127
128
|
{ 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, },
|
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: 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, },
|
128
130
|
{ 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, },
|
129
131
|
{ 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, },
|
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: nil, hold_piece_eq: nil, group_key: nil, add_to_opponent: nil, technique_matcher_info: nil, },
|