chess4js 1.0.0-beta.9h → 1.0.0-beta.9j

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/chess4js.mjs CHANGED
@@ -214,6 +214,9 @@ class RatedMatch {
214
214
  }
215
215
  gm(value) {
216
216
  this.mm_1 = value;
217
+ if (value.equals(Outcome_IN_GAME_getInstance())) {
218
+ return Unit_instance;
219
+ }
217
220
  if (!(value.s2_1 === Outcome_SUSPENDED_getInstance().s2_1)) {
218
221
  this.vk().dl_1.k(this.xk());
219
222
  this.xk().dl_1.k(this.vk());
@@ -1937,6 +1940,7 @@ class MockMatch {
1937
1940
  this.ru_1 = round;
1938
1941
  this.su_1 = null;
1939
1942
  this.tu_1 = null;
1943
+ this.qu_1.bl_1 = this.qu_1.bl_1.tm(scoreOf('1.0'));
1940
1944
  }
1941
1945
  gm(_set____db54di) {
1942
1946
  this.pu_1 = _set____db54di;
@@ -2719,18 +2723,24 @@ class Companion_8 {
2719
2723
  }
2720
2724
  }
2721
2725
  class Square extends Enum {}
2726
+ class Companion_9 {
2727
+ constructor() {
2728
+ Companion_instance_9 = this;
2729
+ this.ay_1 = getLogger('SwissTournament');
2730
+ }
2731
+ }
2722
2732
  class sam$kotlin_Comparator$0_2 {
2723
2733
  constructor(function_0) {
2724
- this.oy_1 = function_0;
2734
+ this.py_1 = function_0;
2725
2735
  }
2726
2736
  pe(a, b) {
2727
- return this.oy_1(a, b);
2737
+ return this.py_1(a, b);
2728
2738
  }
2729
2739
  compare(a, b) {
2730
2740
  return this.pe(a, b);
2731
2741
  }
2732
2742
  u2() {
2733
- return this.oy_1;
2743
+ return this.py_1;
2734
2744
  }
2735
2745
  equals(other) {
2736
2746
  var tmp;
@@ -2753,16 +2763,16 @@ class sam$kotlin_Comparator$0_2 {
2753
2763
  }
2754
2764
  class sam$kotlin_Comparator$0_3 {
2755
2765
  constructor(function_0) {
2756
- this.py_1 = function_0;
2766
+ this.qy_1 = function_0;
2757
2767
  }
2758
2768
  pe(a, b) {
2759
- return this.py_1(a, b);
2769
+ return this.qy_1(a, b);
2760
2770
  }
2761
2771
  compare(a, b) {
2762
2772
  return this.pe(a, b);
2763
2773
  }
2764
2774
  u2() {
2765
- return this.py_1;
2775
+ return this.qy_1;
2766
2776
  }
2767
2777
  equals(other) {
2768
2778
  var tmp;
@@ -2785,16 +2795,16 @@ class sam$kotlin_Comparator$0_3 {
2785
2795
  }
2786
2796
  class sam$kotlin_Comparator$0_4 {
2787
2797
  constructor(function_0) {
2788
- this.qy_1 = function_0;
2798
+ this.ry_1 = function_0;
2789
2799
  }
2790
2800
  pe(a, b) {
2791
- return this.qy_1(a, b);
2801
+ return this.ry_1(a, b);
2792
2802
  }
2793
2803
  compare(a, b) {
2794
2804
  return this.pe(a, b);
2795
2805
  }
2796
2806
  u2() {
2797
- return this.qy_1;
2807
+ return this.ry_1;
2798
2808
  }
2799
2809
  equals(other) {
2800
2810
  var tmp;
@@ -2817,16 +2827,16 @@ class sam$kotlin_Comparator$0_4 {
2817
2827
  }
2818
2828
  class sam$kotlin_Comparator$0_5 {
2819
2829
  constructor(function_0) {
2820
- this.ry_1 = function_0;
2830
+ this.sy_1 = function_0;
2821
2831
  }
2822
2832
  pe(a, b) {
2823
- return this.ry_1(a, b);
2833
+ return this.sy_1(a, b);
2824
2834
  }
2825
2835
  compare(a, b) {
2826
2836
  return this.pe(a, b);
2827
2837
  }
2828
2838
  u2() {
2829
- return this.ry_1;
2839
+ return this.sy_1;
2830
2840
  }
2831
2841
  equals(other) {
2832
2842
  var tmp;
@@ -2849,84 +2859,85 @@ class sam$kotlin_Comparator$0_5 {
2849
2859
  }
2850
2860
  class SwissTournament {
2851
2861
  constructor(eloCalculator, idGenerator, id, name, timeControl, type) {
2862
+ Companion_getInstance_9();
2852
2863
  eloCalculator = eloCalculator === VOID ? new EloCalculator() : eloCalculator;
2853
2864
  idGenerator = idGenerator === VOID ? null : idGenerator;
2854
2865
  id = id === VOID ? null : id;
2855
2866
  name = name === VOID ? null : name;
2856
2867
  timeControl = timeControl === VOID ? null : timeControl;
2857
2868
  type = type === VOID ? null : type;
2858
- this.ay_1 = eloCalculator;
2859
- this.by_1 = idGenerator;
2860
- this.cy_1 = id;
2861
- this.dy_1 = name;
2862
- this.ey_1 = timeControl;
2863
- this.fy_1 = type;
2864
- this.gy_1 = 0;
2869
+ this.by_1 = eloCalculator;
2870
+ this.cy_1 = idGenerator;
2871
+ this.dy_1 = id;
2872
+ this.ey_1 = name;
2873
+ this.fy_1 = timeControl;
2874
+ this.gy_1 = type;
2875
+ this.hy_1 = 0;
2865
2876
  var tmp = this;
2866
2877
  // Inline function 'kotlin.collections.mutableMapOf' call
2867
- tmp.hy_1 = LinkedHashMap.q9();
2878
+ tmp.iy_1 = LinkedHashMap.q9();
2868
2879
  var tmp_0 = this;
2869
2880
  // Inline function 'kotlin.collections.mutableListOf' call
2870
- tmp_0.iy_1 = ArrayList.p1();
2881
+ tmp_0.jy_1 = ArrayList.p1();
2871
2882
  var tmp_1 = this;
2872
2883
  var tmp_2 = SwissTournament$naturalComparator$lambda;
2873
- tmp_1.jy_1 = new sam$kotlin_Comparator$0_2(tmp_2);
2874
- this.ky_1 = get_defaultTiebreakerComparator();
2884
+ tmp_1.ky_1 = new sam$kotlin_Comparator$0_2(tmp_2);
2885
+ this.ly_1 = get_defaultTiebreakerComparator();
2875
2886
  var tmp_3 = this;
2876
2887
  // Inline function 'kotlin.comparisons.thenComparator' call
2877
- var this_0 = this.jy_1;
2888
+ var this_0 = this.ky_1;
2878
2889
  var tmp_4 = SwissTournament$playersHeap$lambda(this_0, this);
2879
2890
  var tmp$ret$2 = new sam$kotlin_Comparator$0_4(tmp_4);
2880
- tmp_3.ly_1 = new Heap(10, tmp$ret$2);
2891
+ tmp_3.my_1 = new Heap(10, tmp$ret$2);
2881
2892
  var tmp_5 = this;
2882
2893
  // Inline function 'kotlin.collections.mutableListOf' call
2883
- tmp_5.my_1 = ArrayList.p1();
2884
- this.ny_1 = false;
2894
+ tmp_5.ny_1 = ArrayList.p1();
2895
+ this.oy_1 = false;
2885
2896
  }
2886
2897
  kn() {
2887
- return this.ay_1;
2898
+ return this.by_1;
2888
2899
  }
2889
2900
  ln() {
2890
- return this.by_1;
2901
+ return this.cy_1;
2891
2902
  }
2892
2903
  dn() {
2893
- return this.cy_1;
2904
+ return this.dy_1;
2894
2905
  }
2895
2906
  mn() {
2896
- return this.dy_1;
2907
+ return this.ey_1;
2897
2908
  }
2898
2909
  nn() {
2899
- return this.ey_1;
2910
+ return this.fy_1;
2900
2911
  }
2901
2912
  on() {
2902
- return this.fy_1;
2913
+ return this.gy_1;
2903
2914
  }
2904
2915
  rn(value) {
2905
- this.ky_1 = value;
2906
- var tmp = this.ly_1;
2916
+ this.ly_1 = value;
2917
+ var tmp = this.my_1;
2907
2918
  // Inline function 'kotlin.comparisons.thenComparator' call
2908
- var this_0 = this.jy_1;
2919
+ var this_0 = this.ky_1;
2909
2920
  var tmp_0 = SwissTournament$_set_playersComparator_$lambda_8mkb0k(this_0, value);
2910
2921
  tmp.ym_1 = new sam$kotlin_Comparator$0_3(tmp_0);
2911
2922
  }
2912
2923
  sn(_set____db54di) {
2913
- this.ny_1 = _set____db54di;
2924
+ this.oy_1 = _set____db54di;
2914
2925
  }
2915
2926
  tn() {
2916
- return !(this.gy_1 === 0) && this.iy_1.b1() === this.gy_1 && last_0(this.iy_1).tn();
2927
+ return !(this.hy_1 === 0) && this.jy_1.b1() === this.hy_1 && last_0(this.jy_1).tn();
2917
2928
  }
2918
2929
  ao() {
2919
2930
  var tmp = SwissTournament$_get_leaderboard_$lambda_ywp0zx;
2920
2931
  var comparator = new sam$kotlin_Comparator$0_5(tmp);
2921
2932
  // Inline function 'kotlin.let' call
2922
- this.ky_1;
2933
+ this.ly_1;
2923
2934
  // Inline function 'kotlin.comparisons.thenComparator' call
2924
2935
  var this_0 = comparator;
2925
2936
  var tmp_0 = SwissTournament$_get_leaderboard_$lambda_ywp0zx_0(this_0, this);
2926
2937
  comparator = new sam$kotlin_Comparator$0_5(tmp_0);
2927
- var heap = new Heap(this.ly_1.b1(), comparator);
2938
+ var heap = new Heap(this.my_1.b1(), comparator);
2928
2939
  // Inline function 'kotlin.collections.forEach' call
2929
- var _iterator__ex2g4s = this.hy_1.n5().x();
2940
+ var _iterator__ex2g4s = this.iy_1.n5().x();
2930
2941
  while (_iterator__ex2g4s.z()) {
2931
2942
  var element = _iterator__ex2g4s.a1();
2932
2943
  heap.cn(element);
@@ -2936,9 +2947,9 @@ class SwissTournament {
2936
2947
  pn() {
2937
2948
  var tmp;
2938
2949
  // Inline function 'kotlin.collections.isNotEmpty' call
2939
- if (!this.iy_1.c1()) {
2950
+ if (!this.jy_1.c1()) {
2940
2951
  // Inline function 'kotlin.collections.filter' call
2941
- var tmp0 = last_0(this.iy_1).zx_1;
2952
+ var tmp0 = last_0(this.jy_1).zx_1;
2942
2953
  // Inline function 'kotlin.collections.filterTo' call
2943
2954
  var destination = ArrayList.p1();
2944
2955
  var _iterator__ex2g4s = tmp0.x();
@@ -2958,9 +2969,9 @@ class SwissTournament {
2958
2969
  qn() {
2959
2970
  var tmp;
2960
2971
  // Inline function 'kotlin.collections.isNotEmpty' call
2961
- if (!this.iy_1.c1()) {
2972
+ if (!this.jy_1.c1()) {
2962
2973
  // Inline function 'kotlin.collections.filter' call
2963
- var tmp0 = last_0(this.iy_1).zx_1;
2974
+ var tmp0 = last_0(this.jy_1).zx_1;
2964
2975
  // Inline function 'kotlin.collections.filterTo' call
2965
2976
  var destination = ArrayList.p1();
2966
2977
  var _iterator__ex2g4s = tmp0.x();
@@ -2972,7 +2983,7 @@ class SwissTournament {
2972
2983
  }
2973
2984
  var tmp_0 = destination;
2974
2985
  // Inline function 'kotlin.collections.flatMap' call
2975
- var tmp0_0 = this.iy_1;
2986
+ var tmp0_0 = this.jy_1;
2976
2987
  // Inline function 'kotlin.collections.flatMapTo' call
2977
2988
  var destination_0 = ArrayList.p1();
2978
2989
  var _iterator__ex2g4s_0 = tmp0_0.x();
@@ -2989,19 +3000,19 @@ class SwissTournament {
2989
3000
  return tmp;
2990
3001
  }
2991
3002
  un(player) {
2992
- var tmp0 = this.hy_1;
3003
+ var tmp0 = this.iy_1;
2993
3004
  // Inline function 'kotlin.collections.set' call
2994
3005
  var key = player.yk_1;
2995
3006
  tmp0.o5(key, player);
2996
3007
  }
2997
3008
  vn(player) {
2998
- this.hy_1.q5(player.yk_1);
3009
+ this.iy_1.q5(player.yk_1);
2999
3010
  }
3000
3011
  wn() {
3001
- if (this.iy_1.c1()) {
3012
+ if (this.jy_1.c1()) {
3002
3013
  return firstRound(this);
3003
3014
  }
3004
- if (!last_0(this.iy_1).tn()) {
3015
+ if (!last_0(this.jy_1).tn()) {
3005
3016
  // Inline function 'kotlin.error' call
3006
3017
  var message = "last round hasn't been completed";
3007
3018
  throw IllegalStateException.k3(toString(message));
@@ -3010,11 +3021,11 @@ class SwissTournament {
3010
3021
  // Inline function 'kotlin.collections.mutableListOf' call
3011
3022
  var games = ArrayList.p1();
3012
3023
  refreshHeap(this);
3013
- var roundNumber = this.iy_1.b1();
3014
- while (this.ly_1.b1() > 1) {
3015
- var white = ensureNotNull(this.ly_1.xn());
3016
- var black = this.ly_1.xn();
3017
- while (contains_0(white.dl_1, black) && this.ly_1.vt()) {
3024
+ var roundNumber = this.jy_1.b1();
3025
+ while (this.my_1.b1() > 1) {
3026
+ var white = ensureNotNull(this.my_1.xn());
3027
+ var black = this.my_1.xn();
3028
+ while (contains_0(white.dl_1, black) && this.my_1.vt()) {
3018
3029
  var tmp0_safe_receiver = black;
3019
3030
  if (tmp0_safe_receiver == null)
3020
3031
  null;
@@ -3022,58 +3033,58 @@ class SwissTournament {
3022
3033
  // Inline function 'kotlin.let' call
3023
3034
  temporalPlayersQueue.k(tmp0_safe_receiver);
3024
3035
  }
3025
- black = this.ly_1.xn();
3036
+ black = this.my_1.xn();
3026
3037
  }
3027
3038
  // Inline function 'kotlin.sequences.forEach' call
3028
3039
  var _iterator__ex2g4s = asSequence(temporalPlayersQueue).x();
3029
3040
  while (_iterator__ex2g4s.z()) {
3030
3041
  var element = _iterator__ex2g4s.a1();
3031
- this.ly_1.cn(element);
3042
+ this.my_1.cn(element);
3032
3043
  }
3033
3044
  temporalPlayersQueue.x4();
3034
3045
  if (!(black == null)) {
3035
3046
  var tmp;
3036
- if (!(this.by_1 == null)) {
3037
- tmp = this.by_1();
3047
+ if (!(this.cy_1 == null)) {
3048
+ tmp = this.cy_1();
3038
3049
  } else {
3039
3050
  tmp = null;
3040
3051
  }
3041
3052
  var id = tmp;
3042
- var game = new RatedMatch(white, black, this.ay_1, id, roundNumber);
3053
+ var game = new RatedMatch(white, black, this.by_1, id, roundNumber);
3043
3054
  games.k(game);
3044
3055
  }
3045
3056
  }
3046
- if (this.ly_1.b1() > 1) {
3047
- while (this.ly_1.b1() > 1) {
3057
+ if (this.my_1.b1() > 1) {
3058
+ while (this.my_1.b1() > 1) {
3048
3059
  var tmp_0;
3049
- if (!(this.by_1 == null)) {
3050
- tmp_0 = this.by_1();
3060
+ if (!(this.cy_1 == null)) {
3061
+ tmp_0 = this.cy_1();
3051
3062
  } else {
3052
3063
  tmp_0 = null;
3053
3064
  }
3054
3065
  var id_0 = tmp_0;
3055
- var white_0 = ensureNotNull(this.ly_1.xn());
3056
- var black_0 = ensureNotNull(this.ly_1.xn());
3057
- var game_0 = new RatedMatch(white_0, black_0, this.ay_1, id_0, roundNumber);
3066
+ var white_0 = ensureNotNull(this.my_1.xn());
3067
+ var black_0 = ensureNotNull(this.my_1.xn());
3068
+ var game_0 = new RatedMatch(white_0, black_0, this.by_1, id_0, roundNumber);
3058
3069
  games.k(game_0);
3059
3070
  }
3060
3071
  }
3061
- if (this.ly_1.b1() === 1) {
3062
- var lastPlayer = ensureNotNull(this.ly_1.xn());
3072
+ if (this.my_1.b1() === 1) {
3073
+ var lastPlayer = ensureNotNull(this.my_1.xn());
3063
3074
  var game_1 = new MockMatch(Outcome_WW_getInstance(), lastPlayer, roundNumber);
3064
3075
  games.k(game_1);
3065
3076
  }
3066
- this.iy_1.k(new Round(games));
3067
- return last_0(this.iy_1).zx_1;
3077
+ this.jy_1.k(new Round(games));
3078
+ return last_0(this.jy_1).zx_1;
3068
3079
  }
3069
3080
  zn(white, black, outcome, id, round) {
3070
3081
  if (round == null) {
3071
3082
  throw IllegalArgumentException.s('cannot add match: specified round is null.');
3072
3083
  }
3073
- if (round > (this.iy_1.b1() - 1 | 0)) {
3074
- throw IllegalArgumentException.s('invalid round number (' + round + '). Must be between 0 and ' + (this.iy_1.b1() - 1 | 0) + '.');
3084
+ if (round > (this.jy_1.b1() - 1 | 0)) {
3085
+ throw IllegalArgumentException.s('invalid round number (' + round + '). Must be between 0 and ' + (this.jy_1.b1() - 1 | 0) + '.');
3075
3086
  }
3076
- var tmp0_elvis_lhs = this.hy_1.p2(white);
3087
+ var tmp0_elvis_lhs = this.iy_1.p2(white);
3077
3088
  var tmp;
3078
3089
  if (tmp0_elvis_lhs == null) {
3079
3090
  throw IllegalArgumentException.s('invalid player name ' + white);
@@ -3083,9 +3094,9 @@ class SwissTournament {
3083
3094
  var whitePlayer = tmp;
3084
3095
  var outcomeObject = valueOf_4(outcome);
3085
3096
  if (black == null) {
3086
- return this.iy_1.d1(round).zx_1.k(new MockMatch(outcomeObject, whitePlayer));
3097
+ return this.jy_1.d1(round).zx_1.k(new MockMatch(outcomeObject, whitePlayer));
3087
3098
  } else {
3088
- var tmp1_elvis_lhs = this.hy_1.p2(black);
3099
+ var tmp1_elvis_lhs = this.iy_1.p2(black);
3089
3100
  var tmp_0;
3090
3101
  if (tmp1_elvis_lhs == null) {
3091
3102
  throw IllegalArgumentException.s('invalid player name ' + black);
@@ -3093,9 +3104,9 @@ class SwissTournament {
3093
3104
  tmp_0 = tmp1_elvis_lhs;
3094
3105
  }
3095
3106
  var blackPlayer = tmp_0;
3096
- var tmp_1 = this.iy_1.d1(round).zx_1;
3107
+ var tmp_1 = this.jy_1.d1(round).zx_1;
3097
3108
  // Inline function 'kotlin.apply' call
3098
- var this_0 = new RatedMatch(whitePlayer, blackPlayer, this.ay_1, id);
3109
+ var this_0 = new RatedMatch(whitePlayer, blackPlayer, this.by_1, id);
3099
3110
  this_0.gm(outcomeObject);
3100
3111
  return tmp_1.k(this_0);
3101
3112
  }
@@ -3103,16 +3114,16 @@ class SwissTournament {
3103
3114
  }
3104
3115
  class sam$kotlin_Comparator$0_6 {
3105
3116
  constructor(function_0) {
3106
- this.sy_1 = function_0;
3117
+ this.ty_1 = function_0;
3107
3118
  }
3108
3119
  pe(a, b) {
3109
- return this.sy_1(a, b);
3120
+ return this.ty_1(a, b);
3110
3121
  }
3111
3122
  compare(a, b) {
3112
3123
  return this.pe(a, b);
3113
3124
  }
3114
3125
  u2() {
3115
- return this.sy_1;
3126
+ return this.ty_1;
3116
3127
  }
3117
3128
  equals(other) {
3118
3129
  var tmp;
@@ -3171,16 +3182,16 @@ class Token {
3171
3182
  class TokenType extends Enum {}
3172
3183
  class Tokenizer {
3173
3184
  constructor(pgnInput) {
3174
- this.vy_1 = pgnInput;
3175
- this.wy_1 = 0;
3176
- this.xy_1 = 1;
3185
+ this.wy_1 = pgnInput;
3186
+ this.xy_1 = 0;
3187
+ this.yy_1 = 1;
3177
3188
  var tmp = this;
3178
3189
  // Inline function 'kotlin.collections.mutableListOf' call
3179
- tmp.yy_1 = ArrayList.p1();
3190
+ tmp.zy_1 = ArrayList.p1();
3180
3191
  }
3181
- zy() {
3182
- while (this.wy_1 < this.vy_1.length) {
3183
- var char = charCodeAt(this.vy_1, this.wy_1);
3192
+ az() {
3193
+ while (this.xy_1 < this.wy_1.length) {
3194
+ var char = charCodeAt(this.wy_1, this.xy_1);
3184
3195
  if (isWhitespace(char)) {
3185
3196
  consumeWhitespace(this);
3186
3197
  } else if (char === _Char___init__impl__6a9atx(91)) {
@@ -3208,33 +3219,33 @@ class Tokenizer {
3208
3219
  } else if (isLetter(char) || char === _Char___init__impl__6a9atx(95) || char === _Char___init__impl__6a9atx(43) || char === _Char___init__impl__6a9atx(35) || char === _Char___init__impl__6a9atx(61) || char === _Char___init__impl__6a9atx(58) || char === _Char___init__impl__6a9atx(45)) {
3209
3220
  consumeSymbol(this);
3210
3221
  } else {
3211
- this.wy_1 = this.wy_1 + 1 | 0;
3222
+ this.xy_1 = this.xy_1 + 1 | 0;
3212
3223
  }
3213
3224
  }
3214
- this.yy_1.k(new Token(TokenType_EOF_getInstance(), '', this.xy_1));
3215
- return this.yy_1;
3225
+ this.zy_1.k(new Token(TokenType_EOF_getInstance(), '', this.yy_1));
3226
+ return this.zy_1;
3216
3227
  }
3217
3228
  }
3218
3229
  class BlackGames {
3219
3230
  constructor() {
3220
- this.bz_1 = 'Black Games';
3231
+ this.cz_1 = 'Black Games';
3221
3232
  }
3222
- ty(player) {
3233
+ uy(player) {
3223
3234
  return new Score(imul(player.cl_1, 2));
3224
3235
  }
3225
3236
  }
3226
3237
  class sam$kotlin_Comparator$0_7 {
3227
3238
  constructor(function_0) {
3228
- this.cz_1 = function_0;
3239
+ this.dz_1 = function_0;
3229
3240
  }
3230
3241
  pe(a, b) {
3231
- return this.cz_1(a, b);
3242
+ return this.dz_1(a, b);
3232
3243
  }
3233
3244
  compare(a, b) {
3234
3245
  return this.pe(a, b);
3235
3246
  }
3236
3247
  u2() {
3237
- return this.cz_1;
3248
+ return this.dz_1;
3238
3249
  }
3239
3250
  equals(other) {
3240
3251
  var tmp;
@@ -3257,56 +3268,56 @@ class sam$kotlin_Comparator$0_7 {
3257
3268
  }
3258
3269
  class Buchholz {
3259
3270
  constructor() {
3260
- this.dz_1 = 'Buchholz';
3271
+ this.ez_1 = 'Buchholz';
3261
3272
  }
3262
- ty(player) {
3273
+ uy(player) {
3263
3274
  return buchholz(this, player);
3264
3275
  }
3265
3276
  }
3266
3277
  class SonnebornBerger {
3267
3278
  constructor() {
3268
- this.ez_1 = 'Sonneborn Berger';
3279
+ this.fz_1 = 'Sonneborn Berger';
3269
3280
  }
3270
- ty(player) {
3281
+ uy(player) {
3271
3282
  return sonnebornBerger(this, player);
3272
3283
  }
3273
3284
  }
3274
3285
  class Progressive {
3275
3286
  constructor() {
3276
- this.fz_1 = 'Progressive';
3287
+ this.gz_1 = 'Progressive';
3277
3288
  }
3278
- ty(player) {
3289
+ uy(player) {
3279
3290
  return progressive(this, player);
3280
3291
  }
3281
3292
  }
3282
3293
  class FidePerformance {
3283
3294
  constructor() {
3284
- this.gz_1 = 'Fide Performance';
3295
+ this.hz_1 = 'Fide Performance';
3285
3296
  }
3286
- ty(player) {
3297
+ uy(player) {
3287
3298
  return fidePerformance(this, player);
3288
3299
  }
3289
3300
  }
3290
3301
  class LinearPerformance {
3291
3302
  constructor() {
3292
- this.hz_1 = 'Linear Performance';
3303
+ this.iz_1 = 'Linear Performance';
3293
3304
  }
3294
- ty(player) {
3305
+ uy(player) {
3295
3306
  return linearPerformance(this, player);
3296
3307
  }
3297
3308
  }
3298
3309
  class sam$kotlin_Comparator$0_8 {
3299
3310
  constructor(function_0) {
3300
- this.iz_1 = function_0;
3311
+ this.jz_1 = function_0;
3301
3312
  }
3302
3313
  pe(a, b) {
3303
- return this.iz_1(a, b);
3314
+ return this.jz_1(a, b);
3304
3315
  }
3305
3316
  compare(a, b) {
3306
3317
  return this.pe(a, b);
3307
3318
  }
3308
3319
  u2() {
3309
- return this.iz_1;
3320
+ return this.jz_1;
3310
3321
  }
3311
3322
  equals(other) {
3312
3323
  var tmp;
@@ -3328,7 +3339,7 @@ class sam$kotlin_Comparator$0_8 {
3328
3339
  }
3329
3340
  }
3330
3341
  class Tuple {
3331
- static az(v1, v2) {
3342
+ static bz(v1, v2) {
3332
3343
  var $this = createThis(this);
3333
3344
  init_io_github_lunalobos_chess4kt_Tuple($this);
3334
3345
  $this.mr_1 = v1;
@@ -3368,17 +3379,17 @@ class Tuple {
3368
3379
  }
3369
3380
  class bitboardToSequence$slambda {
3370
3381
  constructor($bitboard, $entitiesFactory) {
3371
- this.jz_1 = $bitboard;
3372
- this.kz_1 = $entitiesFactory;
3382
+ this.kz_1 = $bitboard;
3383
+ this.lz_1 = $entitiesFactory;
3373
3384
  }
3374
- lz($this$sequence, $completion) {
3385
+ mz($this$sequence, $completion) {
3375
3386
  return suspendOrReturn(/*#__NOINLINE__*/_generator_invoke__zhh2q8_2.bind(VOID, this, $this$sequence), $completion);
3376
3387
  }
3377
3388
  ra(p1, $completion) {
3378
- return this.lz(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
3389
+ return this.mz(p1 instanceof SequenceScope ? p1 : THROW_CCE(), $completion);
3379
3390
  }
3380
3391
  }
3381
- class Companion_9 {
3392
+ class Companion_10 {
3382
3393
  fromSquares(squares) {
3383
3394
  var value = 0n;
3384
3395
  var inductionVariable = 0;
@@ -3396,11 +3407,11 @@ class Companion_9 {
3396
3407
  }
3397
3408
  class Bitboard {
3398
3409
  constructor(value) {
3399
- this.mz_1 = value;
3410
+ this.nz_1 = value;
3400
3411
  }
3401
3412
  toString() {
3402
3413
  var sb = StringBuilder.i9(500);
3403
- var inverted = reverse(Companion_instance_9, this.mz_1);
3414
+ var inverted = reverse(Companion_instance_10, this.nz_1);
3404
3415
  var mask = 255n;
3405
3416
  sb.e9('\n+---+---+---+---+---+---+---+---+ \n');
3406
3417
  var inductionVariable = 0;
@@ -3430,40 +3441,40 @@ class Bitboard {
3430
3441
  return sb.toString();
3431
3442
  }
3432
3443
  peekLastBit() {
3433
- return new Bitboard(takeLowestOneBit(this.mz_1));
3444
+ return new Bitboard(takeLowestOneBit(this.nz_1));
3434
3445
  }
3435
3446
  peekFirstBit() {
3436
- return new Bitboard(takeHighestOneBit(this.mz_1));
3447
+ return new Bitboard(takeHighestOneBit(this.nz_1));
3437
3448
  }
3438
3449
  trailingZeros() {
3439
- return countTrailingZeroBits(this.mz_1);
3450
+ return countTrailingZeroBits(this.nz_1);
3440
3451
  }
3441
3452
  leadingZeros() {
3442
- return countLeadingZeroBits(this.mz_1);
3453
+ return countLeadingZeroBits(this.nz_1);
3443
3454
  }
3444
3455
  and(other) {
3445
- return new Bitboard(this.mz_1 & other.mz_1);
3456
+ return new Bitboard(this.nz_1 & other.nz_1);
3446
3457
  }
3447
3458
  or(other) {
3448
- return new Bitboard(this.mz_1 | other.mz_1);
3459
+ return new Bitboard(this.nz_1 | other.nz_1);
3449
3460
  }
3450
3461
  xor(other) {
3451
- return new Bitboard(this.mz_1 ^ other.mz_1);
3462
+ return new Bitboard(this.nz_1 ^ other.nz_1);
3452
3463
  }
3453
3464
  inv() {
3454
- return new Bitboard(~this.mz_1);
3465
+ return new Bitboard(~this.nz_1);
3455
3466
  }
3456
3467
  shl(i) {
3457
- return new Bitboard(shiftLeft(this.mz_1, i));
3468
+ return new Bitboard(shiftLeft(this.nz_1, i));
3458
3469
  }
3459
3470
  ushr(i) {
3460
- return new Bitboard(shiftRightUnsigned(this.mz_1, i));
3471
+ return new Bitboard(shiftRightUnsigned(this.nz_1, i));
3461
3472
  }
3462
3473
  toArray() {
3463
- return toList(bitboardToSequence(this.mz_1, Bitboard$toArray$lambda)).j2();
3474
+ return toList(bitboardToSequence(this.nz_1, Bitboard$toArray$lambda)).j2();
3464
3475
  }
3465
3476
  bitCount() {
3466
- return countOneBits(this.mz_1);
3477
+ return countOneBits(this.nz_1);
3467
3478
  }
3468
3479
  equals(other) {
3469
3480
  if (this === other)
@@ -3472,7 +3483,7 @@ class Bitboard {
3472
3483
  return false;
3473
3484
  var tmp;
3474
3485
  if (other instanceof Bitboard) {
3475
- tmp = this.mz_1 === other.mz_1;
3486
+ tmp = this.nz_1 === other.nz_1;
3476
3487
  } else {
3477
3488
  tmp = false;
3478
3489
  }
@@ -3481,38 +3492,38 @@ class Bitboard {
3481
3492
  }
3482
3493
  class EcoInfo_0 {
3483
3494
  constructor(backedEcoInfo) {
3484
- this.nz_1 = backedEcoInfo;
3495
+ this.oz_1 = backedEcoInfo;
3485
3496
  }
3486
- oz() {
3487
- return this.nz_1;
3497
+ pz() {
3498
+ return this.oz_1;
3488
3499
  }
3489
3500
  mn() {
3490
- return this.nz_1.bp_1;
3501
+ return this.oz_1.bp_1;
3491
3502
  }
3492
- pz() {
3493
- return this.nz_1.ap_1;
3503
+ qz() {
3504
+ return this.oz_1.ap_1;
3494
3505
  }
3495
3506
  get name() {
3496
3507
  return this.mn();
3497
3508
  }
3498
3509
  get eco() {
3499
- return this.pz();
3510
+ return this.qz();
3500
3511
  }
3501
3512
  }
3502
3513
  class Game_0 {
3503
3514
  constructor(backedGame) {
3504
- this.qz_1 = backedGame;
3505
- this.root = new Node_0(this.qz_1.tq_1);
3506
- this.id = this.qz_1.ir_1;
3515
+ this.rz_1 = backedGame;
3516
+ this.root = new Node_0(this.rz_1.tq_1);
3517
+ this.id = this.rz_1.ir_1;
3507
3518
  }
3508
- rz() {
3519
+ sz() {
3509
3520
  return this.root;
3510
3521
  }
3511
- sz(value) {
3512
- this.qz_1.lt(value == null ? null : value.nz_1);
3522
+ tz(value) {
3523
+ this.rz_1.lt(value == null ? null : value.oz_1);
3513
3524
  }
3514
- tz() {
3515
- var tmp0_safe_receiver = this.qz_1.br_1;
3525
+ uz() {
3526
+ var tmp0_safe_receiver = this.rz_1.br_1;
3516
3527
  var tmp;
3517
3528
  if (tmp0_safe_receiver == null) {
3518
3529
  tmp = null;
@@ -3525,7 +3536,7 @@ class Game_0 {
3525
3536
  dn() {
3526
3537
  return this.id;
3527
3538
  }
3528
- uz(value) {
3539
+ vz(value) {
3529
3540
  var tmp;
3530
3541
  if (value == null) {
3531
3542
  tmp = null;
@@ -3533,58 +3544,58 @@ class Game_0 {
3533
3544
  // Inline function 'kotlin.let' call
3534
3545
  tmp = valueOf_2(value);
3535
3546
  }
3536
- this.qz_1.mt(tmp);
3547
+ this.rz_1.mt(tmp);
3537
3548
  }
3538
- vz() {
3539
- var tmp0_safe_receiver = this.qz_1.cr_1;
3549
+ wz() {
3550
+ var tmp0_safe_receiver = this.rz_1.cr_1;
3540
3551
  return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.toString();
3541
3552
  }
3542
3553
  jt(value) {
3543
- this.qz_1.jt(value);
3554
+ this.rz_1.jt(value);
3544
3555
  }
3545
3556
  rt() {
3546
- return this.qz_1.yq_1;
3557
+ return this.rz_1.yq_1;
3547
3558
  }
3548
3559
  nt(value) {
3549
- this.qz_1.nt(value);
3550
- }
3551
- wz() {
3552
- return this.qz_1.gr_1;
3560
+ this.rz_1.nt(value);
3553
3561
  }
3554
3562
  xz() {
3555
- return this.qz_1.er_1.toString();
3556
- }
3557
- ot(value) {
3558
- this.qz_1.ot(value);
3563
+ return this.rz_1.gr_1;
3559
3564
  }
3560
3565
  yz() {
3561
- return this.qz_1.hr_1;
3566
+ return this.rz_1.er_1.toString();
3562
3567
  }
3563
- ht(value) {
3564
- this.qz_1.ht(value);
3568
+ ot(value) {
3569
+ this.rz_1.ot(value);
3565
3570
  }
3566
3571
  zz() {
3567
- return this.qz_1.wq_1;
3572
+ return this.rz_1.hr_1;
3568
3573
  }
3569
- kt(value) {
3570
- this.qz_1.kt(value);
3574
+ ht(value) {
3575
+ this.rz_1.ht(value);
3571
3576
  }
3572
3577
  a10() {
3573
- return this.qz_1.zq_1;
3578
+ return this.rz_1.wq_1;
3574
3579
  }
3575
- b10() {
3576
- return this.qz_1.dr_1.toString();
3580
+ kt(value) {
3581
+ this.rz_1.kt(value);
3577
3582
  }
3578
- it(value) {
3579
- this.qz_1.it(value);
3583
+ b10() {
3584
+ return this.rz_1.zq_1;
3580
3585
  }
3581
3586
  c10() {
3582
- return this.qz_1.xq_1;
3587
+ return this.rz_1.dr_1.toString();
3588
+ }
3589
+ it(value) {
3590
+ this.rz_1.it(value);
3583
3591
  }
3584
3592
  d10() {
3593
+ return this.rz_1.xq_1;
3594
+ }
3595
+ e10() {
3585
3596
  var p = {};
3586
3597
  // Inline function 'kotlin.collections.forEach' call
3587
- var _iterator__ex2g4s = this.qz_1.uq_1.r1().x();
3598
+ var _iterator__ex2g4s = this.rz_1.uq_1.r1().x();
3588
3599
  while (_iterator__ex2g4s.z()) {
3589
3600
  var element = _iterator__ex2g4s.a1();
3590
3601
  p[element.l2()] = element.m2();
@@ -3593,16 +3604,16 @@ class Game_0 {
3593
3604
  }
3594
3605
  setTag(name, value) {
3595
3606
  // Inline function 'kotlin.collections.set' call
3596
- this.qz_1.uq_1.o5(name, value);
3607
+ this.rz_1.uq_1.o5(name, value);
3597
3608
  }
3598
3609
  getTag(name) {
3599
- return this.qz_1.uq_1.p2(name);
3610
+ return this.rz_1.uq_1.p2(name);
3600
3611
  }
3601
3612
  toString() {
3602
- return this.qz_1.toString();
3613
+ return this.rz_1.toString();
3603
3614
  }
3604
3615
  st(idSupplier) {
3605
- return new Game_0(this.qz_1.st(idSupplier));
3616
+ return new Game_0(this.rz_1.st(idSupplier));
3606
3617
  }
3607
3618
  toAnalysis(idSupplier, $super) {
3608
3619
  var tmp;
@@ -3615,28 +3626,28 @@ class Game_0 {
3615
3626
  return $super === VOID ? this.st(idSupplier) : $super.st.call(this, idSupplier);
3616
3627
  }
3617
3628
  deleteFromExclusive(node) {
3618
- return new Node_0(deleteFromExclusive(this.qz_1, node.e10_1));
3629
+ return new Node_0(deleteFromExclusive(this.rz_1, node.f10_1));
3619
3630
  }
3620
3631
  deleteFromInclusive(node) {
3621
- return new Node_0(deleteFromInclusive(this.qz_1, node.e10_1));
3632
+ return new Node_0(deleteFromInclusive(this.rz_1, node.f10_1));
3622
3633
  }
3623
3634
  deleteBefore(node) {
3624
- return new Node_0(deleteBefore(this.qz_1, node.e10_1));
3635
+ return new Node_0(deleteBefore(this.rz_1, node.f10_1));
3625
3636
  }
3626
3637
  updateEco() {
3627
- this.qz_1.ss();
3638
+ this.rz_1.ss();
3628
3639
  }
3629
3640
  get ecoInfo() {
3630
- return this.tz();
3641
+ return this.uz();
3631
3642
  }
3632
3643
  set ecoInfo(value) {
3633
- this.sz(value);
3644
+ this.tz(value);
3634
3645
  }
3635
3646
  get result() {
3636
- return this.vz();
3647
+ return this.wz();
3637
3648
  }
3638
3649
  set result(value) {
3639
- this.uz(value);
3650
+ this.vz(value);
3640
3651
  }
3641
3652
  get fiftyMoves() {
3642
3653
  return this.rt();
@@ -3645,88 +3656,88 @@ class Game_0 {
3645
3656
  this.jt(value);
3646
3657
  }
3647
3658
  get finalComment() {
3648
- return this.wz();
3659
+ return this.xz();
3649
3660
  }
3650
3661
  set finalComment(value) {
3651
3662
  this.nt(value);
3652
3663
  }
3653
3664
  get fiftyMovesRuleMode() {
3654
- return this.xz();
3665
+ return this.yz();
3655
3666
  }
3656
3667
  get finalEndLineComment() {
3657
- return this.yz();
3668
+ return this.zz();
3658
3669
  }
3659
3670
  set finalEndLineComment(value) {
3660
3671
  this.ot(value);
3661
3672
  }
3662
3673
  get fiveRepetitions() {
3663
- return this.zz();
3674
+ return this.a10();
3664
3675
  }
3665
3676
  set fiveRepetitions(value) {
3666
3677
  this.ht(value);
3667
3678
  }
3668
3679
  get seventyFiveMoves() {
3669
- return this.a10();
3680
+ return this.b10();
3670
3681
  }
3671
3682
  set seventyFiveMoves(value) {
3672
3683
  this.kt(value);
3673
3684
  }
3674
3685
  get threeRepetitionsMode() {
3675
- return this.b10();
3686
+ return this.c10();
3676
3687
  }
3677
3688
  get threeRepetitionsWarning() {
3678
- return this.c10();
3689
+ return this.d10();
3679
3690
  }
3680
3691
  set threeRepetitionsWarning(value) {
3681
3692
  this.it(value);
3682
3693
  }
3683
3694
  get tags() {
3684
- return this.d10();
3695
+ return this.e10();
3685
3696
  }
3686
3697
  }
3687
3698
  class Match {
3688
3699
  constructor(backedMatch) {
3689
- this.f10_1 = backedMatch;
3700
+ this.g10_1 = backedMatch;
3690
3701
  }
3691
- g10() {
3692
- return this.f10_1;
3702
+ h10() {
3703
+ return this.g10_1;
3693
3704
  }
3694
3705
  vk() {
3695
3706
  var tmp;
3696
- if (this.f10_1.vk() == null) {
3707
+ if (this.g10_1.vk() == null) {
3697
3708
  tmp = null;
3698
3709
  } else {
3699
3710
  // Inline function 'kotlin.let' call
3700
- tmp = new Player_0(ensureNotNull(this.f10_1.vk()));
3711
+ tmp = new Player_0(ensureNotNull(this.g10_1.vk()));
3701
3712
  }
3702
3713
  return tmp;
3703
3714
  }
3704
3715
  xk() {
3705
3716
  var tmp;
3706
- if (this.f10_1.xk() == null) {
3717
+ if (this.g10_1.xk() == null) {
3707
3718
  tmp = null;
3708
3719
  } else {
3709
3720
  // Inline function 'kotlin.let' call
3710
- tmp = new Player_0(ensureNotNull(this.f10_1.xk()));
3721
+ tmp = new Player_0(ensureNotNull(this.g10_1.xk()));
3711
3722
  }
3712
3723
  return tmp;
3713
3724
  }
3714
- h10(value) {
3725
+ i10(value) {
3715
3726
  switch (value) {
3716
3727
  case '1-0':
3717
- this.f10_1.gm(Outcome_WW_getInstance());
3728
+ this.g10_1.gm(Outcome_WW_getInstance());
3718
3729
  break;
3719
3730
  case '0-1':
3720
- this.f10_1.gm(Outcome_BW_getInstance());
3731
+ this.g10_1.gm(Outcome_BW_getInstance());
3721
3732
  break;
3722
3733
  case '1/2-1/2':
3723
- this.f10_1.gm(Outcome_DRAW_getInstance());
3734
+ this.g10_1.gm(Outcome_DRAW_getInstance());
3724
3735
  break;
3725
3736
  case 'in game':
3726
- this.f10_1.gm(Outcome_IN_GAME_getInstance());
3737
+ this.g10_1.gm(Outcome_IN_GAME_getInstance());
3727
3738
  break;
3728
3739
  case 'suspended':
3729
- this.f10_1.gm(Outcome_SUSPENDED_getInstance());
3740
+ this.g10_1.gm(Outcome_SUSPENDED_getInstance());
3730
3741
  break;
3731
3742
  default:
3732
3743
  // Inline function 'kotlin.error' call
@@ -3736,16 +3747,16 @@ class Match {
3736
3747
  }
3737
3748
  }
3738
3749
  wk() {
3739
- return this.f10_1.wk().gp_1;
3750
+ return this.g10_1.wk().gp_1;
3740
3751
  }
3741
3752
  dn() {
3742
- return this.f10_1.dn();
3753
+ return this.g10_1.dn();
3743
3754
  }
3744
3755
  en() {
3745
- return this.f10_1.en();
3756
+ return this.g10_1.en();
3746
3757
  }
3747
3758
  toString() {
3748
- return toString(this.f10_1);
3759
+ return toString(this.g10_1);
3749
3760
  }
3750
3761
  get white() {
3751
3762
  return this.vk();
@@ -3757,7 +3768,7 @@ class Match {
3757
3768
  return this.wk();
3758
3769
  }
3759
3770
  set outcome(value) {
3760
- this.h10(value);
3771
+ this.i10(value);
3761
3772
  }
3762
3773
  get id() {
3763
3774
  return this.dn();
@@ -3770,16 +3781,16 @@ class Move_0 {
3770
3781
  constructor(backedMove) {
3771
3782
  this.backedMove = backedMove;
3772
3783
  }
3773
- i10() {
3784
+ j10() {
3774
3785
  return this.backedMove;
3775
3786
  }
3776
- j10() {
3787
+ k10() {
3777
3788
  return this.backedMove.wu_1;
3778
3789
  }
3779
- k10() {
3790
+ l10() {
3780
3791
  return this.backedMove.yu_1;
3781
3792
  }
3782
- l10() {
3793
+ m10() {
3783
3794
  return this.backedMove.xu_1;
3784
3795
  }
3785
3796
  hashCode() {
@@ -3798,31 +3809,31 @@ class Move_0 {
3798
3809
  return this.backedMove.toString();
3799
3810
  }
3800
3811
  get origin() {
3801
- return this.j10();
3812
+ return this.k10();
3802
3813
  }
3803
3814
  get target() {
3804
- return this.k10();
3815
+ return this.l10();
3805
3816
  }
3806
3817
  get promotionPiece() {
3807
- return this.l10();
3818
+ return this.m10();
3808
3819
  }
3809
3820
  }
3810
3821
  class Node_0 {
3811
3822
  constructor(backedNode) {
3812
- this.e10_1 = backedNode;
3813
- this.id = this.e10_1.dn();
3823
+ this.f10_1 = backedNode;
3824
+ this.id = this.f10_1.dn();
3814
3825
  }
3815
- m10() {
3816
- return this.e10_1;
3826
+ n10() {
3827
+ return this.f10_1;
3817
3828
  }
3818
3829
  dn() {
3819
3830
  return this.id;
3820
3831
  }
3821
3832
  qq() {
3822
- return new Position_0(this.e10_1.qq());
3833
+ return new Position_0(this.f10_1.qq());
3823
3834
  }
3824
3835
  or() {
3825
- var tmp0_safe_receiver = this.e10_1.or();
3836
+ var tmp0_safe_receiver = this.f10_1.or();
3826
3837
  var tmp;
3827
3838
  if (tmp0_safe_receiver == null) {
3828
3839
  tmp = null;
@@ -3834,7 +3845,7 @@ class Node_0 {
3834
3845
  }
3835
3846
  xp() {
3836
3847
  // Inline function 'kotlin.collections.map' call
3837
- var this_0 = this.e10_1.xp();
3848
+ var this_0 = this.f10_1.xp();
3838
3849
  // Inline function 'kotlin.collections.mapTo' call
3839
3850
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
3840
3851
  var _iterator__ex2g4s = this_0.x();
@@ -3846,20 +3857,20 @@ class Node_0 {
3846
3857
  return destination.j2();
3847
3858
  }
3848
3859
  pr() {
3849
- return this.e10_1.pr();
3860
+ return this.f10_1.pr();
3850
3861
  }
3851
3862
  yp() {
3852
- return this.e10_1.yp();
3863
+ return this.f10_1.yp();
3853
3864
  }
3854
3865
  zp() {
3855
- return this.e10_1.zp();
3866
+ return this.f10_1.zp();
3856
3867
  }
3857
3868
  qr() {
3858
- var tmp0_safe_receiver = this.e10_1.qr();
3869
+ var tmp0_safe_receiver = this.f10_1.qr();
3859
3870
  return tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j2();
3860
3871
  }
3861
3872
  wp() {
3862
- var tmp0_safe_receiver = this.e10_1.wp();
3873
+ var tmp0_safe_receiver = this.f10_1.wp();
3863
3874
  var tmp;
3864
3875
  if (tmp0_safe_receiver == null) {
3865
3876
  tmp = null;
@@ -3869,7 +3880,7 @@ class Node_0 {
3869
3880
  }
3870
3881
  return tmp;
3871
3882
  }
3872
- n10(move, initialComment, comment, endLineComment, suffixAnnotations, notation) {
3883
+ o10(move, initialComment, comment, endLineComment, suffixAnnotations, notation) {
3873
3884
  var tmp;
3874
3885
  if (suffixAnnotations == null) {
3875
3886
  tmp = null;
@@ -3877,7 +3888,7 @@ class Node_0 {
3877
3888
  // Inline function 'kotlin.js.collections.toList' call
3878
3889
  tmp = createListFrom(suffixAnnotations);
3879
3890
  }
3880
- return new Node_0(this.e10_1.sr(move, initialComment, comment, endLineComment, tmp, valueOf_3(notation.name)));
3891
+ return new Node_0(this.f10_1.sr(move, initialComment, comment, endLineComment, tmp, valueOf_3(notation.name)));
3881
3892
  }
3882
3893
  appendMove(move, initialComment, comment, endLineComment, suffixAnnotations, notation, $super) {
3883
3894
  initialComment = initialComment === VOID ? null : initialComment;
@@ -3885,43 +3896,43 @@ class Node_0 {
3885
3896
  endLineComment = endLineComment === VOID ? null : endLineComment;
3886
3897
  suffixAnnotations = suffixAnnotations === VOID ? null : suffixAnnotations;
3887
3898
  notation = notation === VOID ? get_SAN() : notation;
3888
- return $super === VOID ? this.n10(move, initialComment, comment, endLineComment, suffixAnnotations, notation) : $super.n10.call(this, move, initialComment, comment, endLineComment, suffixAnnotations, notation);
3899
+ return $super === VOID ? this.o10(move, initialComment, comment, endLineComment, suffixAnnotations, notation) : $super.o10.call(this, move, initialComment, comment, endLineComment, suffixAnnotations, notation);
3889
3900
  }
3890
3901
  promoteChild(index) {
3891
- return this.e10_1.ur(index);
3902
+ return this.f10_1.ur(index);
3892
3903
  }
3893
3904
  promoteNode() {
3894
- return this.e10_1.vr();
3905
+ return this.f10_1.vr();
3895
3906
  }
3896
3907
  removeChild(node) {
3897
- return this.e10_1.wr(node.e10_1);
3908
+ return this.f10_1.wr(node.f10_1);
3898
3909
  }
3899
3910
  hasChildren() {
3900
- return this.e10_1.xr();
3911
+ return this.f10_1.xr();
3901
3912
  }
3902
3913
  belongsToMainLine() {
3903
- return this.e10_1.yr();
3914
+ return this.f10_1.yr();
3904
3915
  }
3905
3916
  copy(parent) {
3906
- return new Node_0(this.e10_1.zr(parent == null ? null : parent.e10_1));
3917
+ return new Node_0(this.f10_1.zr(parent == null ? null : parent.f10_1));
3907
3918
  }
3908
3919
  hashCode() {
3909
- return hashCode(this.e10_1);
3920
+ return hashCode(this.f10_1);
3910
3921
  }
3911
3922
  equals(other) {
3912
3923
  var tmp;
3913
3924
  if (other instanceof Node_0) {
3914
- tmp = equals(this.e10_1, other.e10_1);
3925
+ tmp = equals(this.f10_1, other.f10_1);
3915
3926
  } else {
3916
3927
  tmp = false;
3917
3928
  }
3918
3929
  return tmp;
3919
3930
  }
3920
3931
  toString() {
3921
- return toString(this.e10_1);
3932
+ return toString(this.f10_1);
3922
3933
  }
3923
3934
  as(language, pieces) {
3924
- return this.e10_1.as(language, pieces);
3935
+ return this.f10_1.as(language, pieces);
3925
3936
  }
3926
3937
  toSan(language, pieces, $super) {
3927
3938
  language = language === VOID ? 'english' : language;
@@ -3953,9 +3964,9 @@ class Node_0 {
3953
3964
  return this.wp();
3954
3965
  }
3955
3966
  }
3956
- class Companion_10 {
3967
+ class Companion_11 {
3957
3968
  constructor() {
3958
- Companion_instance_10 = this;
3969
+ Companion_instance_11 = this;
3959
3970
  var tmp = this;
3960
3971
  // Inline function 'kotlin.collections.map' call
3961
3972
  var this_0 = get_entries();
@@ -3981,27 +3992,27 @@ class Companion_10 {
3981
3992
  var pair = to(element.r2_1, new Notation_0(element.r2_1));
3982
3993
  destination_0.o5(pair.rf_1, pair.sf_1);
3983
3994
  }
3984
- tmp_0.o10_1 = destination_0;
3995
+ tmp_0.p10_1 = destination_0;
3985
3996
  }
3986
3997
  r1() {
3987
3998
  return this.entries;
3988
3999
  }
3989
4000
  get(name) {
3990
- return this.o10_1.p2(name);
4001
+ return this.p10_1.p2(name);
3991
4002
  }
3992
4003
  }
3993
4004
  class Notation_0 {
3994
4005
  constructor(name) {
3995
- Companion_getInstance_10();
4006
+ Companion_getInstance_11();
3996
4007
  this.name = name;
3997
4008
  }
3998
4009
  mn() {
3999
4010
  return this.name;
4000
4011
  }
4001
4012
  }
4002
- class Companion_11 {
4013
+ class Companion_12 {
4003
4014
  constructor() {
4004
- Companion_instance_11 = this;
4015
+ Companion_instance_12 = this;
4005
4016
  var tmp = this;
4006
4017
  // Inline function 'kotlin.collections.map' call
4007
4018
  var this_0 = get_entries_0();
@@ -4025,7 +4036,7 @@ class Companion_11 {
4025
4036
  var tmp$ret$3 = new Piece_0(item_0.s2_1, item_0.r2_1);
4026
4037
  destination_0.k(tmp$ret$3);
4027
4038
  }
4028
- tmp_0.p10_1 = destination_0;
4039
+ tmp_0.q10_1 = destination_0;
4029
4040
  var tmp_1 = this;
4030
4041
  // Inline function 'kotlin.collections.associate' call
4031
4042
  var this_2 = get_entries_2();
@@ -4039,28 +4050,28 @@ class Companion_11 {
4039
4050
  var pair = to(element.r2_1, new Piece_0(element.s2_1, element.r2_1));
4040
4051
  destination_1.o5(pair.rf_1, pair.sf_1);
4041
4052
  }
4042
- tmp_1.q10_1 = destination_1;
4053
+ tmp_1.r10_1 = destination_1;
4043
4054
  }
4044
4055
  r1() {
4045
4056
  return this.entries;
4046
4057
  }
4047
- r10() {
4048
- return this.p10_1;
4058
+ s10() {
4059
+ return this.q10_1;
4049
4060
  }
4050
4061
  get(name) {
4051
- return this.q10_1.p2(name);
4062
+ return this.r10_1.p2(name);
4052
4063
  }
4053
4064
  indexToPiece(index) {
4054
- return this.p10_1.d1(index);
4065
+ return this.q10_1.d1(index);
4055
4066
  }
4056
4067
  }
4057
4068
  class Piece_0 {
4058
4069
  constructor(ordinal, name) {
4059
- Companion_getInstance_11();
4070
+ Companion_getInstance_12();
4060
4071
  this.ordinal = ordinal;
4061
4072
  this.name = name;
4062
4073
  }
4063
- s10() {
4074
+ t10() {
4064
4075
  return this.ordinal;
4065
4076
  }
4066
4077
  mn() {
@@ -4069,38 +4080,38 @@ class Piece_0 {
4069
4080
  }
4070
4081
  class Player_0 {
4071
4082
  constructor(backedPlayer) {
4072
- this.t10_1 = backedPlayer;
4083
+ this.u10_1 = backedPlayer;
4073
4084
  }
4074
- u10() {
4075
- return this.t10_1;
4085
+ v10() {
4086
+ return this.u10_1;
4076
4087
  }
4077
4088
  mn() {
4078
- return this.t10_1.yk_1;
4079
- }
4080
- v10() {
4081
- return this.t10_1.zk_1;
4089
+ return this.u10_1.yk_1;
4082
4090
  }
4083
- w10(value) {
4084
- this.t10_1.al_1 = value;
4091
+ w10() {
4092
+ return this.u10_1.zk_1;
4085
4093
  }
4086
- x10() {
4087
- return this.t10_1.al_1;
4094
+ x10(value) {
4095
+ this.u10_1.al_1 = value;
4088
4096
  }
4089
- y10(value) {
4090
- this.t10_1.bl_1 = value.z10_1;
4097
+ y10() {
4098
+ return this.u10_1.al_1;
4091
4099
  }
4092
- a11() {
4093
- return new Score_0(this.t10_1.bl_1);
4100
+ z10(value) {
4101
+ this.u10_1.bl_1 = value.a11_1;
4094
4102
  }
4095
- b11(value) {
4096
- this.t10_1.cl_1 = value;
4103
+ b11() {
4104
+ return new Score_0(this.u10_1.bl_1);
4097
4105
  }
4098
- c11() {
4099
- return this.t10_1.cl_1;
4106
+ c11(value) {
4107
+ this.u10_1.cl_1 = value;
4100
4108
  }
4101
4109
  d11() {
4110
+ return this.u10_1.cl_1;
4111
+ }
4112
+ e11() {
4102
4113
  // Inline function 'kotlin.collections.map' call
4103
- var this_0 = this.t10_1.dl_1;
4114
+ var this_0 = this.u10_1.dl_1;
4104
4115
  // Inline function 'kotlin.collections.mapTo' call
4105
4116
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4106
4117
  var _iterator__ex2g4s = this_0.x();
@@ -4111,15 +4122,15 @@ class Player_0 {
4111
4122
  }
4112
4123
  return toSet(destination).q2();
4113
4124
  }
4114
- e11(value) {
4115
- this.t10_1.el_1 = value;
4116
- }
4117
- f11() {
4118
- return this.t10_1.el_1;
4125
+ f11(value) {
4126
+ this.u10_1.el_1 = value;
4119
4127
  }
4120
4128
  g11() {
4129
+ return this.u10_1.el_1;
4130
+ }
4131
+ h11() {
4121
4132
  // Inline function 'kotlin.collections.map' call
4122
- var this_0 = this.t10_1.fl_1;
4133
+ var this_0 = this.u10_1.fl_1;
4123
4134
  // Inline function 'kotlin.collections.mapTo' call
4124
4135
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4125
4136
  var _iterator__ex2g4s = this_0.x();
@@ -4130,9 +4141,9 @@ class Player_0 {
4130
4141
  }
4131
4142
  return destination.j2();
4132
4143
  }
4133
- h11() {
4144
+ i11() {
4134
4145
  // Inline function 'kotlin.collections.map' call
4135
- var this_0 = this.t10_1.gl_1;
4146
+ var this_0 = this.u10_1.gl_1;
4136
4147
  // Inline function 'kotlin.collections.mapTo' call
4137
4148
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4138
4149
  var _iterator__ex2g4s = this_0.x();
@@ -4144,54 +4155,54 @@ class Player_0 {
4144
4155
  return destination.j2();
4145
4156
  }
4146
4157
  toString() {
4147
- return this.t10_1.toString();
4158
+ return this.u10_1.toString();
4148
4159
  }
4149
4160
  get name() {
4150
4161
  return this.mn();
4151
4162
  }
4152
4163
  get initialElo() {
4153
- return this.v10();
4164
+ return this.w10();
4154
4165
  }
4155
4166
  get currentElo() {
4156
- return this.x10();
4167
+ return this.y10();
4157
4168
  }
4158
4169
  set currentElo(value) {
4159
- this.w10(value);
4170
+ this.x10(value);
4160
4171
  }
4161
4172
  get score() {
4162
- return this.a11();
4173
+ return this.b11();
4163
4174
  }
4164
4175
  set score(value) {
4165
- this.y10(value);
4176
+ this.z10(value);
4166
4177
  }
4167
4178
  get blackScore() {
4168
- return this.c11();
4179
+ return this.d11();
4169
4180
  }
4170
4181
  set blackScore(value) {
4171
- this.b11(value);
4182
+ this.c11(value);
4172
4183
  }
4173
4184
  get against() {
4174
- return this.d11();
4185
+ return this.e11();
4175
4186
  }
4176
4187
  get active() {
4177
- return this.f11();
4188
+ return this.g11();
4178
4189
  }
4179
4190
  set active(value) {
4180
- this.e11(value);
4191
+ this.f11(value);
4181
4192
  }
4182
4193
  get roundScores() {
4183
- return this.g11();
4194
+ return this.h11();
4184
4195
  }
4185
4196
  get matches() {
4186
- return this.h11();
4197
+ return this.i11();
4187
4198
  }
4188
4199
  }
4189
4200
  class Position_0 {
4190
4201
  constructor(backedPosition) {
4191
- this.i11_1 = backedPosition;
4202
+ this.j11_1 = backedPosition;
4192
4203
  var tmp = this;
4193
4204
  // Inline function 'kotlin.collections.map' call
4194
- var this_0 = this.i11_1.ox();
4205
+ var this_0 = this.j11_1.ox();
4195
4206
  // Inline function 'kotlin.collections.mapTo' call
4196
4207
  var destination = ArrayList.i1(this_0.length);
4197
4208
  var inductionVariable = 0;
@@ -4203,151 +4214,151 @@ class Position_0 {
4203
4214
  destination.k(tmp$ret$0);
4204
4215
  }
4205
4216
  tmp.bitboards = destination.j2();
4206
- this.whiteMove = this.i11_1.bq_1;
4207
- this.enPassant = this.i11_1.cq_1;
4208
- this.whiteCastleKingside = this.i11_1.dq_1;
4209
- this.whiteCastleQueenside = this.i11_1.eq_1;
4210
- this.blackCastleKingside = this.i11_1.fq_1;
4211
- this.blackCastleQueenside = this.i11_1.gq_1;
4212
- this.movesCounter = this.i11_1.hq_1;
4213
- this.halfMovesCounter = this.i11_1.iq_1;
4214
- }
4215
- j11() {
4216
- return this.i11_1;
4217
+ this.whiteMove = this.j11_1.bq_1;
4218
+ this.enPassant = this.j11_1.cq_1;
4219
+ this.whiteCastleKingside = this.j11_1.dq_1;
4220
+ this.whiteCastleQueenside = this.j11_1.eq_1;
4221
+ this.blackCastleKingside = this.j11_1.fq_1;
4222
+ this.blackCastleQueenside = this.j11_1.gq_1;
4223
+ this.movesCounter = this.j11_1.hq_1;
4224
+ this.halfMovesCounter = this.j11_1.iq_1;
4225
+ }
4226
+ k11() {
4227
+ return this.j11_1;
4217
4228
  }
4218
4229
  ox() {
4219
4230
  return this.bitboards;
4220
4231
  }
4221
- k11() {
4232
+ l11() {
4222
4233
  return this.whiteMove;
4223
4234
  }
4224
- l11() {
4235
+ m11() {
4225
4236
  return this.enPassant;
4226
4237
  }
4227
- m11() {
4238
+ n11() {
4228
4239
  return this.whiteCastleKingside;
4229
4240
  }
4230
- n11() {
4241
+ o11() {
4231
4242
  return this.whiteCastleQueenside;
4232
4243
  }
4233
- o11() {
4244
+ p11() {
4234
4245
  return this.blackCastleKingside;
4235
4246
  }
4236
- p11() {
4247
+ q11() {
4237
4248
  return this.blackCastleQueenside;
4238
4249
  }
4239
- q11() {
4250
+ r11() {
4240
4251
  return this.movesCounter;
4241
4252
  }
4242
- r11() {
4253
+ s11() {
4243
4254
  return this.halfMovesCounter;
4244
4255
  }
4245
4256
  px() {
4246
- return this.i11_1.px();
4257
+ return this.j11_1.px();
4247
4258
  }
4248
4259
  qx() {
4249
- return this.i11_1.qx();
4260
+ return this.j11_1.qx();
4250
4261
  }
4251
4262
  rx() {
4252
- return this.i11_1.rx();
4263
+ return this.j11_1.rx();
4253
4264
  }
4254
4265
  sx() {
4255
- return this.i11_1.sx();
4266
+ return this.j11_1.sx();
4256
4267
  }
4257
4268
  rt() {
4258
- return this.i11_1.rt();
4269
+ return this.j11_1.rt();
4259
4270
  }
4260
4271
  tx() {
4261
- return new Bitboard(this.i11_1.tx());
4272
+ return new Bitboard(this.j11_1.tx());
4262
4273
  }
4263
4274
  ux() {
4264
- return this.i11_1.ux();
4275
+ return this.j11_1.ux();
4265
4276
  }
4266
4277
  vx() {
4267
- return this.i11_1.vx();
4278
+ return this.j11_1.vx();
4268
4279
  }
4269
4280
  xp() {
4270
4281
  // Inline function 'kotlin.collections.map' call
4271
- var this_0 = get_children(this.i11_1);
4282
+ var this_0 = get_children(this.j11_1);
4272
4283
  // Inline function 'kotlin.collections.mapTo' call
4273
4284
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4274
4285
  var _iterator__ex2g4s = this_0.x();
4275
4286
  while (_iterator__ex2g4s.z()) {
4276
4287
  var item = _iterator__ex2g4s.a1();
4277
4288
  var obj = {};
4278
- var tmp$ret$0 = Companion_instance_14.of(new Position_0(item.mr_1), new Move_0(item.nr_1));
4289
+ var tmp$ret$0 = Companion_instance_15.of(new Position_0(item.mr_1), new Move_0(item.nr_1));
4279
4290
  destination.k(tmp$ret$0);
4280
4291
  }
4281
4292
  return destination.j2();
4282
4293
  }
4283
- s11() {
4284
- return get_draw(this.i11_1);
4285
- }
4286
4294
  t11() {
4287
- var tmp0_safe_receiver = get_enPassantSquare(this.i11_1);
4295
+ return get_draw(this.j11_1);
4296
+ }
4297
+ u11() {
4298
+ var tmp0_safe_receiver = get_enPassantSquare(this.j11_1);
4288
4299
  var tmp;
4289
4300
  if (tmp0_safe_receiver == null) {
4290
4301
  tmp = null;
4291
4302
  } else {
4292
4303
  // Inline function 'kotlin.let' call
4293
- tmp = Companion_getInstance_13().indexToSquare(tmp0_safe_receiver.s2_1);
4304
+ tmp = Companion_getInstance_14().indexToSquare(tmp0_safe_receiver.s2_1);
4294
4305
  }
4295
4306
  return tmp;
4296
4307
  }
4297
- u11() {
4298
- return get_gameOver(this.i11_1);
4299
- }
4300
4308
  v11() {
4301
- return ensureNotNull(Companion_getInstance_12().get(get_sideToMove(this.i11_1).r2_1));
4309
+ return get_gameOver(this.j11_1);
4302
4310
  }
4303
4311
  w11() {
4304
- return new Bitboard(get_friends(this.i11_1));
4312
+ return ensureNotNull(Companion_getInstance_13().get(get_sideToMove(this.j11_1).r2_1));
4305
4313
  }
4306
4314
  x11() {
4307
- return new Bitboard(get_enemies(this.i11_1));
4315
+ return new Bitboard(get_friends(this.j11_1));
4316
+ }
4317
+ y11() {
4318
+ return new Bitboard(get_enemies(this.j11_1));
4308
4319
  }
4309
4320
  whiteLacksOfMaterial() {
4310
- return whiteLacksOfMaterial(this.i11_1);
4321
+ return whiteLacksOfMaterial(this.j11_1);
4311
4322
  }
4312
4323
  blackLacksOfMaterial() {
4313
- return blackLacksOfMaterial(this.i11_1);
4324
+ return blackLacksOfMaterial(this.j11_1);
4314
4325
  }
4315
4326
  pieceAt(square) {
4316
- return Companion_getInstance_11().p10_1.d1(this.squares[square.ordinal]);
4327
+ return Companion_getInstance_12().q10_1.d1(this.squares[square.ordinal]);
4317
4328
  }
4318
4329
  isLegal(move) {
4319
- return isLegal(this.i11_1, move.backedMove);
4330
+ return isLegal(this.j11_1, move.backedMove);
4320
4331
  }
4321
4332
  move(move_0) {
4322
- return new Position_0(move(this.i11_1, move_0.backedMove));
4333
+ return new Position_0(move(this.j11_1, move_0.backedMove));
4323
4334
  }
4324
- y11(move, notation) {
4325
- return new Position_0(move_0(this.i11_1, move, valueOf_3(notation.name)));
4335
+ z11(move, notation) {
4336
+ return new Position_0(move_0(this.j11_1, move, valueOf_3(notation.name)));
4326
4337
  }
4327
4338
  moveFromString(move, notation, $super) {
4328
4339
  notation = notation === VOID ? get_UCI() : notation;
4329
- return $super === VOID ? this.y11(move, notation) : $super.y11.call(this, move, notation);
4340
+ return $super === VOID ? this.z11(move, notation) : $super.z11.call(this, move, notation);
4330
4341
  }
4331
4342
  flipSide() {
4332
- return new Position_0(flipSide(this.i11_1));
4343
+ return new Position_0(flipSide(this.j11_1));
4333
4344
  }
4334
4345
  transpositionId() {
4335
- return transpositionId(this.i11_1);
4346
+ return transpositionId(this.j11_1);
4336
4347
  }
4337
4348
  hashCode() {
4338
- return this.i11_1.hashCode();
4349
+ return this.j11_1.hashCode();
4339
4350
  }
4340
4351
  equals(other) {
4341
4352
  var tmp;
4342
4353
  if (other instanceof Position_0) {
4343
- tmp = this.i11_1.equals(other.i11_1);
4354
+ tmp = this.j11_1.equals(other.j11_1);
4344
4355
  } else {
4345
4356
  tmp = false;
4346
4357
  }
4347
4358
  return tmp;
4348
4359
  }
4349
4360
  toString() {
4350
- return this.i11_1.toString();
4361
+ return this.j11_1.toString();
4351
4362
  }
4352
4363
  get check() {
4353
4364
  return this.px();
@@ -4377,62 +4388,62 @@ class Position_0 {
4377
4388
  return this.xp();
4378
4389
  }
4379
4390
  get draw() {
4380
- return this.s11();
4391
+ return this.t11();
4381
4392
  }
4382
4393
  get enPassantSquare() {
4383
- return this.t11();
4394
+ return this.u11();
4384
4395
  }
4385
4396
  get gameOver() {
4386
- return this.u11();
4397
+ return this.v11();
4387
4398
  }
4388
4399
  get sideToMove() {
4389
- return this.v11();
4400
+ return this.w11();
4390
4401
  }
4391
4402
  get friends() {
4392
- return this.w11();
4403
+ return this.x11();
4393
4404
  }
4394
4405
  get enemies() {
4395
- return this.x11();
4406
+ return this.y11();
4396
4407
  }
4397
4408
  }
4398
4409
  class Score_0 {
4399
4410
  constructor(backedScore) {
4400
- this.z10_1 = backedScore;
4411
+ this.a11_1 = backedScore;
4401
4412
  }
4402
- z11() {
4403
- return this.z10_1;
4413
+ a12() {
4414
+ return this.a11_1;
4404
4415
  }
4405
4416
  toNumber() {
4406
- return this.z10_1.hp();
4417
+ return this.a11_1.hp();
4407
4418
  }
4408
4419
  addScore(other) {
4409
- return new Score_0(this.z10_1.tm(other.z10_1));
4420
+ return new Score_0(this.a11_1.tm(other.a11_1));
4410
4421
  }
4411
4422
  hashCode() {
4412
- return this.z10_1.hashCode();
4423
+ return this.a11_1.hashCode();
4413
4424
  }
4414
4425
  equals(other) {
4415
4426
  var tmp;
4416
4427
  if (other instanceof Score_0) {
4417
- tmp = this.z10_1.equals(other.z10_1);
4428
+ tmp = this.a11_1.equals(other.a11_1);
4418
4429
  } else {
4419
4430
  tmp = false;
4420
4431
  }
4421
4432
  return tmp;
4422
4433
  }
4423
4434
  toString() {
4424
- return this.z10_1.toString();
4435
+ return this.a11_1.toString();
4425
4436
  }
4426
- a12(other) {
4427
- return this.z10_1.jn(other.z10_1);
4437
+ b12(other) {
4438
+ return this.a11_1.jn(other.a11_1);
4428
4439
  }
4429
4440
  i2(other) {
4430
- return this.a12(other instanceof Score_0 ? other : THROW_CCE());
4441
+ return this.b12(other instanceof Score_0 ? other : THROW_CCE());
4431
4442
  }
4432
4443
  }
4433
- class Companion_12 {
4444
+ class Companion_13 {
4434
4445
  constructor() {
4435
- Companion_instance_12 = this;
4446
+ Companion_instance_13 = this;
4436
4447
  var tmp = this;
4437
4448
  // Inline function 'kotlin.collections.map' call
4438
4449
  var this_0 = get_entries_1();
@@ -4444,7 +4455,7 @@ class Companion_12 {
4444
4455
  var tmp$ret$0 = new Side_0(item.r2_1);
4445
4456
  destination.k(tmp$ret$0);
4446
4457
  }
4447
- tmp.b12_1 = destination;
4458
+ tmp.c12_1 = destination;
4448
4459
  var tmp_0 = this;
4449
4460
  // Inline function 'kotlin.collections.map' call
4450
4461
  var this_1 = get_entries_1();
@@ -4470,30 +4481,30 @@ class Companion_12 {
4470
4481
  var pair = to(element.r2_1, new Side_0(element.r2_1));
4471
4482
  destination_1.o5(pair.rf_1, pair.sf_1);
4472
4483
  }
4473
- tmp_1.c12_1 = destination_1;
4484
+ tmp_1.d12_1 = destination_1;
4474
4485
  }
4475
- r10() {
4476
- return this.b12_1;
4486
+ s10() {
4487
+ return this.c12_1;
4477
4488
  }
4478
4489
  r1() {
4479
4490
  return this.entries;
4480
4491
  }
4481
4492
  get(name) {
4482
- return this.c12_1.p2(name);
4493
+ return this.d12_1.p2(name);
4483
4494
  }
4484
4495
  }
4485
4496
  class Side_0 {
4486
4497
  constructor(name) {
4487
- Companion_getInstance_12();
4498
+ Companion_getInstance_13();
4488
4499
  this.name = name;
4489
4500
  }
4490
4501
  mn() {
4491
4502
  return this.name;
4492
4503
  }
4493
4504
  }
4494
- class Companion_13 {
4505
+ class Companion_14 {
4495
4506
  constructor() {
4496
- Companion_instance_13 = this;
4507
+ Companion_instance_14 = this;
4497
4508
  var tmp = this;
4498
4509
  // Inline function 'kotlin.collections.map' call
4499
4510
  var this_0 = get_entries_2();
@@ -4517,7 +4528,7 @@ class Companion_13 {
4517
4528
  var tmp$ret$3 = new Square_0(item_0.s2_1, item_0.r2_1);
4518
4529
  destination_0.k(tmp$ret$3);
4519
4530
  }
4520
- tmp_0.d12_1 = destination_0;
4531
+ tmp_0.e12_1 = destination_0;
4521
4532
  var tmp_1 = this;
4522
4533
  // Inline function 'kotlin.collections.associate' call
4523
4534
  var this_2 = get_entries_2();
@@ -4531,28 +4542,28 @@ class Companion_13 {
4531
4542
  var pair = to(element.r2_1, new Square_0(element.s2_1, element.r2_1));
4532
4543
  destination_1.o5(pair.rf_1, pair.sf_1);
4533
4544
  }
4534
- tmp_1.e12_1 = destination_1;
4545
+ tmp_1.f12_1 = destination_1;
4535
4546
  }
4536
4547
  r1() {
4537
4548
  return this.entries;
4538
4549
  }
4539
- r10() {
4540
- return this.d12_1;
4550
+ s10() {
4551
+ return this.e12_1;
4541
4552
  }
4542
4553
  get(name) {
4543
- return this.e12_1.p2(name);
4554
+ return this.f12_1.p2(name);
4544
4555
  }
4545
4556
  indexToSquare(index) {
4546
- return this.d12_1.d1(index);
4557
+ return this.e12_1.d1(index);
4547
4558
  }
4548
4559
  }
4549
4560
  class Square_0 {
4550
4561
  constructor(ordinal, name) {
4551
- Companion_getInstance_13();
4562
+ Companion_getInstance_14();
4552
4563
  this.ordinal = ordinal;
4553
4564
  this.name = name;
4554
4565
  }
4555
- s10() {
4566
+ t10() {
4556
4567
  return this.ordinal;
4557
4568
  }
4558
4569
  mn() {
@@ -4567,55 +4578,55 @@ class Square_0 {
4567
4578
  }
4568
4579
  class Tiebreaker_0 {
4569
4580
  constructor(backedTiebreaker) {
4570
- this.f12_1 = backedTiebreaker;
4581
+ this.g12_1 = backedTiebreaker;
4571
4582
  }
4572
- g12() {
4573
- return this.f12_1;
4583
+ h12() {
4584
+ return this.g12_1;
4574
4585
  }
4575
4586
  getValue(player) {
4576
- return new Score_0(this.f12_1.ty(player.t10_1));
4587
+ return new Score_0(this.g12_1.uy(player.u10_1));
4577
4588
  }
4578
4589
  }
4579
4590
  class Tournament {
4580
4591
  constructor(backedTournament) {
4581
- this.h12_1 = backedTournament;
4592
+ this.i12_1 = backedTournament;
4582
4593
  var tmp = this;
4583
4594
  // Inline function 'kotlin.arrayOf' call
4584
4595
  // Inline function 'kotlin.js.unsafeCast' call
4585
4596
  // Inline function 'kotlin.js.asDynamic' call
4586
- tmp.i12_1 = ['fidePerformance', 'buchholz', 'progressive', 'sonnebornBerger'];
4597
+ tmp.j12_1 = ['fidePerformance', 'buchholz', 'progressive', 'sonnebornBerger'];
4587
4598
  }
4588
- j12() {
4589
- return this.h12_1;
4599
+ k12() {
4600
+ return this.i12_1;
4590
4601
  }
4591
- k12(value) {
4592
- this.h12_1.kn().om_1 = value;
4602
+ l12(value) {
4603
+ this.i12_1.kn().om_1 = value;
4593
4604
  }
4594
- l12() {
4595
- return this.h12_1.kn().om_1;
4605
+ m12() {
4606
+ return this.i12_1.kn().om_1;
4596
4607
  }
4597
- m12(value) {
4598
- this.h12_1.kn().pm_1 = value;
4608
+ n12(value) {
4609
+ this.i12_1.kn().pm_1 = value;
4599
4610
  }
4600
- n12() {
4601
- return this.h12_1.kn().pm_1;
4611
+ o12() {
4612
+ return this.i12_1.kn().pm_1;
4602
4613
  }
4603
- o12(value) {
4604
- this.h12_1.kn().qm_1 = value;
4614
+ p12(value) {
4615
+ this.i12_1.kn().qm_1 = value;
4605
4616
  }
4606
- p12() {
4607
- return this.h12_1.kn().qm_1;
4617
+ q12() {
4618
+ return this.i12_1.kn().qm_1;
4608
4619
  }
4609
- q12(value) {
4610
- this.h12_1.rn(tiebreakerComparatorOf(value.slice()));
4611
- this.i12_1 = value;
4620
+ r12(value) {
4621
+ this.i12_1.rn(tiebreakerComparatorOf(value.slice()));
4622
+ this.j12_1 = value;
4612
4623
  }
4613
- r12() {
4614
- return this.i12_1;
4624
+ s12() {
4625
+ return this.j12_1;
4615
4626
  }
4616
4627
  ao() {
4617
4628
  // Inline function 'kotlin.collections.map' call
4618
- var this_0 = this.h12_1.ao();
4629
+ var this_0 = this.i12_1.ao();
4619
4630
  // Inline function 'kotlin.collections.mapTo' call
4620
4631
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4621
4632
  var _iterator__ex2g4s = this_0.x();
@@ -4627,26 +4638,26 @@ class Tournament {
4627
4638
  return destination.j2();
4628
4639
  }
4629
4640
  sn(value) {
4630
- this.h12_1.sn(value);
4641
+ this.i12_1.sn(value);
4631
4642
  }
4632
4643
  tn() {
4633
- return this.h12_1.tn();
4644
+ return this.i12_1.tn();
4634
4645
  }
4635
4646
  dn() {
4636
- return this.h12_1.dn();
4647
+ return this.i12_1.dn();
4637
4648
  }
4638
4649
  mn() {
4639
- return this.h12_1.mn();
4650
+ return this.i12_1.mn();
4640
4651
  }
4641
4652
  nn() {
4642
- return this.h12_1.nn();
4653
+ return this.i12_1.nn();
4643
4654
  }
4644
4655
  on() {
4645
- return this.h12_1.on();
4656
+ return this.i12_1.on();
4646
4657
  }
4647
4658
  pn() {
4648
4659
  // Inline function 'kotlin.collections.map' call
4649
- var this_0 = this.h12_1.pn();
4660
+ var this_0 = this.i12_1.pn();
4650
4661
  // Inline function 'kotlin.collections.mapTo' call
4651
4662
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4652
4663
  var _iterator__ex2g4s = this_0.x();
@@ -4659,7 +4670,7 @@ class Tournament {
4659
4670
  }
4660
4671
  qn() {
4661
4672
  // Inline function 'kotlin.collections.map' call
4662
- var this_0 = this.h12_1.qn();
4673
+ var this_0 = this.i12_1.qn();
4663
4674
  // Inline function 'kotlin.collections.mapTo' call
4664
4675
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4665
4676
  var _iterator__ex2g4s = this_0.x();
@@ -4671,17 +4682,17 @@ class Tournament {
4671
4682
  return destination.j2();
4672
4683
  }
4673
4684
  ln() {
4674
- return this.h12_1.ln();
4685
+ return this.i12_1.ln();
4675
4686
  }
4676
4687
  addPlayer(player) {
4677
- return this.h12_1.un(player.t10_1);
4688
+ return this.i12_1.un(player.u10_1);
4678
4689
  }
4679
4690
  removePlayer(player) {
4680
- return this.h12_1.vn(player.t10_1);
4691
+ return this.i12_1.vn(player.u10_1);
4681
4692
  }
4682
4693
  nextRound() {
4683
4694
  // Inline function 'kotlin.collections.map' call
4684
- var this_0 = this.h12_1.wn();
4695
+ var this_0 = this.i12_1.wn();
4685
4696
  // Inline function 'kotlin.collections.mapTo' call
4686
4697
  var destination = ArrayList.i1(collectionSizeOrDefault(this_0, 10));
4687
4698
  var _iterator__ex2g4s = this_0.x();
@@ -4693,31 +4704,31 @@ class Tournament {
4693
4704
  return destination.j2();
4694
4705
  }
4695
4706
  addMatch(white, black, outcome, id, round) {
4696
- return this.h12_1.zn(white, black, outcome, id, round);
4707
+ return this.i12_1.zn(white, black, outcome, id, round);
4697
4708
  }
4698
4709
  get impactFactor() {
4699
- return this.l12();
4710
+ return this.m12();
4700
4711
  }
4701
4712
  set impactFactor(value) {
4702
- this.k12(value);
4713
+ this.l12(value);
4703
4714
  }
4704
4715
  get rangeFactor() {
4705
- return this.n12();
4716
+ return this.o12();
4706
4717
  }
4707
4718
  set rangeFactor(value) {
4708
- this.m12(value);
4719
+ this.n12(value);
4709
4720
  }
4710
4721
  get logisticBase() {
4711
- return this.p12();
4722
+ return this.q12();
4712
4723
  }
4713
4724
  set logisticBase(value) {
4714
- this.o12(value);
4725
+ this.p12(value);
4715
4726
  }
4716
4727
  get tiebreakers() {
4717
- return this.r12();
4728
+ return this.s12();
4718
4729
  }
4719
4730
  set tiebreakers(value) {
4720
- this.q12(value);
4731
+ this.r12(value);
4721
4732
  }
4722
4733
  get leaderboard() {
4723
4734
  return this.ao();
@@ -4750,7 +4761,7 @@ class Tournament {
4750
4761
  return this.ln();
4751
4762
  }
4752
4763
  }
4753
- class Companion_14 {
4764
+ class Companion_15 {
4754
4765
  of(position, move) {
4755
4766
  return new Tuple_0(position, move);
4756
4767
  }
@@ -6846,36 +6857,41 @@ function Square_H8_getInstance() {
6846
6857
  Square_initEntries();
6847
6858
  return Square_H8_instance;
6848
6859
  }
6860
+ var Companion_instance_9;
6861
+ function Companion_getInstance_9() {
6862
+ if (Companion_instance_9 === VOID)
6863
+ new Companion_9();
6864
+ return Companion_instance_9;
6865
+ }
6849
6866
  function refreshHeap($this) {
6850
- $this.ly_1.x4();
6851
- var tmp = asSequence_3($this.hy_1);
6867
+ $this.my_1.x4();
6868
+ var tmp = asSequence_3($this.iy_1);
6852
6869
  // Inline function 'kotlin.sequences.forEach' call
6853
6870
  var _iterator__ex2g4s = filter(tmp, SwissTournament$refreshHeap$lambda).x();
6854
6871
  while (_iterator__ex2g4s.z()) {
6855
6872
  var element = _iterator__ex2g4s.a1();
6856
- // Inline function 'kotlin.collections.component1' call
6857
- var k = element.l2();
6858
6873
  // Inline function 'kotlin.collections.component2' call
6859
6874
  var v = element.m2();
6860
- $this.ly_1.cn(v);
6875
+ $this.my_1.cn(v);
6861
6876
  }
6862
6877
  }
6863
6878
  function firstRound($this) {
6864
6879
  var tmp = $this;
6865
6880
  // Inline function 'kotlin.math.log2' call
6866
- var x = $this.hy_1.b1();
6881
+ var x = $this.iy_1.b1();
6867
6882
  var tmp$ret$0 = log2(x);
6868
- tmp.gy_1 = numberToInt(tmp$ret$0) + ($this.hy_1.b1() % 2 | 0) | 0;
6883
+ tmp.hy_1 = numberToInt(tmp$ret$0) + ($this.iy_1.b1() % 2 | 0) | 0;
6869
6884
  // Inline function 'kotlin.collections.mutableListOf' call
6870
6885
  var games = ArrayList.p1();
6871
6886
  // Inline function 'kotlin.collections.mutableListOf' call
6872
6887
  var pairedPlayers = ArrayList.p1();
6888
+ refreshHeap($this);
6873
6889
  // Inline function 'kotlin.collections.isNotEmpty' call
6874
- if (!$this.my_1.c1()) {
6890
+ if (!$this.ny_1.c1()) {
6875
6891
  // Inline function 'kotlin.collections.plusAssign' call
6876
- var elements = $this.my_1;
6892
+ var elements = $this.ny_1;
6877
6893
  addAll(games, elements);
6878
- var _iterator__ex2g4s = $this.my_1.x();
6894
+ var _iterator__ex2g4s = $this.ny_1.x();
6879
6895
  while (_iterator__ex2g4s.z()) {
6880
6896
  var game = _iterator__ex2g4s.a1();
6881
6897
  if (!(game.vk() == null)) {
@@ -6897,21 +6913,21 @@ function firstRound($this) {
6897
6913
  }
6898
6914
  refreshHeap($this);
6899
6915
  }
6900
- while ($this.ly_1.b1() > 1) {
6916
+ while ($this.my_1.b1() > 1) {
6901
6917
  var tmp_0;
6902
- if (!($this.by_1 == null)) {
6903
- tmp_0 = $this.by_1();
6918
+ if (!($this.cy_1 == null)) {
6919
+ tmp_0 = $this.cy_1();
6904
6920
  } else {
6905
6921
  tmp_0 = null;
6906
6922
  }
6907
6923
  var id = tmp_0;
6908
- var white = ensureNotNull($this.ly_1.xn());
6909
- var black = ensureNotNull($this.ly_1.xn());
6910
- var game_0 = new RatedMatch(white, black, $this.ay_1, id, 0);
6924
+ var white = ensureNotNull($this.my_1.xn());
6925
+ var black = ensureNotNull($this.my_1.xn());
6926
+ var game_0 = new RatedMatch(white, black, $this.by_1, id, 0);
6911
6927
  games.k(game_0);
6912
6928
  }
6913
- if ($this.ly_1.b1() === 1) {
6914
- var lastPlayer = ensureNotNull($this.ly_1.xn());
6929
+ if ($this.my_1.b1() === 1) {
6930
+ var lastPlayer = ensureNotNull($this.my_1.xn());
6915
6931
  var fakeGame = new MockMatch(Outcome_WW_getInstance(), lastPlayer, 0);
6916
6932
  games.k(fakeGame);
6917
6933
  }
@@ -6921,8 +6937,8 @@ function firstRound($this) {
6921
6937
  var element_2 = _iterator__ex2g4s_1.a1();
6922
6938
  element_2.lx();
6923
6939
  }
6924
- $this.iy_1.k(new Round(games));
6925
- return last_0($this.iy_1).zx_1;
6940
+ $this.jy_1.k(new Round(games));
6941
+ return last_0($this.jy_1).zx_1;
6926
6942
  }
6927
6943
  function SwissTournament$naturalComparator$lambda(p1, p2) {
6928
6944
  return p1.jx(p2);
@@ -6946,7 +6962,7 @@ function SwissTournament$playersHeap$lambda($this, this$0) {
6946
6962
  if (!(previousCompare === 0)) {
6947
6963
  tmp = previousCompare;
6948
6964
  } else {
6949
- tmp = this$0.ky_1.compare(a, b);
6965
+ tmp = this$0.ly_1.compare(a, b);
6950
6966
  }
6951
6967
  return tmp;
6952
6968
  };
@@ -6961,7 +6977,7 @@ function SwissTournament$_get_leaderboard_$lambda_ywp0zx_0($this, this$0) {
6961
6977
  if (!(previousCompare === 0)) {
6962
6978
  tmp = previousCompare;
6963
6979
  } else {
6964
- tmp = this$0.ky_1.compare(a, b);
6980
+ tmp = this$0.ly_1.compare(a, b);
6965
6981
  }
6966
6982
  return tmp;
6967
6983
  };
@@ -6970,7 +6986,7 @@ function SwissTournament$refreshHeap$lambda(it) {
6970
6986
  return it.m2().el_1;
6971
6987
  }
6972
6988
  function Tiebreaker$_get_comparator_$lambda_p2l5ci(this$0) {
6973
- return (p1, p2) => -this$0.ty(p1).jn(this$0.ty(p2)) | 0;
6989
+ return (p1, p2) => -this$0.uy(p1).jn(this$0.uy(p2)) | 0;
6974
6990
  }
6975
6991
  var TokenType_LBRACKET_instance;
6976
6992
  var TokenType_RBRACKET_instance;
@@ -7067,36 +7083,36 @@ function addToken($this, type, value) {
7067
7083
  var tmp;
7068
7084
  // Inline function 'kotlin.text.isEmpty' call
7069
7085
  if (charSequenceLength(value) === 0) {
7070
- tmp = toString_1(charCodeAt($this.vy_1, $this.wy_1));
7086
+ tmp = toString_1(charCodeAt($this.wy_1, $this.xy_1));
7071
7087
  } else {
7072
7088
  tmp = value;
7073
7089
  }
7074
7090
  var tmp$ret$2 = tmp;
7075
- $this.yy_1.k(new Token(type, tmp$ret$2, $this.xy_1));
7076
- $this.wy_1 = $this.wy_1 + 1 | 0;
7091
+ $this.zy_1.k(new Token(type, tmp$ret$2, $this.yy_1));
7092
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7077
7093
  }
7078
7094
  function addToken$default($this, type, value, $super) {
7079
7095
  value = value === VOID ? '' : value;
7080
7096
  return addToken($this, type, value);
7081
7097
  }
7082
7098
  function consumeWhitespace($this) {
7083
- while ($this.wy_1 < $this.vy_1.length && isWhitespace(charCodeAt($this.vy_1, $this.wy_1))) {
7084
- if (charCodeAt($this.vy_1, $this.wy_1) === _Char___init__impl__6a9atx(10)) {
7085
- $this.xy_1 = $this.xy_1 + 1 | 0;
7099
+ while ($this.xy_1 < $this.wy_1.length && isWhitespace(charCodeAt($this.wy_1, $this.xy_1))) {
7100
+ if (charCodeAt($this.wy_1, $this.xy_1) === _Char___init__impl__6a9atx(10)) {
7101
+ $this.yy_1 = $this.yy_1 + 1 | 0;
7086
7102
  }
7087
- $this.wy_1 = $this.wy_1 + 1 | 0;
7103
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7088
7104
  }
7089
7105
  }
7090
7106
  function consumeString($this) {
7091
- $this.wy_1 = $this.wy_1 + 1 | 0;
7092
- var start = $this.wy_1;
7107
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7108
+ var start = $this.xy_1;
7093
7109
  var value = '';
7094
- while ($this.wy_1 < $this.vy_1.length) {
7095
- var char = charCodeAt($this.vy_1, $this.wy_1);
7110
+ while ($this.xy_1 < $this.wy_1.length) {
7111
+ var char = charCodeAt($this.wy_1, $this.xy_1);
7096
7112
  if (char === _Char___init__impl__6a9atx(34)) {
7097
- value = substring_0($this.vy_1, start, $this.wy_1);
7098
- $this.wy_1 = $this.wy_1 + 1 | 0;
7099
- $this.yy_1.k(new Token(TokenType_STRING_getInstance(), value, $this.xy_1));
7113
+ value = substring_0($this.wy_1, start, $this.xy_1);
7114
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7115
+ $this.zy_1.k(new Token(TokenType_STRING_getInstance(), value, $this.yy_1));
7100
7116
  return Unit_instance;
7101
7117
  }
7102
7118
  var tmp;
@@ -7108,76 +7124,76 @@ function consumeString($this) {
7108
7124
  }
7109
7125
  if (tmp) {
7110
7126
  if (char === _Char___init__impl__6a9atx(10)) {
7111
- $this.xy_1 = $this.xy_1 + 1 | 0;
7127
+ $this.yy_1 = $this.yy_1 + 1 | 0;
7112
7128
  }
7113
7129
  }
7114
- $this.wy_1 = $this.wy_1 + 1 | 0;
7130
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7115
7131
  }
7116
7132
  throw ParserException.rw('Unclosed string literal.');
7117
7133
  }
7118
7134
  function consumeBraceComment($this) {
7119
- var start = $this.wy_1;
7120
- $this.wy_1 = $this.wy_1 + 1 | 0;
7121
- while ($this.wy_1 < $this.vy_1.length && !(charCodeAt($this.vy_1, $this.wy_1) === _Char___init__impl__6a9atx(125))) {
7122
- if (charCodeAt($this.vy_1, $this.wy_1) === _Char___init__impl__6a9atx(10)) {
7123
- $this.xy_1 = $this.xy_1 + 1 | 0;
7135
+ var start = $this.xy_1;
7136
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7137
+ while ($this.xy_1 < $this.wy_1.length && !(charCodeAt($this.wy_1, $this.xy_1) === _Char___init__impl__6a9atx(125))) {
7138
+ if (charCodeAt($this.wy_1, $this.xy_1) === _Char___init__impl__6a9atx(10)) {
7139
+ $this.yy_1 = $this.yy_1 + 1 | 0;
7124
7140
  }
7125
- $this.wy_1 = $this.wy_1 + 1 | 0;
7141
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7126
7142
  }
7127
- if ($this.wy_1 < $this.vy_1.length) {
7128
- $this.wy_1 = $this.wy_1 + 1 | 0;
7143
+ if ($this.xy_1 < $this.wy_1.length) {
7144
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7129
7145
  }
7130
7146
  var tmp = TokenType_COMMENT_getInstance();
7131
7147
  // Inline function 'kotlin.text.trim' call
7132
- var this_0 = substring_0($this.vy_1, start + 1 | 0, ($this.wy_1 - 1 | 0) >= (start + 1 | 0) ? $this.wy_1 - 1 | 0 : start + 1 | 0);
7148
+ var this_0 = substring_0($this.wy_1, start + 1 | 0, ($this.xy_1 - 1 | 0) >= (start + 1 | 0) ? $this.xy_1 - 1 | 0 : start + 1 | 0);
7133
7149
  var tmp$ret$0 = toString(trim(isCharSequence(this_0) ? this_0 : THROW_CCE()));
7134
- $this.yy_1.k(new Token(tmp, tmp$ret$0, $this.xy_1));
7150
+ $this.zy_1.k(new Token(tmp, tmp$ret$0, $this.yy_1));
7135
7151
  }
7136
7152
  function consumeSemicolonComment($this) {
7137
- var start = $this.wy_1;
7138
- while ($this.wy_1 < $this.vy_1.length && !(charCodeAt($this.vy_1, $this.wy_1) === _Char___init__impl__6a9atx(10)) && !(charCodeAt($this.vy_1, $this.wy_1) === _Char___init__impl__6a9atx(13))) {
7139
- $this.wy_1 = $this.wy_1 + 1 | 0;
7153
+ var start = $this.xy_1;
7154
+ while ($this.xy_1 < $this.wy_1.length && !(charCodeAt($this.wy_1, $this.xy_1) === _Char___init__impl__6a9atx(10)) && !(charCodeAt($this.wy_1, $this.xy_1) === _Char___init__impl__6a9atx(13))) {
7155
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7140
7156
  }
7141
7157
  var tmp = TokenType_END_LINE_COMMENT_getInstance();
7142
7158
  // Inline function 'kotlin.text.trim' call
7143
- var this_0 = substring_0($this.vy_1, start + 1 | 0, $this.wy_1 - 1 | 0);
7159
+ var this_0 = substring_0($this.wy_1, start + 1 | 0, $this.xy_1 - 1 | 0);
7144
7160
  var tmp$ret$0 = toString(trim(isCharSequence(this_0) ? this_0 : THROW_CCE()));
7145
- $this.yy_1.k(new Token(tmp, tmp$ret$0, $this.xy_1));
7161
+ $this.zy_1.k(new Token(tmp, tmp$ret$0, $this.yy_1));
7146
7162
  }
7147
7163
  function consumeNAG($this) {
7148
- $this.wy_1 = $this.wy_1 + 1 | 0;
7149
- var start = $this.wy_1;
7150
- while ($this.wy_1 < $this.vy_1.length && isDigit(charCodeAt($this.vy_1, $this.wy_1))) {
7151
- $this.wy_1 = $this.wy_1 + 1 | 0;
7164
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7165
+ var start = $this.xy_1;
7166
+ while ($this.xy_1 < $this.wy_1.length && isDigit(charCodeAt($this.wy_1, $this.xy_1))) {
7167
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7152
7168
  }
7153
- $this.yy_1.k(new Token(TokenType_NAG_getInstance(), substring_0($this.vy_1, start, $this.wy_1), $this.xy_1));
7169
+ $this.zy_1.k(new Token(TokenType_NAG_getInstance(), substring_0($this.wy_1, start, $this.xy_1), $this.yy_1));
7154
7170
  }
7155
7171
  function consumeNumberOrSymbol($this) {
7156
- var start = $this.wy_1;
7157
- var currentPos = $this.wy_1;
7158
- while (currentPos < $this.vy_1.length && isDigit(charCodeAt($this.vy_1, currentPos))) {
7172
+ var start = $this.xy_1;
7173
+ var currentPos = $this.xy_1;
7174
+ while (currentPos < $this.wy_1.length && isDigit(charCodeAt($this.wy_1, currentPos))) {
7159
7175
  currentPos = currentPos + 1 | 0;
7160
7176
  }
7161
- if (currentPos < $this.vy_1.length && charCodeAt($this.vy_1, currentPos) === _Char___init__impl__6a9atx(46)) {
7162
- $this.wy_1 = currentPos;
7163
- $this.yy_1.k(new Token(TokenType_INTEGER_getInstance(), substring_0($this.vy_1, start, $this.wy_1), $this.xy_1));
7177
+ if (currentPos < $this.wy_1.length && charCodeAt($this.wy_1, currentPos) === _Char___init__impl__6a9atx(46)) {
7178
+ $this.xy_1 = currentPos;
7179
+ $this.zy_1.k(new Token(TokenType_INTEGER_getInstance(), substring_0($this.wy_1, start, $this.xy_1), $this.yy_1));
7164
7180
  } else {
7165
- $this.wy_1 = start;
7181
+ $this.xy_1 = start;
7166
7182
  consumeSymbol($this);
7167
7183
  }
7168
7184
  }
7169
7185
  function consumeSymbol($this) {
7170
- var start = $this.wy_1;
7171
- $l$loop: while ($this.wy_1 < $this.vy_1.length) {
7172
- var char = charCodeAt($this.vy_1, $this.wy_1);
7186
+ var start = $this.xy_1;
7187
+ $l$loop: while ($this.xy_1 < $this.wy_1.length) {
7188
+ var char = charCodeAt($this.wy_1, $this.xy_1);
7173
7189
  var isSymbolContinuation = isLetterOrDigit(char) || char === _Char___init__impl__6a9atx(95) || char === _Char___init__impl__6a9atx(43) || char === _Char___init__impl__6a9atx(35) || char === _Char___init__impl__6a9atx(61) || char === _Char___init__impl__6a9atx(58) || char === _Char___init__impl__6a9atx(45) || char === _Char___init__impl__6a9atx(47);
7174
7190
  if (isSymbolContinuation) {
7175
- $this.wy_1 = $this.wy_1 + 1 | 0;
7191
+ $this.xy_1 = $this.xy_1 + 1 | 0;
7176
7192
  } else {
7177
7193
  break $l$loop;
7178
7194
  }
7179
7195
  }
7180
- var value = substring_0($this.vy_1, start, $this.wy_1);
7196
+ var value = substring_0($this.wy_1, start, $this.xy_1);
7181
7197
  var type;
7182
7198
  switch (value) {
7183
7199
  case '1-0':
@@ -7189,7 +7205,7 @@ function consumeSymbol($this) {
7189
7205
  type = TokenType_SYMBOL_getInstance();
7190
7206
  break;
7191
7207
  }
7192
- $this.yy_1.k(new Token(type, value, $this.xy_1));
7208
+ $this.zy_1.k(new Token(type, value, $this.yy_1));
7193
7209
  }
7194
7210
  function yieldBishopMoves(visibleSquaresBishop, moveFunction) {
7195
7211
  return yieldBishopMoves$lambda(visibleSquaresBishop, moveFunction);
@@ -7881,7 +7897,7 @@ function parseGames(pgnInput, idSupplier) {
7881
7897
  idSupplier = tmp;
7882
7898
  _init_properties_factory_kt__5kmpyw();
7883
7899
  var tokenizer = new Tokenizer(pgnInput);
7884
- var tokens = tokenizer.zy();
7900
+ var tokens = tokenizer.az();
7885
7901
  var parser = new Parser(tokens);
7886
7902
  var games = parser.bx(idSupplier);
7887
7903
  return games;
@@ -8352,7 +8368,7 @@ function generateEnPassantCaptureTuple(m, pieceType, originSquare, position, chi
8352
8368
  var mc = position.hq_1 + (wm ? 1 : 0) | 0;
8353
8369
  var ep = -1;
8354
8370
  var newPosition = Position.xx(bitboards, wm, ep, position.dq_1, position.eq_1, position.fq_1, position.gq_1, mc, hm);
8355
- children.k(Tuple.az(newPosition, m));
8371
+ children.k(Tuple.bz(newPosition, m));
8356
8372
  }
8357
8373
  function generateCastleTuples(moves, kingPiece, square, position, children) {
8358
8374
  // Inline function 'kotlin.collections.forEach' call
@@ -11864,7 +11880,7 @@ function tiebreakerComparatorOf(names) {
11864
11880
  }
11865
11881
  function tiebreakerComparatorOf$lambda(it) {
11866
11882
  _init_properties_tiebreakers_kt__iqdwu3();
11867
- return tiebreakerOf(it).uy();
11883
+ return tiebreakerOf(it).vy();
11868
11884
  }
11869
11885
  function tiebreakerComparatorOf$lambda_0($this, $curr) {
11870
11886
  return (a, b) => {
@@ -11873,7 +11889,7 @@ function tiebreakerComparatorOf$lambda_0($this, $curr) {
11873
11889
  if (!(previousCompare === 0)) {
11874
11890
  tmp = previousCompare;
11875
11891
  } else {
11876
- tmp = -$curr.compare(a, b) | 0;
11892
+ tmp = $curr.compare(a, b);
11877
11893
  }
11878
11894
  return tmp;
11879
11895
  };
@@ -11886,7 +11902,7 @@ function _init_properties_tiebreakers_kt__iqdwu3() {
11886
11902
  }
11887
11903
  }
11888
11904
  function tupleOf(v1, v2) {
11889
- return Tuple.az(v1, v2);
11905
+ return Tuple.bz(v1, v2);
11890
11906
  }
11891
11907
  function init_io_github_lunalobos_chess4kt_Tuple(_this__u8e3s4) {
11892
11908
  }
@@ -12995,10 +13011,10 @@ function toSquares$lambda(it) {
12995
13011
  return Companion_instance_8.d1(countTrailingZeroBits(it));
12996
13012
  }
12997
13013
  function *_generator_invoke__zhh2q8_2($this, $this$sequence, $completion) {
12998
- var copy = $this.jz_1;
13014
+ var copy = $this.kz_1;
12999
13015
  while (!(copy === 0n)) {
13000
13016
  var lowestOneBit = copy & negate(copy);
13001
- var tmp = $this$sequence.zf($this.kz_1(lowestOneBit), $completion);
13017
+ var tmp = $this$sequence.zf($this.lz_1(lowestOneBit), $completion);
13002
13018
  if (tmp === get_COROUTINE_SUSPENDED())
13003
13019
  tmp = yield tmp;
13004
13020
  copy = copy & ~lowestOneBit;
@@ -13007,7 +13023,7 @@ function *_generator_invoke__zhh2q8_2($this, $this$sequence, $completion) {
13007
13023
  }
13008
13024
  function bitboardToSequence$slambda_0($bitboard, $entitiesFactory) {
13009
13025
  var i = new bitboardToSequence$slambda($bitboard, $entitiesFactory);
13010
- var l = ($this$sequence, $completion) => i.lz($this$sequence, $completion);
13026
+ var l = ($this$sequence, $completion) => i.mz($this$sequence, $completion);
13011
13027
  l.$arity = 1;
13012
13028
  return l;
13013
13029
  }
@@ -13480,9 +13496,9 @@ function reverse($this, i) {
13480
13496
  i_0 = shiftLeft(i_0 & 1085102592571150095n, 4) | shiftRightUnsigned(i_0, 4) & 1085102592571150095n;
13481
13497
  return reverseBytes($this, i_0);
13482
13498
  }
13483
- var Companion_instance_9;
13484
- function Companion_getInstance_9() {
13485
- return Companion_instance_9;
13499
+ var Companion_instance_10;
13500
+ function Companion_getInstance_10() {
13501
+ return Companion_instance_10;
13486
13502
  }
13487
13503
  function Bitboard$toArray$lambda(it) {
13488
13504
  return countTrailingZeroBits(it);
@@ -13500,18 +13516,18 @@ function get_SAN() {
13500
13516
  return SAN_0;
13501
13517
  }
13502
13518
  var SAN_0;
13503
- var Companion_instance_10;
13504
- function Companion_getInstance_10() {
13505
- if (Companion_instance_10 === VOID)
13506
- new Companion_10();
13507
- return Companion_instance_10;
13519
+ var Companion_instance_11;
13520
+ function Companion_getInstance_11() {
13521
+ if (Companion_instance_11 === VOID)
13522
+ new Companion_11();
13523
+ return Companion_instance_11;
13508
13524
  }
13509
13525
  var properties_initialized_Notation_kt_fg343g;
13510
13526
  function _init_properties_Notation_kt__db3a5e() {
13511
13527
  if (!properties_initialized_Notation_kt_fg343g) {
13512
13528
  properties_initialized_Notation_kt_fg343g = true;
13513
- UCI_0 = ensureNotNull(Companion_getInstance_10().get('UCI'));
13514
- SAN_0 = ensureNotNull(Companion_getInstance_10().get('SAN'));
13529
+ UCI_0 = ensureNotNull(Companion_getInstance_11().get('UCI'));
13530
+ SAN_0 = ensureNotNull(Companion_getInstance_11().get('SAN'));
13515
13531
  }
13516
13532
  }
13517
13533
  function get_EMPTY() {
@@ -13579,29 +13595,29 @@ function get_BK() {
13579
13595
  return BK_0;
13580
13596
  }
13581
13597
  var BK_0;
13582
- var Companion_instance_11;
13583
- function Companion_getInstance_11() {
13584
- if (Companion_instance_11 === VOID)
13585
- new Companion_11();
13586
- return Companion_instance_11;
13598
+ var Companion_instance_12;
13599
+ function Companion_getInstance_12() {
13600
+ if (Companion_instance_12 === VOID)
13601
+ new Companion_12();
13602
+ return Companion_instance_12;
13587
13603
  }
13588
13604
  var properties_initialized_Piece_kt_ae3dia;
13589
13605
  function _init_properties_Piece_kt__xog22k() {
13590
13606
  if (!properties_initialized_Piece_kt_ae3dia) {
13591
13607
  properties_initialized_Piece_kt_ae3dia = true;
13592
- EMPTY_0 = Companion_getInstance_11().p10_1.d1(0);
13593
- WP_0 = Companion_getInstance_11().p10_1.d1(1);
13594
- WN_0 = Companion_getInstance_11().p10_1.d1(2);
13595
- WB_0 = Companion_getInstance_11().p10_1.d1(3);
13596
- WR_0 = Companion_getInstance_11().p10_1.d1(4);
13597
- WQ_0 = Companion_getInstance_11().p10_1.d1(5);
13598
- WK_0 = Companion_getInstance_11().p10_1.d1(6);
13599
- BP_0 = Companion_getInstance_11().p10_1.d1(7);
13600
- BN_0 = Companion_getInstance_11().p10_1.d1(8);
13601
- BB_0 = Companion_getInstance_11().p10_1.d1(9);
13602
- BR_0 = Companion_getInstance_11().p10_1.d1(10);
13603
- BQ_0 = Companion_getInstance_11().p10_1.d1(11);
13604
- BK_0 = Companion_getInstance_11().p10_1.d1(12);
13608
+ EMPTY_0 = Companion_getInstance_12().q10_1.d1(0);
13609
+ WP_0 = Companion_getInstance_12().q10_1.d1(1);
13610
+ WN_0 = Companion_getInstance_12().q10_1.d1(2);
13611
+ WB_0 = Companion_getInstance_12().q10_1.d1(3);
13612
+ WR_0 = Companion_getInstance_12().q10_1.d1(4);
13613
+ WQ_0 = Companion_getInstance_12().q10_1.d1(5);
13614
+ WK_0 = Companion_getInstance_12().q10_1.d1(6);
13615
+ BP_0 = Companion_getInstance_12().q10_1.d1(7);
13616
+ BN_0 = Companion_getInstance_12().q10_1.d1(8);
13617
+ BB_0 = Companion_getInstance_12().q10_1.d1(9);
13618
+ BR_0 = Companion_getInstance_12().q10_1.d1(10);
13619
+ BQ_0 = Companion_getInstance_12().q10_1.d1(11);
13620
+ BK_0 = Companion_getInstance_12().q10_1.d1(12);
13605
13621
  }
13606
13622
  }
13607
13623
  function get_WHITE() {
@@ -13614,18 +13630,18 @@ function get_BLACK() {
13614
13630
  return BLACK_0;
13615
13631
  }
13616
13632
  var BLACK_0;
13617
- var Companion_instance_12;
13618
- function Companion_getInstance_12() {
13619
- if (Companion_instance_12 === VOID)
13620
- new Companion_12();
13621
- return Companion_instance_12;
13633
+ var Companion_instance_13;
13634
+ function Companion_getInstance_13() {
13635
+ if (Companion_instance_13 === VOID)
13636
+ new Companion_13();
13637
+ return Companion_instance_13;
13622
13638
  }
13623
13639
  var properties_initialized_Side_kt_xjv14p;
13624
13640
  function _init_properties_Side_kt__trrix5() {
13625
13641
  if (!properties_initialized_Side_kt_xjv14p) {
13626
13642
  properties_initialized_Side_kt_xjv14p = true;
13627
- WHITE_0 = Companion_getInstance_12().b12_1.d1(0);
13628
- BLACK_0 = Companion_getInstance_12().b12_1.d1(1);
13643
+ WHITE_0 = Companion_getInstance_13().c12_1.d1(0);
13644
+ BLACK_0 = Companion_getInstance_13().c12_1.d1(1);
13629
13645
  }
13630
13646
  }
13631
13647
  function get_A1() {
@@ -13948,85 +13964,85 @@ function get_H8() {
13948
13964
  return H8_0;
13949
13965
  }
13950
13966
  var H8_0;
13951
- var Companion_instance_13;
13952
- function Companion_getInstance_13() {
13953
- if (Companion_instance_13 === VOID)
13954
- new Companion_13();
13955
- return Companion_instance_13;
13967
+ var Companion_instance_14;
13968
+ function Companion_getInstance_14() {
13969
+ if (Companion_instance_14 === VOID)
13970
+ new Companion_14();
13971
+ return Companion_instance_14;
13956
13972
  }
13957
13973
  var properties_initialized_Square_kt_d57phb;
13958
13974
  function _init_properties_Square_kt__qeygot() {
13959
13975
  if (!properties_initialized_Square_kt_d57phb) {
13960
13976
  properties_initialized_Square_kt_d57phb = true;
13961
- A1_0 = Companion_getInstance_13().d12_1.d1(0);
13962
- B1_0 = Companion_getInstance_13().d12_1.d1(1);
13963
- C1_0 = Companion_getInstance_13().d12_1.d1(2);
13964
- D1_0 = Companion_getInstance_13().d12_1.d1(3);
13965
- E1_0 = Companion_getInstance_13().d12_1.d1(4);
13966
- F1_0 = Companion_getInstance_13().d12_1.d1(5);
13967
- G1_0 = Companion_getInstance_13().d12_1.d1(6);
13968
- H1_0 = Companion_getInstance_13().d12_1.d1(7);
13969
- A2_0 = Companion_getInstance_13().d12_1.d1(8);
13970
- B2_0 = Companion_getInstance_13().d12_1.d1(9);
13971
- C2_0 = Companion_getInstance_13().d12_1.d1(10);
13972
- D2_0 = Companion_getInstance_13().d12_1.d1(11);
13973
- E2_0 = Companion_getInstance_13().d12_1.d1(12);
13974
- F2_0 = Companion_getInstance_13().d12_1.d1(13);
13975
- G2_0 = Companion_getInstance_13().d12_1.d1(14);
13976
- H2_0 = Companion_getInstance_13().d12_1.d1(15);
13977
- A3_0 = Companion_getInstance_13().d12_1.d1(16);
13978
- B3_0 = Companion_getInstance_13().d12_1.d1(17);
13979
- C3_0 = Companion_getInstance_13().d12_1.d1(18);
13980
- D3_0 = Companion_getInstance_13().d12_1.d1(19);
13981
- E3_0 = Companion_getInstance_13().d12_1.d1(20);
13982
- F3_0 = Companion_getInstance_13().d12_1.d1(21);
13983
- G3_0 = Companion_getInstance_13().d12_1.d1(22);
13984
- H3_0 = Companion_getInstance_13().d12_1.d1(23);
13985
- A4_0 = Companion_getInstance_13().d12_1.d1(24);
13986
- B4_0 = Companion_getInstance_13().d12_1.d1(25);
13987
- C4_0 = Companion_getInstance_13().d12_1.d1(26);
13988
- D4_0 = Companion_getInstance_13().d12_1.d1(27);
13989
- E4_0 = Companion_getInstance_13().d12_1.d1(28);
13990
- F4_0 = Companion_getInstance_13().d12_1.d1(29);
13991
- G4_0 = Companion_getInstance_13().d12_1.d1(30);
13992
- H4_0 = Companion_getInstance_13().d12_1.d1(31);
13993
- A5_0 = Companion_getInstance_13().d12_1.d1(32);
13994
- B5_0 = Companion_getInstance_13().d12_1.d1(33);
13995
- C5_0 = Companion_getInstance_13().d12_1.d1(34);
13996
- D5_0 = Companion_getInstance_13().d12_1.d1(35);
13997
- E5_0 = Companion_getInstance_13().d12_1.d1(36);
13998
- F5_0 = Companion_getInstance_13().d12_1.d1(37);
13999
- G5_0 = Companion_getInstance_13().d12_1.d1(38);
14000
- H5_0 = Companion_getInstance_13().d12_1.d1(39);
14001
- A6_0 = Companion_getInstance_13().d12_1.d1(40);
14002
- B6_0 = Companion_getInstance_13().d12_1.d1(41);
14003
- C6_0 = Companion_getInstance_13().d12_1.d1(42);
14004
- D6_0 = Companion_getInstance_13().d12_1.d1(43);
14005
- E6_0 = Companion_getInstance_13().d12_1.d1(44);
14006
- F6_0 = Companion_getInstance_13().d12_1.d1(45);
14007
- G6_0 = Companion_getInstance_13().d12_1.d1(46);
14008
- H6_0 = Companion_getInstance_13().d12_1.d1(47);
14009
- A7_0 = Companion_getInstance_13().d12_1.d1(48);
14010
- B7_0 = Companion_getInstance_13().d12_1.d1(49);
14011
- C7_0 = Companion_getInstance_13().d12_1.d1(50);
14012
- D7_0 = Companion_getInstance_13().d12_1.d1(51);
14013
- E7_0 = Companion_getInstance_13().d12_1.d1(52);
14014
- F7_0 = Companion_getInstance_13().d12_1.d1(53);
14015
- G7_0 = Companion_getInstance_13().d12_1.d1(54);
14016
- H7_0 = Companion_getInstance_13().d12_1.d1(55);
14017
- A8_0 = Companion_getInstance_13().d12_1.d1(56);
14018
- B8_0 = Companion_getInstance_13().d12_1.d1(57);
14019
- C8_0 = Companion_getInstance_13().d12_1.d1(58);
14020
- D8_0 = Companion_getInstance_13().d12_1.d1(59);
14021
- E8_0 = Companion_getInstance_13().d12_1.d1(60);
14022
- F8_0 = Companion_getInstance_13().d12_1.d1(61);
14023
- G8_0 = Companion_getInstance_13().d12_1.d1(62);
14024
- H8_0 = Companion_getInstance_13().d12_1.d1(63);
14025
- }
14026
- }
14027
- var Companion_instance_14;
14028
- function Companion_getInstance_14() {
14029
- return Companion_instance_14;
13977
+ A1_0 = Companion_getInstance_14().e12_1.d1(0);
13978
+ B1_0 = Companion_getInstance_14().e12_1.d1(1);
13979
+ C1_0 = Companion_getInstance_14().e12_1.d1(2);
13980
+ D1_0 = Companion_getInstance_14().e12_1.d1(3);
13981
+ E1_0 = Companion_getInstance_14().e12_1.d1(4);
13982
+ F1_0 = Companion_getInstance_14().e12_1.d1(5);
13983
+ G1_0 = Companion_getInstance_14().e12_1.d1(6);
13984
+ H1_0 = Companion_getInstance_14().e12_1.d1(7);
13985
+ A2_0 = Companion_getInstance_14().e12_1.d1(8);
13986
+ B2_0 = Companion_getInstance_14().e12_1.d1(9);
13987
+ C2_0 = Companion_getInstance_14().e12_1.d1(10);
13988
+ D2_0 = Companion_getInstance_14().e12_1.d1(11);
13989
+ E2_0 = Companion_getInstance_14().e12_1.d1(12);
13990
+ F2_0 = Companion_getInstance_14().e12_1.d1(13);
13991
+ G2_0 = Companion_getInstance_14().e12_1.d1(14);
13992
+ H2_0 = Companion_getInstance_14().e12_1.d1(15);
13993
+ A3_0 = Companion_getInstance_14().e12_1.d1(16);
13994
+ B3_0 = Companion_getInstance_14().e12_1.d1(17);
13995
+ C3_0 = Companion_getInstance_14().e12_1.d1(18);
13996
+ D3_0 = Companion_getInstance_14().e12_1.d1(19);
13997
+ E3_0 = Companion_getInstance_14().e12_1.d1(20);
13998
+ F3_0 = Companion_getInstance_14().e12_1.d1(21);
13999
+ G3_0 = Companion_getInstance_14().e12_1.d1(22);
14000
+ H3_0 = Companion_getInstance_14().e12_1.d1(23);
14001
+ A4_0 = Companion_getInstance_14().e12_1.d1(24);
14002
+ B4_0 = Companion_getInstance_14().e12_1.d1(25);
14003
+ C4_0 = Companion_getInstance_14().e12_1.d1(26);
14004
+ D4_0 = Companion_getInstance_14().e12_1.d1(27);
14005
+ E4_0 = Companion_getInstance_14().e12_1.d1(28);
14006
+ F4_0 = Companion_getInstance_14().e12_1.d1(29);
14007
+ G4_0 = Companion_getInstance_14().e12_1.d1(30);
14008
+ H4_0 = Companion_getInstance_14().e12_1.d1(31);
14009
+ A5_0 = Companion_getInstance_14().e12_1.d1(32);
14010
+ B5_0 = Companion_getInstance_14().e12_1.d1(33);
14011
+ C5_0 = Companion_getInstance_14().e12_1.d1(34);
14012
+ D5_0 = Companion_getInstance_14().e12_1.d1(35);
14013
+ E5_0 = Companion_getInstance_14().e12_1.d1(36);
14014
+ F5_0 = Companion_getInstance_14().e12_1.d1(37);
14015
+ G5_0 = Companion_getInstance_14().e12_1.d1(38);
14016
+ H5_0 = Companion_getInstance_14().e12_1.d1(39);
14017
+ A6_0 = Companion_getInstance_14().e12_1.d1(40);
14018
+ B6_0 = Companion_getInstance_14().e12_1.d1(41);
14019
+ C6_0 = Companion_getInstance_14().e12_1.d1(42);
14020
+ D6_0 = Companion_getInstance_14().e12_1.d1(43);
14021
+ E6_0 = Companion_getInstance_14().e12_1.d1(44);
14022
+ F6_0 = Companion_getInstance_14().e12_1.d1(45);
14023
+ G6_0 = Companion_getInstance_14().e12_1.d1(46);
14024
+ H6_0 = Companion_getInstance_14().e12_1.d1(47);
14025
+ A7_0 = Companion_getInstance_14().e12_1.d1(48);
14026
+ B7_0 = Companion_getInstance_14().e12_1.d1(49);
14027
+ C7_0 = Companion_getInstance_14().e12_1.d1(50);
14028
+ D7_0 = Companion_getInstance_14().e12_1.d1(51);
14029
+ E7_0 = Companion_getInstance_14().e12_1.d1(52);
14030
+ F7_0 = Companion_getInstance_14().e12_1.d1(53);
14031
+ G7_0 = Companion_getInstance_14().e12_1.d1(54);
14032
+ H7_0 = Companion_getInstance_14().e12_1.d1(55);
14033
+ A8_0 = Companion_getInstance_14().e12_1.d1(56);
14034
+ B8_0 = Companion_getInstance_14().e12_1.d1(57);
14035
+ C8_0 = Companion_getInstance_14().e12_1.d1(58);
14036
+ D8_0 = Companion_getInstance_14().e12_1.d1(59);
14037
+ E8_0 = Companion_getInstance_14().e12_1.d1(60);
14038
+ F8_0 = Companion_getInstance_14().e12_1.d1(61);
14039
+ G8_0 = Companion_getInstance_14().e12_1.d1(62);
14040
+ H8_0 = Companion_getInstance_14().e12_1.d1(63);
14041
+ }
14042
+ }
14043
+ var Companion_instance_15;
14044
+ function Companion_getInstance_15() {
14045
+ return Companion_instance_15;
14030
14046
  }
14031
14047
  function get_initialPosition() {
14032
14048
  _init_properties_factory_kt__5kmpyw_0();
@@ -14115,7 +14131,7 @@ function matchOf(white, black, impactFactor, rangeFactor, logisticBase, id, roun
14115
14131
  id = id === VOID ? null : id;
14116
14132
  round = round === VOID ? null : round;
14117
14133
  _init_properties_factory_kt__5kmpyw_0();
14118
- return new Match(new RatedMatch(white.t10_1, black.t10_1, new EloCalculator(impactFactor, rangeFactor, logisticBase), id, round));
14134
+ return new Match(new RatedMatch(white.u10_1, black.u10_1, new EloCalculator(impactFactor, rangeFactor, logisticBase), id, round));
14119
14135
  }
14120
14136
  function tournament_0(type, tiebreakers, impactFactor, rangeFactor, logisticBase, idGenerator, id, name, timeControl, timeControlType) {
14121
14137
  var tmp;
@@ -14139,7 +14155,7 @@ function tournament_0(type, tiebreakers, impactFactor, rangeFactor, logisticBase
14139
14155
  _init_properties_factory_kt__5kmpyw_0();
14140
14156
  // Inline function 'kotlin.apply' call
14141
14157
  var this_0 = new Tournament(tournament(type, new EloCalculator(impactFactor, rangeFactor, logisticBase), tiebreakerComparatorOf(tiebreakers.slice()), idGenerator, id, name, timeControl, timeControlType));
14142
- this_0.q12(tiebreakers);
14158
+ this_0.r12(tiebreakers);
14143
14159
  return this_0;
14144
14160
  }
14145
14161
  function tiebreakerOf_0(name) {
@@ -14177,7 +14193,7 @@ function visibleSquares_1(piece, square, position) {
14177
14193
  // Inline function 'kotlin.text.uppercase' call
14178
14194
  // Inline function 'kotlin.js.asDynamic' call
14179
14195
  var tmp$ret$3 = square.toUpperCase();
14180
- return new Bitboard(visibleSquares_0(tmp, valueOf_6(tmp$ret$3), position.i11_1));
14196
+ return new Bitboard(visibleSquares_0(tmp, valueOf_6(tmp$ret$3), position.j11_1));
14181
14197
  }
14182
14198
  //region block: post-declaration
14183
14199
  initMetadataForCompanion(Companion);
@@ -14254,6 +14270,7 @@ initMetadataForClass(Score, 'Score');
14254
14270
  initMetadataForClass(Side, 'Side');
14255
14271
  initMetadataForCompanion(Companion_8);
14256
14272
  initMetadataForClass(Square, 'Square');
14273
+ initMetadataForCompanion(Companion_9);
14257
14274
  initMetadataForClass(sam$kotlin_Comparator$0_2, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
14258
14275
  initMetadataForClass(sam$kotlin_Comparator$0_3, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
14259
14276
  initMetadataForClass(sam$kotlin_Comparator$0_4, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
@@ -14264,43 +14281,43 @@ initMetadataForInterface(Tiebreaker, 'Tiebreaker');
14264
14281
  initMetadataForClass(Token, 'Token');
14265
14282
  initMetadataForClass(TokenType, 'TokenType');
14266
14283
  initMetadataForClass(Tokenizer, 'Tokenizer');
14267
- protoOf(BlackGames).uy = get_comparator;
14284
+ protoOf(BlackGames).vy = get_comparator;
14268
14285
  initMetadataForClass(BlackGames, 'BlackGames', BlackGames, VOID, [Tiebreaker]);
14269
14286
  initMetadataForClass(sam$kotlin_Comparator$0_7, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
14270
- protoOf(Buchholz).uy = get_comparator;
14287
+ protoOf(Buchholz).vy = get_comparator;
14271
14288
  initMetadataForClass(Buchholz, 'Buchholz', Buchholz, VOID, [Tiebreaker]);
14272
- protoOf(SonnebornBerger).uy = get_comparator;
14289
+ protoOf(SonnebornBerger).vy = get_comparator;
14273
14290
  initMetadataForClass(SonnebornBerger, 'SonnebornBerger', SonnebornBerger, VOID, [Tiebreaker]);
14274
- protoOf(Progressive).uy = get_comparator;
14291
+ protoOf(Progressive).vy = get_comparator;
14275
14292
  initMetadataForClass(Progressive, 'Progressive', Progressive, VOID, [Tiebreaker]);
14276
- protoOf(FidePerformance).uy = get_comparator;
14293
+ protoOf(FidePerformance).vy = get_comparator;
14277
14294
  initMetadataForClass(FidePerformance, 'FidePerformance', FidePerformance, VOID, [Tiebreaker]);
14278
- protoOf(LinearPerformance).uy = get_comparator;
14295
+ protoOf(LinearPerformance).vy = get_comparator;
14279
14296
  initMetadataForClass(LinearPerformance, 'LinearPerformance', LinearPerformance, VOID, [Tiebreaker]);
14280
14297
  initMetadataForClass(sam$kotlin_Comparator$0_8, 'sam$kotlin_Comparator$0', VOID, VOID, [Comparator, FunctionAdapter]);
14281
14298
  initMetadataForClass(Tuple, 'Tuple');
14282
14299
  initMetadataForLambda(bitboardToSequence$slambda, VOID, VOID, [1]);
14283
- initMetadataForCompanion(Companion_9);
14300
+ initMetadataForCompanion(Companion_10);
14284
14301
  initMetadataForClass(Bitboard, 'Bitboard');
14285
14302
  initMetadataForClass(EcoInfo_0, 'EcoInfo');
14286
14303
  initMetadataForClass(Game_0, 'Game');
14287
14304
  initMetadataForClass(Match, 'Match');
14288
14305
  initMetadataForClass(Move_0, 'Move');
14289
14306
  initMetadataForClass(Node_0, 'Node');
14290
- initMetadataForCompanion(Companion_10);
14291
- initMetadataForClass(Notation_0, 'Notation');
14292
14307
  initMetadataForCompanion(Companion_11);
14308
+ initMetadataForClass(Notation_0, 'Notation');
14309
+ initMetadataForCompanion(Companion_12);
14293
14310
  initMetadataForClass(Piece_0, 'Piece');
14294
14311
  initMetadataForClass(Player_0, 'Player');
14295
14312
  initMetadataForClass(Position_0, 'Position');
14296
14313
  initMetadataForClass(Score_0, 'Score');
14297
- initMetadataForCompanion(Companion_12);
14298
- initMetadataForClass(Side_0, 'Side');
14299
14314
  initMetadataForCompanion(Companion_13);
14315
+ initMetadataForClass(Side_0, 'Side');
14316
+ initMetadataForCompanion(Companion_14);
14300
14317
  initMetadataForClass(Square_0, 'Square');
14301
14318
  initMetadataForClass(Tiebreaker_0, 'Tiebreaker');
14302
14319
  initMetadataForClass(Tournament, 'Tournament');
14303
- initMetadataForCompanion(Companion_14);
14320
+ initMetadataForCompanion(Companion_15);
14304
14321
  initMetadataForClass(Tuple_0, 'Tuple');
14305
14322
  //endregion
14306
14323
  //region block: init
@@ -14309,14 +14326,14 @@ Companion_instance_3 = new Companion_3();
14309
14326
  Companion_instance_6 = new Companion_6();
14310
14327
  Companion_instance_8 = new Companion_8();
14311
14328
  openings = 'B00,King\'s Pawn Opening; B00,e4\nA40,Queen\'s Pawn Opening; A40,d4\nA00,Anderssen\'s Opening,a3\nA00,"Polish Gambit, Anderssen\'s Opening",a3 a5 b4\nA00,Creepy Crawly Formation,a3 e5 h3 d5\nA00,Andersspike,a3 g6 g4\nA00,Ware; Meadow Hay; Crab,a4\nA00,"Wing Gambit, Ware Opening",a4 b5\nA00,"Cologne Gambit, Ware Opening",a4 b6 d4 d5 Nc3 Nd7\nA00,Ware Gambit,a4 e5 a5 d5 e3 f5 a6\nA01,Larsen; Queen\'s Fianchetto; Nimzo-Larsen Attack A01,b3\nA01,"Symmetrical Variation, Larsen",b3 b6\nA01,"English Variation, Larsen",b3 c5\nA01,"Classical Variation, Larsen",b3 d5\nA01,"Modern Variation, Larsen",b3 e5\nA01,"Ringelbach Gambit, Larsen",b3 e5 Bb2 f5 e4\nA01,"Paschmann Gambit, Larsen",b3 e5 Bb2 Nc6 f4\nA01,"Dutch Variation, Larsen",b3 f5\nA01,"Indian Variation, Larsen",b3 Nf6\nA01,"Spike Variation, Larsen",b3 Nf6 Bb2 g6 g4\nA00,Polish; Orangutan; Sokolsky; Hunt,b4\nA00,"Birmingham Gambit, Polish",b4 c5\nA00,"Outflank Variation, Polish",b4 c6\nA00,"Schuhler Gambit, Polish",b4 c6 Bb2 a5 b5 cxb5 e4\nA00,"Myers Variation, Polish",b4 d5 Bb2 c6 a4\nA00,"Bugayev Attack, Polish",b4 e5 a3\nA00,"Wolferts Gambit, Polish",b4 e5 Bb2 c5\nA00,Schiffler-Sokolsky; Tartakower Gambit,b4 e5 Bb2 f6 e4 Bxb4\nA00,"Brinckmann Variation, Polish",b4 e5 Bb2 f6 e4 Bxb4 Bc4 Nc6 f4 Qe7 f5 g6\nA00,"Bucker Defense, Polish",b4 Na6\nA00,"Grigorian Variation, Polish",b4 Nc6\nA00,Polish Spike,b4 Nf6 Bb2 g6 g4\nA00,"Karniewski; Tubingen Variation, Polish",b4 Nh6\nA00,Saragossa; Hempel\'s Opening,c3\nA00,Hanham; Hayward,c3 e5 Qc2\nA10,English Opening; A10,c4\nA10,"Halibut Gambit, English",c4 b5\nA40,"Hartlaub Gambit, English",c4 b6 d4 Bb7 Nc3 e6 e4 f5 exf5 Nf6\nA30,"Symmetrical Defense, English; A30",c4 c5\nA30,"Wing Variation, English",c4 c5 b4\nA34,"Normal Variation, Symmetrical English; A34",c4 c5 Nc3\nA35,"Two Knights Variation, Symmetrical English; A35",c4 c5 Nc3 Nc6\nA36,"Fianchetto Variation, Symmetrical English; A36",c4 c5 Nc3 Nc6 g3\nA36,"Symmetrical Variation, Symmetrical English",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7\nA36,"Botvinnik System Reversed, Symmetrical English",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 e3 e5\nA36,"Botvinnik Variation, Symmetrical English",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 e4\nA37,"Two Knights Line, Symmetrical English; A37",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 Nf3\nA38,"Full Symmetry Line, Symmetrical English; A38",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 Nf3 Nf6\nA38,"Double Fianchetto, Symmetrical English",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 Nf3 Nf6 O-O O-O b3\nA38,"Duchamp Variation, Symmetrical English",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 Nf3 Nf6 O-O O-O d3\nA39,"Mecking Variation, Symmetrical English; A39",c4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 Nf3 Nf6 O-O O-O d4\nA34,"Fianchetto Variation, Symmetrical English",c4 c5 Nc3 Nf6 g3\nA34,"Rubinstein Variation, Symmetrical English",c4 c5 Nc3 Nf6 g3 d5 cxd5 Nxd5 Bg2 Nc7\nA34,"Asymmetrical Variation, English",c4 c5 Nc3 Nf6 Nf3 d5 cxd5 Nxd5\nA34,"Keres-Parma System, English",c4 c5 Nc3 Nf6 Nf3 e6 g3 Nc6\nA34,"Four Knights Variation, Symmetrical English",c4 c5 Nc3 Nc6 Nf3 Nf6\nA30,"Napolitano Gambit, Symmetrical English",c4 c5 Nf3 Nf6 b4\nA31,"Anti-Benoni Variation, Symmetrical English; A31",c4 c5 Nf3 Nf6 d4\nA31,"Two Knights Variation, English",c4 c5 Nf3 Nf6 d4 cxd4 Nxd4\nA32,"Spielmann Defense, Symmetrical English; A32",c4 c5 Nf3 Nf6 d4 cxd4 Nxd4 e6\nA33,A33,c4 c5 Nf3 Nf6 d4 cxd4 Nxd4 e6 Nc3 Nc6\nA33,"Geller Variation, Symmetrical English",c4 c5 Nf3 Nf6 d4 cxd4 Nxd4 e6 Nc3 Nc6 g3 Qb6\nA30,"Hedgehog Variation, Symmetrical English",c4 c5 Nf3 Nf6 g3 b6 Bg2 Bb7 O-O e6 Nc3 Be7\nA30,"Double Fianchetto Defense, English",c4 c5 Nf3 Nf6 g3 b6 Bg2 Bb7 O-O g6\nA11,"Anglo-Slav, English; A11",c4 c6\nA12,A12,c4 c6 Nf3 d5 b3\nA12,"Bled Variation, English",c4 c6 Nf3 d5 b3 Nf6 g3 g6\nA10,"Anglo Scandanavian Defense, English",c4 d5\nA10,"Loehn Gambit, English",c4 d5 cxd5 e6\nA10,"Schulz Gambit, English",c4 d5 cxd5 Nf6\nA10,"Malvinas Variation, English",c4 d5 cxd5 Qxd5 Nc3 Qa5\nA20,King\'s English; A20,c4 e5\nA20,"Kahiko-Hula Gambit, English",c4 e5 e3 Nf6 f4 exf4 Nf3\nA20,"Double Whammy, English",c4 e5 f4\nA20,"Drill Variation, English",c4 e5 g3 h5\nA21,"Reversed Sicilian, English; A21",c4 e5 Nc3\nA21,"Kramnik-Shirov Variation, English",c4 e5 Nc3 Bb4\nA21,"Troger Variation, English",c4 e5 Nc3 d6 g3 Be6 Bg2 Nc6\nA21,"Keres Defense, English",c4 e5 Nc3 d6 g3 c6\nA21,"General Variation, King\'s English",c4 e5 Nc3 d6 Nf3\nA21,"Smyslov Variation, English",c4 e5 Nc3 d6 Nf3 Bg4\nA21,Anglo-Dutch,c4 e5 Nc3 f5\nA25,"Reversed Closed Sicilian, English; A25",c4 e5 Nc3 Nc6\nA25,"Taimanov Variation, English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7\nA25,"Hungarian Attack, English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 Rb1\nA26,"Closed System, King\'s English; A26",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3\nA25,"Closed System, Full Symmetry, King\'s English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6\nA25,"Botvinnik System, King\'s English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6 e4\nA25,"Bremen-Hort Variation, English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 e3 d6 Nge2 Be6\nA25,"Botvinnik Variation, English",c4 e5 Nc3 Nc6 g3 g6 Bg2 Bg7 e4\nA27,"Three Knights System, English; A27",c4 e5 Nc3 Nc6 Nf3\nA28,"Four Knights Variation, English; A28",c4 e5 Nc3 Nc6 Nf3 Nf6\nA28,"Korchnoi Line, English",c4 e5 Nc3 Nc6 Nf3 Nf6 a3\nA28,"Flexible Line, English",c4 e5 Nc3 Nc6 Nf3 Nf6 d3\nA28,"Bradley Beach Variation, English",c4 e5 Nc3 Nc6 Nf3 Nf6 d4 e4\nA28,"Four Knights Variation, English",c4 e5 Nc3 Nc6 Nf3 Nf6 d4 exd4 Nxd4 Bb4 Bg5 h6 Bh4 Bxc3+ bxc3 Ne5\nA28,"Quiet Line, English",c4 e5 Nc3 Nc6 Nf3 Nf6 e3\nA28,"Romanishin Variation, English",c4 e5 Nc3 Nc6 Nf3 Nf6 e3 Bb4 Qc2 Bxc3\nA28,"Keene; Stean Variation, English",c4 e5 Nc3 Nc6 Nf3 Nf6 e3 Bb4 Qc2 O-O Nd5 Re8 Qf5\nA28,"Botvinnik Line, English",c4 e5 Nc3 Nc6 Nf3 Nf6 e4\nA29,"Fianchetto Line, Four Knights English; A29",c4 e5 Nc3 Nc6 Nf3 Nf6 g3\nA22,"Two Knights Variation, English; A22",c4 e5 Nc3 Nf6\nA22,"Mazedonisch Variation, English",c4 e5 Nc3 Nf6 f4\nA22,"Bremen; Carls Variation, English",c4 e5 Nc3 Nf6 g3\nA22,"Kapengut; Smyslov; Modern V, English",c4 e5 Nc3 Nf6 g3 Bb4\nA23,"Keres Variation, English; A23",c4 e5 Nc3 Nf6 g3 c6\nA23,"Reversed Dragon, English",c4 e5 Nc3 Nf6 g3 d5\nA24,"Fianchetto Lines, Two Knights Variation, English; A24",c4 e5 Nc3 Nf6 g3 g6\nA24,"Prickly Pawn Pass System, English",c4 e5 Nc3 Nf6 g3 g6 Bg2 Bg7 d3 d6 e4 O-O Nge2 c6 O-O a6\nA22,"Bellon Gambit, English",c4 e5 Nc3 Nf6 Nf3 e4 Ng5 b5\nA22,"Erbenheimer Gambit, English",c4 e5 Nc3 Nf6 Nf3 e4 Ng5 Ng4\nA20,"Nimzovich Variation, English",c4 e5 Nf3\nA20,"Nimzovich-Flohr Variation, English",c4 e5 Nf3 e4\nA20,English Queen,c4 e5 Qa4\nA13,"Agincourt; Kurajica Defense, English; A13",c4 e6\nA13,English Defense,c4 e6 d4 b6\nA13,"King\'s Knight Variation, English",c4 e6 Nf3 d5\nA13,"Wimpy System, English",c4 e6 Nf3 d5 b3 Nf6 Bb2 c5 e3\nA13,"Afincourt Variation, English",c4 e6 Nf3 d5 g3\nA13,"Kurajica Defense, English",c4 e6 Nf3 d5 g3 c6\nA13,"Neo Catalan, English",c4 e6 Nf3 d5 g3 Nf6\nA14,A14,c4 e6 Nf3 d5 g3 Nf6 Bg2 Be7\nA14,"Neo Catalan Declined, English",c4 e6 Nf3 d5 g3 Nf6 Bg2 Be7 O-O\nA14,"Keres Defense, English",c4 e6 Nf3 d5 g3 Nf6 Bg2 Be7 O-O c5 cxd5 Nxd5 Nc3 Nc6\nA13,"Neo Catalan Accepted, English",c4 e6 Nf3 d5 g3 Nf6 Bg2 dxc4\nA13,"Romanishin Gambit, English",c4 e6 Nf3 Nf6 g3 a6 Bg2 b5\nA10,Anglo-Dutch Defense,c4 f5\nA10,Anglo-Polish Dutch,c4 f5 b4\nA10,"Hickmann Gambit, English",c4 f5 e4\nA10,"Hickmann Gambit, English",c4 f5 e4 fxe4 d3\nA10,"Porcupine Variation, English",c4 f5 e4 fxe4 Nc3 Nf6 g4\nA10,"Wade Gambit, English",c4 f5 g4\nA10,English Spike,c4 f5 g4\nA10,"Chabanon Gambit, English",c4 f5 Nf3 d6 e4\nA10,"Myers Defense, English",c4 g5 d4 Bg7\nA10,"Zilbermints Gambit, English",c4 g5 d4 e5\nA10,"Great Snake, English",c4 g6\nA10,"Adorjan System, English",c4 g6 e4 e5\nA10,Beefeater,c4 g6 Nc3 Bg7 d4 c5 d5 Bxc3 bxc3 f5\nA10,"Anglo-Lithuanian Variation, English",c4 Nc6\nA15,"Anglo System, English; A15",c4 Nf6\nA15,"Mikenas-Carls Variation, English",c4 Nf6\nA15,English Orangutan,c4 Nf6 b4\nA15,Shirazi Shove,c4 Nf6 g3 h5\nA16,A16,c4 Nf6 Nc3\nA16,"Golombek Defense, English; Anti English",c4 Nf6 Nc3 d5\nA16,"Czech Variation, English",c4 Nf6 Nc3 d5 cxd5 Nxd5 g3 g6 Bg2 Nb6\nA17,"Smyslov Defense, English",c4 Nf6 Nc3 d5 cxd5 Nxd5 g3 g6 Bg2 Nxc3\nA16,"Korchnoi\'s Variation, English",c4 Nf6 Nc3 d5 cxd5 Nxd5 Nf3 g6 g3 Bg7 Bg2 e5\nA16,"Stein Attack, English",c4 Nf6 Nc3 d5 cxd5 Nxd5 Nf3 g6 Qa4+\nA17,"Hegehog System, Anglo-Indian English; A17",c4 Nf6 Nc3 e6\nA18,"Flohr-Mikenas-Carls Variation, English; A18",c4 Nf6 Nc3 e6 e4\nA19,"Floh-Mikenas-Carls Variation, English; A19",c4 Nf6 Nc3 e6 e4 c5\nA19,"Nei Gambit, English",c4 Nf6 Nc3 e6 e4 c5 e5 Ng8\nA18,"Kevitz Defense, English",c4 Nf6 Nc3 e6 e4 Nc6\nA18,"Queen\'s Indian Formation, English",c4 Nf6 Nc3 e6 Nf3 b6\nA17,Nimzo-English Opening,c4 Nf6 Nc3 e6 Nf3 Bb4\nA17,"Zviagintsev-Krasenkov Attack, English",c4 Nf6 Nc3 e6 Nf3 Bb4 g4\nA16,Anti-anti-grunfeld,c4 Nf6 Nc3 g6 Nf3 Bg7 e4\nA15,"King\'s Knight Variation, English",c4 Nf6 Nf3\nA15,"Romanishin Variation, English",c4 Nf6 Nf3 e6 g3 a6\nA00,Mieses; Valencia; Venezuelan Opening,d3\nA00,Venezolana,d3 c5 Nc3 Nc6 g3\nA00,Reversed Rat,d3 e5\nA00,Spike Deferred; Myers Spike Attack,d3 g6 g4\nA40,Queen Pawn Opening; A40,d4\nA40,St George\'s Gambit,d4 a6 c4 b5 e4 e6 cxb5 axb5\nA40,Polish Defense,d4 b5\nA40,"Spassky Gambit, Polish Defense",d4 b5 e4 Bb7 Bxb5\nA40,"Queen Fianchetto, Queen Pawn Game",d4 b6\nA40,Eastbourne Gambit,d4 b6 c4 Bb7 Nc3 e5\nA43,Staunton Defense; Benoni C-G; A43,d4 c5\nA43,"Zilbermints Gambit; Nakamura Gambit, Benoni",d4 c5 b4 cxb4\nA43,Old Benoni,d4 c5 d5 d6\nA43,"Schmid Variation, Benoni",d4 c5 d5 d6 Nc3 g6\nA44,"Pawn Thrust, Benoni; A44",d4 c5 d5 e5\nA44,Blockade Variation; Semi-Benoni; Russian Variation,d4 c5 d5 e5 e4 d6\nA43,Franco-Benoni; Franco-Sicilian,d4 c5 d5 e6 e4\nA43,"Clarendon Court Variation, Benoni",d4 c5 d5 f5\nA43,Benoni-Staunton Gambit,d4 c5 d5 f5 e4\nA43,"Snail Variation, Benoni",d4 c5 d5 Na6\nA43,Benoni-Indian Defense,d4 c5 d5 Nf6\nA56,"Vulture Defense, Benoni",d4 c5 d5 Nf6 c4 Ne4\nA43,"Woozle Defense, Benoni",d4 c5 d5 Nf6 Nc3 Qa5\nA43,"Kingside move order, Benoni",d4 c5 d5 Nf6 Nf3\nA43,"Hawk Variation, Benoni",d4 c5 d5 Nf6 Nf3 c4\nA43,Benoni Gambit Accepted,d4 c5 dxc5\nA43,"Cormorant Gambit, Benoni",d4 c5 dxc5 b6\nA43,"Schlenker Defense, Benoni",d4 c5 dxc5 Na6\nA43,Zilbermints-Benoni Gambit,d4 c5 Nf3 cxd4 b4\nA43,"Tamarkin Countergambit, Benoni",d4 c5 Nf3 cxd4 b4 e5\nA41,Anglo-Slav Opening,d4 c6 c4 d6\nD00,Queen Pawn Game; Close Opening; D00,d4 d5\nD00,Sarratt Attack,d4 d5 Bf4\nD00,"Steinitz Countergambit, Queen Pawn Game",d4 d5 Bf4 c5\nD00,Morris Gambit,d4 d5 Bf4 c5 e4\nD00,Morris Counter-Gambit,d4 d5 Bf4 c5 e4 dxe4\nD00,"Bishop Attack; Levitsky Attack, Queen Pawn Game",d4 d5 Bg5\nD00,Zot,d4 d5 Bg5\nD00,"Welling Variation, Queen Pawn Game",d4 d5 Bg5 Bg4\nD00,"Euwe Variation, Queen Pawn Game",d4 d5 Bg5 h6 Bh4 c6 Nf3 Qb6\nD06,Queen\'s Gambit; Aleppo Gambit; D06,d4 d5 c4\nD06,"Zilbermints Gambit, QGD",d4 d5 c4 b5\nD06,"Brieger Defense; Sahovic Defense, QGD; Baltic Defense",d4 d5 c4 Bf5\nD31,"Baltic Defense, QGD",d4 d5 c4 Bf5 cxd5 Bxb1 Qa4+ c6 dxc6 Nxc6\nD31,"Argentinian Gambit, QGD",d4 d5 c4 Bf5 cxd5 Bxb1 Qa4+ c6 dxc6 Nxc6 Rxb1 Qxd4\nD06,"Pseudo-Slav, QGD",d4 d5 c4 Bf5 Nc3 e6 Nf3 c6\nD06,"Pseudo-Chigorin, QGD",d4 d5 c4 Bf5 Nc3 e6 Nf3 Nc6\nD06,"Queen Attack, Baltic Defens, QGD",d4 d5 c4 Bf5 Nc3 e6 Qb3\nD06,"Austrian Defense; Summetrical Defense, QGD",d4 d5 c4 c5\nD06,"Gusev Countergambit, QGD",d4 d5 c4 c5 cxd5 Nf6\nD06,"Haberditz Variation, QGD",d4 d5 c4 c5 cxd5 Nf6 e4 Nxe4 dxc5 Qa5+\nD06,"Salvio Countergambit, QGD",d4 d5 c4 c5 dxc5 d4\nD10,"Slav Defense; Czech Defense, QGD; D10",d4 d5 c4 c6\nD10,"Exchange Variation, Slav",d4 d5 c4 c6 cxd5\nD10,Slav Pawn Game,d4 d5 c4 c6 e3\nD10,"Diemer Gambit, Slav",d4 d5 c4 c6 e4\nD10,"Alekhine Attack, Slav",d4 d5 c4 c6 Nc3 dxc4 e4\nD10,"Winawer Counter Gambit, Slav",d4 d5 c4 c6 Nc3 e5\nD10,"Anti-Winawer Gambit, Slav",d4 d5 c4 c6 Nc3 e5 e4\nD11,"Modern Line, Slav; D11",d4 d5 c4 c6 Nf3\nD11,Slav Bishop\'s Game,d4 d5 c4 c6 Nf3 Bf5\nD11,"Bonet Gambit, Slav",d4 d5 c4 c6 Nf3 Nf6 Bg5\nD13,"Exchange Variation, Slav; D13",d4 d5 c4 c6 Nf3 Nf6 cxd5\nD14,"Symmetrical Line, Slav; D14",d4 d5 c4 c6 Nf3 Nf6 cxd5 cxd5 Nc3 Nc6 Bf4 Bf5\nD14,"Trifunovic Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 cxd5 cxd5 Nc3 Nc6 Bf4 Bf5 e3 e6 Qb3 Bb4\nD11,"Quiet Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 e3\nD12,"Schallopp Defense, Slav; D12",d4 d5 c4 c6 Nf3 Nf6 e3 Bf5\nD12,"Amsterdam Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 e3 Bf5 cxd5 cxd5 Nc3\nD12,"Rotterdam Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 e3 Bf5 cxd5 cxd5 Qb3\nD12,"Landau Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 e3 Bf5 cxd5 cxd5 Qb3 Qc8 Bd2 e6 Na3\nD12,"Pin Defense, Slav",d4 d5 c4 c6 Nf3 Nf6 e3 Bg4\nD11,"Breyer Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nbd2\nD15,"Three Knights Variation, Slav; D15",d4 d5 c4 c6 Nf3 Nf6 Nc3\nD15,"Chameleon Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 a6\nD15,"Advance System, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 c5\nD15,"Two Knights Attack, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4\nD16,"Alapin Variation, Slav; D16",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4\nD17,Czech Defense; Open Slav Defense; D17,d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5\nD18,"Dutch Variation, Slav; D18",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 e3\nD19,"Main Line, Czech Variation, Slav; D19",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 e3 e6 Bxc4 Bb4 O-O O-O Qe2\nD18,"Mareschall Variation, Slav; Lasker Variation",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 e3 Na6\nD17,"Krause Attack, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Ne5\nD17,"Wiesbaden Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Ne5 e6\nD17,"Sharp Line, Wiesbaden Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Ne5 e6 f3 Bb4 e4\nD17,"Fazekas Gambit, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Ne5 Na6 e4\nD17,"Carlsbad Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Ne5 Nbd7 Nxc4 Qc7 g3 e5\nD17,"Baarn Variation, Slav; Bled Attack",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bf5 Nh4\nD16,"Steiner Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Bg4\nD16,"Soultanbeieff Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 e6\nD16,"Smyslov Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 a4 Na6\nD15,"Alekhine Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 e3\nD15,"Alekhine Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 e3 b5 a4 b4\nD15,"Geller Variation; Geller-Tolush Var, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 dxc4 e4\nD15,"Schlechter Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 g6\nD15,"Suchting Variation, Slav",d4 d5 c4 c6 Nf3 Nf6 Nc3 Qb6\nD20,Queen\'s Gambit Accepted; D20,d4 d5 c4 dxc4\nD20,"Old Variation, QGA",d4 d5 c4 dxc4 e3\nD20,"Korchnoi Gambit, QGA",d4 d5 c4 dxc4 e3 e5 Bc4 exd4 Qb3 Qe7 Kf1\nD20,"Novikov Gambit, QGA",d4 d5 c4 dxc4 e3 e5 Bc4 exd4 Qb3 Qe7 Nd2\nD20,"Christensen Gambit, QGA",d4 d5 c4 dxc4 e3 e5 Bc4 exd4 Qb3 Qe7 Nf3\nD20,"Saduleto Variation, QGA; Central Variation, QGA",d4 d5 c4 dxc4 e4\nD20,"Greco Variation, QGA",d4 d5 c4 dxc4 e4 b5\nD20,"Rubinstein Variation, QGA",d4 d5 c4 dxc4 e4 c5\nD20,"Yefimov Gambit, QGA",d4 d5 c4 dxc4 e4 c5 d5 b5\nD20,"Linares Variation, QGA",d4 d5 c4 dxc4 e4 c5 d5 Nf6 Nc3 b5\nD20,"McDonnell Defense, QGA",d4 d5 c4 dxc4 e4 e5\nD20,"Somov Gambit, QGA",d4 d5 c4 dxc4 e4 e5 Bxc4\nD01,Betbeder; Veresov; Levitzky; Parisian,d4 d5 c4 dxc4 e4 f5\nD20,"Versov; Betbeder; Schwartz Defense, QGA",d4 d5 c4 dxc4 e4 f5\nD20,"Modern Defense, QGA",d4 d5 c4 dxc4 e4 Nc6\nD20,"Alekhine System, QGA",d4 d5 c4 dxc4 e4 Nf6\nD20,"Gunsberg Defense; Prianishenmo Gambit, QGA",d4 d5 c4 dxc4 Nf3 c5 d5 Nf6 Nc3 e6 e4 exd5 e5\nD21,"Blackburne\'s Move, QGA; Normal Variation, QGA; D21",d4 d5 c4 dxc4 Nf3\nD21,"Alekhine Variation, QGA",d4 d5 c4 dxc4 Nf3 a6\nD22,D22,d4 d5 c4 dxc4 Nf3 a6 e3\nD22,"Haberditz Variation, QGA",d4 d5 c4 dxc4 Nf3 a6 e3 b5\nD22,"Alekhine Variation, QGA",d4 d5 c4 dxc4 Nf3 a6 e3 Bg4\nD22,"Borisenko-Furman Variation, QGA",d4 d5 c4 dxc4 Nf3 a6 e4\nD21,"Slav Gambit, QGA",d4 d5 c4 dxc4 Nf3 b5\nD21,"Gunsberg Defense, QGA",d4 d5 c4 dxc4 Nf3 c5\nD21,"Prianishenmo Gambit, QGA",d4 d5 c4 dxc4 Nf3 c5 d5 Nf6 Nc3 e6 e4 exd5 e5\nD21,"Rosenthal Variation, QGA",d4 d5 c4 dxc4 Nf3 e6\nD21,"Godes Variation, QGA",d4 d5 c4 dxc4 Nf3 Nd7\nD23,D23,d4 d5 c4 dxc4 Nf3 Nf6\nD25,D25,d4 d5 c4 dxc4 Nf3 Nf6 e3\nD25,"Flohr; Winawer Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 Be6\nD25,"Larsen; Janowski; Modern Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 Bg4\nD26,Traditional System QGA; D26,d4 d5 c4 dxc4 Nf3 Nf6 e3 e6\nD26,"Classical Defense, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5\nD27,"Rubinstein Variation, QGA; D27",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6\nD27,"Furman Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 dxc5 Bxc5\nD27,"Russian Gambit, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 e4\nD28,"Alekhine System, Classical Defense, QGA; D28",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2\nD28,"Accelerated Fianchetto, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2 b5\nD29,D29,d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2 b5 Bb3 Bb7\nD29,"Smyslov Variation, Classical Defense, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2 b5 Bb3 Bb7 Rd1 Nbd7 Nc3 Bd6\nD28,"Counter Fianchetto Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2 Nc6 dxc5\nD28,"Four Knights Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O a6 Qe2 Nc6 Nc3\nD26,"Steinitz Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O cxd4\nD26,"Development Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 e6 Bxc4 c5 O-O Nc6\nD25,"Smyslov Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 e3 g6\nD24,"Showalter Variation, QGA; D24",d4 d5 c4 dxc4 Nf3 Nf6 Nc3\nD24,"Bogoljubow Defense, QGA",d4 d5 c4 dxc4 Nf3 Nf6 Nc3 a6 e4\nD23,"Mannheim Variation, QGA",d4 d5 c4 dxc4 Nf3 Nf6 Qa4+\nD08,"Albin Countergambit; Cavalotti Var, QGD; D08",d4 d5 c4 e5\nD08,"Lasker Trap, QGD",d4 d5 c4 e5 dxe5 d4 e3 Bb4+ Bd2 dxe3\nD08,"Normal Line, Albin Countergambit, QGD",d4 d5 c4 e5 dxe5 d4 Nf3\nD08,"Tartakower Defense, QGD",d4 d5 c4 e5 dxe5 d4 Nf3 c5\nD09,"Fianchetto Variation, Albin Countergambit; D09",d4 d5 c4 e5 dxe5 d4 Nf3 Nc6 g3\nD08,"Alapin Variation, QGD",d4 d5 c4 e5 dxe5 d4 Nf3 Nc6 Nbd2\nD30,D30,d4 d5 c4 e6\nD31,"Queen\'s Knight Variation, QGD; D31",d4 d5 c4 e6 Nc3\nD31,"Janowski Variation, QGD",d4 d5 c4 e6 Nc3 a6\nD31,"Alapin Variation, QGD",d4 d5 c4 e6 Nc3 b6\nD31,"Alatortsev; Petrosian, Charousek Var, QGD",d4 d5 c4 e6 Nc3 Be7\nD31,"Miladinovic Gambit, QGD",d4 d5 c4 e6 Nc3 Be7 e4 dxe4 f3\nD32,"Tarrasch Defense, QGD; D32",d4 d5 c4 e6 Nc3 c5\nD32,"Schara-Hennig; Duisburg Gambit, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 cxd4\nD32,"Von Hennig Gambit, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 cxd4 Qxd4 Nc6 Qd1 exd5 Qxd5 Be6\nD32,"Tarrasch Gambit, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 dxc5 d4 Na4 b5\nD32,"Marshall Gambit, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 e4\nD32,"Two Knights Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3\nD32,"Grunfeld Gambit, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 dxc5 d4 Na4 b5\nD33,"Lodz; Schlecter; Rubinstein Var, QGD; D33",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3\nD33,"Folkestone; Swedish Var, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 c4\nD33,"Prague Variation, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6\nD34,D34,d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7\nD34,"Rubinstein; Normal Position, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O\nD34,"Carlsbad Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O Bg5\nD34,"Endgame Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O Bg5 Be6\nD34,"Bogoljubow Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O Bg5 Be6 Rc1 c4\nD34,"Advance Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O Bg5 c4\nD34,"Spassky Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O Bg5 cxd4 Nxd4\nD34,"Reti Variation, QGD",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O dxc5 Bxc5 Na4\nD34,Classical Tarrasch Gambit,d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Be7 O-O O-O dxc5 d4\nD33,"Wagner Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 cxd5 exd5 Nf3 Nc6 g3 Nf6 Bg2 Bg4\nD32,"Symmetrical Variation, Tarrasch",d4 d5 c4 e6 Nc3 c5 e3 Nf6 Nf3 Nc6\nD31,Semi-Slav Defense,d4 d5 c4 e6 Nc3 c6\nA84,"Slav Stonewall, Dutch",d4 d5 c4 e6 Nc3 c6 e3 f5\nD31,"Portisch Gambit, Semi-Slav",d4 d5 c4 e6 Nc3 c6 e3 f5 g4\nD31,"Marshall Gambit, Semi-Slav",d4 d5 c4 e6 Nc3 c6 e4\nD31,"Gunderam Gambit, Semi-Slav",d4 d5 c4 e6 Nc3 c6 e4 dxe4 f3\nD31,"Tolush Variation, Semi-Slav",d4 d5 c4 e6 Nc3 c6 e4 dxe4 Nxe4 Bb4+ Bd2 Qxd4 Bxb4 Qxe4+ Be2 c5 Bxc5 Qxg2\nD31,"Noteboom Variation, Semi-Slav",d4 d5 c4 e6 Nc3 c6 Nf3 dxc4\nD31,"Abrahams; Noteboom; Klaus Junge Var, QGD",d4 d5 c4 e6 Nc3 c6 Nf3 dxc4 a4 Bb4 e3 b5 Bd2 a5\nD31,"Anti-Noteboom Variation, Semi-Slav",d4 d5 c4 e6 Nc3 c6 Nf3 dxc4 Bg5\nD31,"Beliavsky Line, Semi-Slav",d4 d5 c4 e6 Nc3 c6 Nf3 dxc4 Bg5 f6\nD35,D35,d4 d5 c4 e6 Nc3 Nf6\nD35,"Harrwitz; Rubinstein Var, QGD",d4 d5 c4 e6 Nc3 Nf6 Bf4\nD50,"Modern Variation, QGD; D50",d4 d5 c4 e6 Nc3 Nf6 Bg5\nD53,D53,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7\nD53,"Heral Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 Bxf6\nD53,"Lasker Defense, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 Ne4\nD55,D55,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3\nD55,"Pillsbury Attack, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 b6 Bd3 Bb7 cxd5 exd5 Ne5\nD55,"Neo Orthodox Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6\nD56,D56,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4\nD58,"Tartakower Variation, QGD; D58",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 b6\nD59,"Exchange Variation, Tartakower Defense, QGD; D59",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 b6 cxd5 Nxd5\nD56,"Lasker Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 Ne4 Bxe7 Qxe7\nD57,D57,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 Ne4 Bxe7 Qxe7 cxd5\nD57,"Bernstein Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 Ne4 Bxe7 Qxe7 cxd5 Nxc3 bxc3\nD56,"Teichmann Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bh4 Ne4 Bxe7 Qxe7 Qc2\nD55,"Anti-Tartakower Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bxf6\nD55,"Petrosian Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 h6 Bxf6 Bxf6 Rc1 c6 Bd3 Nd7 O-O dxc4\nD60,"Orthodox Variation, QGD; D60",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7\nD60,"Botvinnik Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Bd3\nD60,"Rauzer Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Qb3\nD61,"Rubinstein Variation, Orthodox Defense, QGD; D61",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Qc2\nD62,D62,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Qc2 c5 cxd5\nD63,D63,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1\nD63,"Henneberger; Swiss Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 a6\nD63,"Capablanca Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 b6 cxd5 exd5 Bb5\nD63,"Pillsbury Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 b6 cxd5 exd5 Bd3\nD63,"Rubinstein Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6\nD66,D66,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3\nD66,"Fianchetto Variation, Orthodox Defense, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 b5\nD67,"Capablanca Freeing Maneuver, QGD; D67",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5\nD67,"Alekhine Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5 Bxe7 Qxe7 Ne4\nD67,"Classical Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5 Bxe7 Qxe7 O-O Nxc3 Rxc3\nD68,D68,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5 Bxe7 Qxe7 O-O Nxc3 1Rxc3 e5\nD69,D69,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5 Bxe7 Qxe7 O-O Nxc3 1Rxc3 e5 1dxe5\nD64,"Janowski Variation, Orthodox Defense, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Bd3 dxc4 Bxc4 Nd5 h4\nD64,"Rubinstein Attack, Orthodox Defense, QGD; D64",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Qc2\nD65,D65,d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Nf3 Nbd7 Rc1 c6 Qc2 a6 cxd5\nD54,"Neo-Orthodox Variation, QGD; D54",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 e3 O-O Rc1\nD50,"Uhlmann Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Be7 Nf3 h6 Bh4 O-O Rc1 dxc4\nD50,Been & Koomen; Dutch & Peruvian,d4 d5 c4 e6 Nc3 Nf6 Bg5 c5\nD50,"Pseudo-Tarrasch Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 c5 cxd5\nD50,"Canal; Venice Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 c5 cxd5 Qb6\nD50,"Primitive Pillsbury Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 c5 Nf3 cxd4 Qxd4\nD51,"Knight Defense, QGD; D51",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7\nD51,"Manhattan; Westphalia Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 Bb4\nD51,"Westphalian Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 Bb4 Nf3 c5\nD52,D52,d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 c6 Nf3\nD52,"Cambridge Springs; Pillsbury Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 c6 Nf3 Qa5\nD52,"Bogoljubov Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 c6 Nf3 Qa5 Nd2 Bb4 Qc2\nD52,"Argentine Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 e3 c6 Nf3 Qa5 Nd2 Bb4 Qc2 O-O Bh4\nD51,"Alekhine Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 Nf3 c6 e4\nD51,"Alekhine Gambit, QGD",d4 d5 c4 e6 Nc3 Nf6 Bg5 Nbd7 Nf3 h6 Bh4 dxc4\nD35,"Exchange Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 cxd5\nD35,"Positional Variation, Exchange Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 cxd5 exd5 Bg5\nD36,"Reshevsky Variation, QGD; D36",d4 d5 c4 e6 Nc3 Nf6 cxd5 exd5 Bg5 c6 Qc2\nD35,"Saemisch Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 cxd5 exd5 Nf3 Nbd7 Bf4\nD37,"Three Knights Variation, QGD; D37",d4 d5 c4 e6 Nc3 Nf6 Nf3\nD38,"Ragozin Variation, QGD; D38",d4 d5 c4 e6 Nc3 Nf6 Nf3 Bb4\nD39,"Vienna Variation, QGD; D39",d4 d5 c4 e6 Nc3 Nf6 Nf3 Bb4 Bg5 dxc4\nD38,"Alekhine Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 Bb4 Qa4\nD37,"Harrwitz Attack, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 Be7 Bf4\nD40,"Semi-Tarrasch Variation, QGD; D40",d4 d5 c4 e6 Nc3 Nf6 Nf3 c5\nD40,"Pillsbury Variation, Semi-Tarrasch",d4 d5 c4 e6 Nc3 Nf6 Nf3 c5 Bg5\nD41,D41,d4 d5 c4 e6 Nc3 Nf6 Nf3 c5 cxd5\nD42,D42,d4 d5 c4 e6 Nc3 Nf6 Nf3 c5 cxd5 Nxd5 e3 Nc6 Bd3\nD41,"San Sebastian Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c5 cxd5 Nxd5 e4 Nxc3 bxc3 cxd4 cxd4 Bb4+ Bd2 Bxd2+\nD43,D43,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6\nD43,"Anti-Meran Gambit, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5\nD44,Semi-Slav Defense Accepted; D44,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 dxc4\nD44,"Botvinnik Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 dxc4 e4 b5\nD44,"Ekstrom Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 dxc4 e4 b5 e5 h6 Bh4 g5 exf6 gxh4 Ne5\nD44,"Lilienthal Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 dxc4 e4 b5 e5 h6 Bh4 g5 Nxg5 hxg5 Bxg5 Nbd7\nD44,"Alatortsev System, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 dxc4 e4 b5 e5 h6 Bh4 g5 Nxg5 Nd5\nD44,Anti-Moscow Gambit,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 Bg5 h6 Bh4\nD45,D45,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3\nD45,"Acclerated Meran, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 a6\nD45,"Normal Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7\nD46,D46,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3\nD46,"Romi Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 Bb4\nD46,"Chigorin Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 Bd6\nD46,"Bogoljubow Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 Be7\nD47,"Meran Variation, QGD; D47",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4\nD48,"Reynolds Variation, QGD; D48",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6\nD48,"Pirc Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 b4\nD48,"Old Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 c5 e5\nD49,"Blumenfeld Variation, QGD; D49",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 c5 e5 cxd4 Nxb5\nD49,"Sozin Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 c5 e5 cxd4 Nxb5 Nxe5\nD49,"Stahlberg Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 c5 e5 cxd4 Nxb5 Nxe5 Nxe5 axb5\nD48,"Reynolds Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 e4 c5 d5\nD48,"Old Meran Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 a6 O-O\nD47,Lundin; Neo-Meran,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 b4\nD47,"Wade Variation, QGD",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 Bb7\nD47,"Larsen Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Bd3 dxc4 Bxc4 b5 Bd3 Bb7 e4 b4 Na4 c5\nD45,Rubinstein; anti-Meran,d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Ne5\nD45,"Stoltz Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Qc2\nD45,"Center Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Qc2 Bd6 e4\nD45,"Mikhalchishin Line, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Qc2 Bd6 e4 dxe4 Nxe4 Nxe4 Qxe4 e5 dxe5\nD45,"Shabalov Attack, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Nbd7 Qc2 Bd6 g4\nD44,"Stonewall Defense, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 c6 e3 Ne4 Bd3 f5\nD44,"Vienna Variation, Semi-Slav",d4 d5 c4 e6 Nc3 Nf6 Nf3 dxc4\nD30,"Pseudo-Tarrasch, QGD",d4 d5 c4 e6 Nf3 c5\nD30,"Bishop Attack, Tarrasch",d4 d5 c4 e6 Nf3 c5 cxd5 exd5 Bg5\nD30,"Anti-Noteboom Gambit, Semi-Slav",d4 d5 c4 e6 Nf3 c6 Nc3 dxc4 g3\nD30,"Traditional Variation, QGD",d4 d5 c4 e6 Nf3 Nf6 Bg5\nD30,"Vienna Variation, QGD",d4 d5 c4 e6 Nf3 Nf6 Bg5 Bb4+\nD30,"Duras Variation, QGD; Capablanca Variation",d4 d5 c4 e6 Nf3 Nf6 Bg5 h6\nD30,"Hastings Variation, QGD",d4 d5 c4 e6 Nf3 Nf6 Bg5 h6 Bxf6 Qxf6 Nc3 c6 Qb3\nD30,"Capablanca Variation, QGD",d4 d5 c4 e6 Nf3 Nf6 Bg5 Nbd7 e3 c6 Nbd2\nD30,"Pseudo-Meran; Semi-Slav, QGD",d4 d5 c4 e6 Nf3 Nf6 e3 c6\nD30,"Quiet Variation, Semi-Slav",d4 d5 c4 e6 Nf3 Nf6 e3 c6 Nbd2\nD30,"Semmering Variation, Semi-Slav",d4 d5 c4 e6 Nf3 Nf6 e3 c6 Nbd2 Nbd7 Bd3 c5\nD06,"Alekhine Defense, QGD",d4 d5 c4 g6\nD07,"Chigorin Defense, QGD; D07",d4 d5 c4 Nc6\nD07,"Exchange Variation, Chigorin Defense",d4 d5 c4 Nc6 cxd5 Qxd5\nD07,Costa\'s Line,d4 d5 c4 Nc6 cxd5 Qxd5 e3 e5 Nc3 Bb4 Bd2 Bxc3 Bxc3 exd4 Ne2\nD07,"Janowski Variation, QGD",d4 d5 c4 Nc6 Nc3 dxc4 Nf3\nD06,"Tartakower Gambit, QGD",d4 d5 c4 Nc6 Nc3 e5\nD06,"Modern Gambit, Chigorin Defense",d4 d5 c4 Nc6 Nc3 Nf6 Nf3 dxc4\nD06,"Alekhine Variation, Chigorin Defense",d4 d5 c4 Nc6 Nf3 Bg4 Qa4\nD06,"Lazard Gambit, Chigorin Defense",d4 d5 c4 Nc6 Nf3 e5\nD06,"Marshall Defense; Knight Defense, QGD",d4 d5 c4 Nf6\nD06,"Cocquio Counter Gambit, QGD; Tan Gambit",d4 d5 c4 Nf6 cxd5 c6\nD00,"Stonewall Attack, Queen Pawn Game",d4 d5 e3 Nf6 Bd3\nD00,Stonewall Attack,d4 d5 e3 Nf6 Bd3 c5 c3\nD00,Blackmar-Diemer Gambit,d4 d5 e4\nD00,"Fritz Gambit, BDG",d4 d5 e4 dxe4 Bc4\nD00,"Diemer-Rosenberg Attack, BDG",d4 d5 e4 dxe4 Be3\nD00,Blackmar Gambit; Gedult Gambit,d4 d5 e4 dxe4 f3\nD00,"Pohlmann Variation, BDG",d4 d5 e4 dxe4 f3 f5\nD00,"Mieses; Nimzovich Var, BDG",d4 d5 e4 dxe4 f3 Nc6\nD00,"Polish Gambit, BDG",d4 d5 e4 dxe4 Nc3\nD00,"Grosshans Defense, BDG",d4 d5 e4 dxe4 Nc3 Bd7\nD00,"Zeller Defesne, BDG",d4 d5 e4 dxe4 Nc3 Bf5\nD00,"Zeller Defesne, BDG",d4 d5 e4 dxe4 Nc3 Bf5 f3 exf3 Qxf3 Bc8\nD00,"Soller Attack, BDG",d4 d5 e4 dxe4 Nc3 Bf5 f3 Nf6 Bc4\nD00,"Dries Counter-Attack, BDG",d4 d5 e4 dxe4 Nc3 c5\nD00,"Lemberger Counter-Gambit, BDG",d4 d5 e4 dxe4 Nc3 e5\nD00,"Soller; Lemberger Var, BDG; Diemer Attack",d4 d5 e4 dxe4 Nc3 e5 Be3\nD00,"Endgame Variation, BDG",d4 d5 e4 dxe4 Nc3 e5 dxe5\nD00,"Rasmussen Attack, BDG",d4 d5 e4 dxe4 Nc3 e5 Nge2\nD00,Lange Gambit; Alfred Lange Gambit; Simple Variation,d4 d5 e4 dxe4 Nc3 e5 Nxe4\nD00,"Sneiders Attack, BDG",d4 d5 e4 dxe4 Nc3 e5 Qh5\nD00,"Rasa-Studier Variation, BDG",d4 d5 e4 dxe4 Nc3 e6 Be3\nD00,"Giertz-Peters Gambit, BDG",d4 d5 e4 dxe4 Nc3 e6 f3\nD00,"Polish Attack, BDG",d4 d5 e4 dxe4 Nc3 e6 f3 Nf6 Bg5\nD00,"Netherlands Variation, BDG",d4 d5 e4 dxe4 Nc3 f5\nD00,"Mieses; Nimzovich Var, BDG",d4 d5 e4 dxe4 Nc3 Nc6\nD00,"Vienna Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6\nD00,"Studier-Rasa Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 Be3\nD00,Von Popiel Gambit,d4 d5 e4 dxe4 Nc3 Nf6 Bg5\nD00,"Zilbermints Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 Bg5 Bf5 Bxf6 exf6 g4 Bg6 Qe2 Bb4 Qb5+\nD00,Blackmar-Diemer Gambit,d4 d5 e4 dxe4 Nc3 Nf6 f3\nD00,Hans Mullers; Vienna V,d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5\nD00,"Soller; Vienna Var, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 Bc4\nD00,"Tejler Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 Bf4\nD00,"Sperling Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 d5\nD00,"Diemer Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 fxe4\nD00,"Kampars Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 g4 Bg6 g5 Nd5 fxe4\nD00,"Gunderam Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Bf5 g4 Bg6 h4\nD00,"Brombacher; Daberitz Var, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 c5\nD00,"O\'Kelly Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 c6\nD00,"Langeheinecke Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 e3\nD00,"Elbert Counter-Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 e5\nD00,"Weinsbach Declination, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 e6\nD00,"Pfrang Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 e6 fxe4 Bb4 Bd3 Bxc3+ bxc3 Nxe4 Be3\nD00,"Ritter Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 b6\nD00,"Gunderam; Tartakower Var, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 Bf5\nD00,"Teichmann Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 Bg4\nD00,"Kaulich Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 c5\nD00,"Ziegler; Gunderam\'s 2nd Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 c6\nD00,"Euwe Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 e6\nD00,"Zilbermints Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 e6 Bg5 Be7 Bd3 Nc6 O-O Nxd4 Kh1\nD00,"Duthilleuk Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 e6 Bd3 Nc6 Bg5 Be7 Ne4\nD00,"Bogoljubow Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6\nD00,"Mad Dog Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Bc4 Bg7 h4\nD00,"Nimzovich Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Bc4 Bg7 Ne5\nD00,"Kloss Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Bc4 Bg7 O-O O-O Kh1\nD00,"Studier Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Bc4 Bg7 O-O O-O Qe1\nD00,"Diemer Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Bf4\nD00,"Peters Attack, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 g6 Ne5\nD00,"Gunderam Defense, BDG; Rook Pawn Defense",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 h5\nD00,"Schuttler Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 Nbd7\nD00,"Pietrowsky Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Nxf3 Nc6\nD00,"Ryder Variation, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Qxf3\nD00,"Tautvaisis Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Qxf3 Nc6\nD00,"Tejler Gambit, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 exf3 Qxf3 Qxd4 Be3 Qg4 Qf2 Ne4 Nxe4 Qxe4 O-O-O Nc6 Bd3\nD00,"Albrecht; Karlshruhle Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 g6\nD00,"Lamb Defense, BDG",d4 d5 e4 dxe4 Nc3 Nf6 f3 Nc6\nD00,"Mason Attack, Queen Pawn Game",d4 d5 f4\nD00,Zurich Gambit,d4 d5 g4\nD00,Chigorin; Ponziani; Veresov,d4 d5 Nc3\nD00,"Alburt Defense, QP",d4 d5 Nc3 Bf5\nD00,Anti-Veresov,d4 d5 Nc3 Bg4\nD00,"Irish Gambit, QP",d4 d5 Nc3 c5\nD00,"Shaviliuk Gambit, QP",d4 d5 Nc3 e5\nD00,"Dutch System, QP",d4 d5 Nc3 f5\nD00,"Fianchetto Defense, QP",d4 d5 Nc3 g6 Nf3 Bg7\nD00,Shropshire Defense,d4 d5 Nc3 h5\nD01,Richter-Veresov Opening; D01,d4 d5 Nc3 Nf6 Bg5\nD01,"Veresov Variation, QP",d4 d5 Nc3 Nf6 Bg5 Bf5 Bxf6\nD01,"Richter Variation, Veresov",d4 d5 Nc3 Nf6 Bg5 Bf5 f3\nD01,"Classical Defense, Veresov",d4 d5 Nc3 Nf6 Bg5 e6 Nf3\nD01,"Two Knights System, Veresov",d4 d5 Nc3 Nf6 Bg5 Nbd7 Nf3\nD01,"Grunfeld Defense, Veresov",d4 d5 Nc3 Nf6 Bg5 Nbd7 Nf3 g6\nD01,"Boyce Defense, Veresov",d4 d5 Nc3 Nf6 Bg5 Ne4\nD00,Hubsch Gambit,d4 d5 Nc3 Nf6 e4 Nxe4\nD02,"Zukertort Variation, QP; D02",d4 d5 Nf3\nD02,"Anti-Torre, QP",d4 d5 Nf3 Bg4\nD02,Anti-Torre,d4 d5 Nf3 Bg4 Ne5 Bf5 g4\nD02,Queen\'s Gambit Reversed; Krause Variation,d4 d5 Nf3 c5\nD02,"Chandler Gambit, QP",d4 d5 Nf3 c5 g3 cxd4 Bg2\nD02,"Chigorin Variation, QP",d4 d5 Nf3 Nc6\nD02,"Symmetrical Variation, QP",d4 d5 Nf3 Nf6\nD02,London System; Queen\'s Bishop Opening,d4 d5 Nf3 Nf6 Bf4\nD02,"Poisoned Pawn Variation, QP",d4 d5 Nf3 Nf6 Bf4 c5 e3 Qb6 Nc3\nD03,"Torre Attack, QP; D03",d4 d5 Nf3 Nf6 Bg5\nD03,"Breyer Variation, QP",d4 d5 Nf3 Nf6 Bg5 e6 e3 c5 c3 Qb6\nD03,"Grunfeld Variation, QP",d4 d5 Nf3 Nf6 Bg5 g6\nD03,"Gossip Variation, QP",d4 d5 Nf3 Nf6 Bg5 Ne4\nD02,"Zilbermints Variation, QP",d4 d5 Nf3 Nf6 c4 b5\nD25,Queen\'s Gambit Accepted Deferred,d4 d5 Nf3 Nf6 c4 dxc4\nD04,Colle System; D04,d4 d5 Nf3 Nf6 e3\nD04,"Bishop Defense, QP; Anti-Colle",d4 d5 Nf3 Nf6 e3 Bf5\nD05,"Classical Defense, Colle System; D05",d4 d5 Nf3 Nf6 e3 e6\nD05,"Zukertort Variation, QP",d4 d5 Nf3 Nf6 e3 e6 Bd3\nD05,"Rubinstein Attack, Colle",d4 d5 Nf3 Nf6 e3 e6 Bd3 c5 b3\nD02,Pseudo-Catalan,d4 d5 Nf3 Nf6 g3\nD00,Amazon Attack,d4 d5 Qd3\nD00,Siberian Attack,d4 d5 Qd3 Nc6 Nc3\nA41,Pillsbury Defense; A41; Rat Defense,d4 d6\nA42,A42,d4 d6 c4\nA42,English Rat,d4 d6 c4 e5\nA42,Lisbon Gambit,d4 d6 c4 e5 dxe5 Nc6\nA41,Wade Defense,d4 d6 Nf3 Bg4\nA40,Charlick Gambit; Englund Gambit,d4 e5\nA40,Englund Gambit Declined,d4 e5 d5\nA40,Diemer Counterattack,d4 e5 d5 Bc5 e4 Qh4\nA40,Thuring Gambit; Hartlaub-Charlick Gambit,d4 e5 dxe5 d6\nA40,Soller; Purchas Gambit,d4 e5 dxe5 f6\nA40,Englund; Behting Gambit,d4 e5 dxe5 Nc6\nA40,Felbecker Gambit,d4 e5 dxe5 Nc6 Nf3 Bc5\nA40,Soller Gambit Deferred,d4 e5 dxe5 Nc6 Nf3 f6\nA40,"Zilbermints Gambit II, Englund Gambit",d4 e5 dxe5 Nc6 Nf3 h6\nA40,"Zilbermints Gambit, Englund Gambit",d4 e5 dxe5 Nc6 Nf3 Nge7\nA40,Englund Gambit,d4 e5 dxe5 Nc6 Nf3 Qe7\nA40,"Stockhom Variation, Englund Gambit",d4 e5 dxe5 Nc6 Nf3 Qe7 Qd5\nA40,"Mosquito Gambit, Englund",d4 e5 dxe5 Qh4\nA40,Horwitz Defense,d4 e6\nA40,Franco-Indian Defense,d4 e6\nA40,"Seneschaud Variation, Dutch",d4 e6 Bf4 f5 g4\nA40,English Defense,d4 e6 c4 b6\nA40,Perrin Variation,d4 e6 c4 b6 e4 Bb7 Bd3 Nc6\nA40,Poli Gambit,d4 e6 c4 b6 e4 Bb7 f3 f5 exf5 Nh6\nA40,Hartlaub Gambit Declined,d4 e6 c4 b6 Nc3 Bb7 e4 f5 d5\nA40,Hartlaub Gambit Accepted,d4 e6 c4 b6 Nc3 Bb7 e4 f5 exf5 Nf6\nA40,"Keres Defense, Indian; Kangaroo Defense",d4 e6 c4 Bb4+\nA40,"Transpositional Variation, Keres Defense",d4 e6 c4 Bb4+ Nc3\nC00,Franco-Sicilian Defense,d4 e6 c4 c5\nA43,Franco-Sicilian Hybrid,d4 e6 c4 c5 d5 exd5 cxd5 d6 Nc3 g6 e4 Bg7 Nf3 Ne7\nA40,Zilbermints Gambit,d4 e6 c4 e5\nA84,Bellon Gambit,d4 e6 c4 f5 e4\nA80,Dutch Defense; A80,d4 f5\nA80,"Seneschaud Gambit, Dutch",d4 f5 Bf4 e6 g4\nA80,"Hopton Attack, Dutch",d4 f5 Bg5\nA84,A84,d4 f5 c4\nA84,"Classical Variation, Dutch",d4 f5 c4 e6\nA84,"Bellon Gambit, Dutch",d4 f5 c4 e6 e4\nA84,"Rubinstein Variation, Dutch",d4 f5 c4 e6 Nc3\nA84,"Stonewall Variation, Dutch",d4 f5 c4 e6 Nf3 Nf6 g3 c6 Bg2 d5 O-O Bd6\nA85,,d4 f5 c4 g6 Nc3\nA85,"Bladel Variation, Dutch",d4 f5 c4 g6 Nc3 Nh6\nA85,"Normal Variation, Dutch",d4 f5 c4 Nf6\nA86,"Fianchetto Variation, Dutch; A86",d4 f5 c4 Nf6 g3\nA90,A90,d4 f5 c4 Nf6 g3 e6\nA90,"Classical Variation, Dutch",d4 f5 c4 Nf6 g3 e6 Bg2\nA90,Nimzo-Dutch Variation,d4 f5 c4 Nf6 g3 e6 Bg2 Bb4+\nA91,A91,d4 f5 c4 Nf6 g3 e6 Bg2 Be7\nA91,"Botvinnik-Bronstein Variation, Dutch",d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nc3 O-O e3\nA92,A92,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3\nA93,"Botvinnik Variation, Dutch; A93",d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d5 b3\nA94,A94,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d5 b3 c6\nA95,A95,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d5 Nc3\nA96,A96,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d6\nA97,"Ilyin-Zhenevsky Variation, Dutch; A97",d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d6 Nc3 Qe8\nA99,A99,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d6 Nc3 Qe8 b3\nA98,A98,d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O d6 Nc3 Qe8 Qc2\nA92,"Alekhine Variation, Dutch",d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nf3 O-O O-O Ne4\nA91,"Blackburne Attack, Dutch",d4 f5 c4 Nf6 g3 e6 Bg2 Be7 Nh3\nA86,"Leningrad Variation, Dutch",d4 f5 c4 Nf6 g3 g6\nA87,A87,d4 f5 c4 Nf6 g3 g6 Bg2 Bg7 Nf3\nA87,"Fluid Formation, Dutch",d4 f5 c4 Nf6 g3 g6 Bg2 Bg7 Nf3 O-O O-O d6\nA88,"Warsaw Variation, Dutch; A88",d4 f5 c4 Nf6 g3 g6 Bg2 Bg7 Nf3 O-O O-O d6 Nc3 c6\nA89,"Matulovic Variation, Dutch; A89",d4 f5 c4 Nf6 g3 g6 Bg2 Bg7 Nf3 O-O O-O d6 Nc3 Nc6\nA84,"Queen\'s Knight Variation, Dutch",d4 f5 c4 Nf6 Nc3\nA84,"Krause Variation, Dutch",d4 f5 c4 Nf6 Nc3 d6 Nf3 Nc6\nA85,"Ozol Variation, Dutch",d4 f5 c4 Nf6 Nc3 g6 Nf3 Bg7 Bg5\nA82,"Staunton Gambit, Dutch; A82",d4 f5 e4\nA82,"Balogh Defense, Dutch",d4 f5 e4 d6\nA82,"Staunton Gambit Accepted, Dutch",d4 f5 e4 fxe4\nA83,"General Variation, Staunton Gambit, Dutch; A83",d4 f5 e4 fxe4 Nc3 Nf6 Bg5\nA83,"Nimzovich Variation, Dutch",d4 f5 e4 fxe4 Nc3 Nf6 Bg5 b6\nA83,"Chigorin Variation, Dutch",d4 f5 e4 fxe4 Nc3 Nf6 Bg5 c6\nA83,"Lasker Variation, Dutch",d4 f5 e4 fxe4 Nc3 Nf6 Bg5 g6 f3\nA80,"Blackmar\'s Second Gambit, Dutch",d4 f5 e4 fxe4 Nc3 Nf6 f3\nA82,"Tartakower Variation, Dutch",d4 f5 e4 fxe4 Nc3 Nf6 g4\nA82,"American Gambit, Dutch",d4 f5 e4 fxe4 Nd2\nA81,"Dutch Indian; Leningrad Variation, Dutch; A81",d4 f5 g3\nA81,"Basman Variation, Dutch",d4 f5 g3 g6 Bg2 Bg7 Nf3 c6 O-O Nh6\nA81,"Carlsbad Variation, Dutch",d4 f5 g3 g6 Bg2 Bg7 Nh3\nA81,"Antoshin-Hort Variation, Dutch",d4 f5 g3 Nf6 Bg2 d6\nA81,"Ilyin-Genevsky Variation, Dutch",d4 f5 g3 Nf6 Bg2 e6 Nf3 Be7 O-O O-O c4 d6\nA81,"Blackburne Variation, Dutch",d4 f5 g3 Nf6 Bg2 e6 Nh3\nA81,"Semi-Leningrad Variation, Dutch",d4 f5 g3 Nf6 Bg2 g6\nA80,"Lisbon Gambit, Dutch; Krejcik Gambit",d4 f5 g4\nA80,"Hevendehl Gambit, Dutch",d4 f5 g4 e5\nA80,"Tate Gambit, Dutch",d4 f5 g4 fxg4 e4 d5 Nc3\nA80,"Korchnoi\'s Variation, Dutch",d4 f5 h3\nA80,"Janzen-Korchnoi Gambit, Dutch",d4 f5 h3 Nf6 g4\nA80,"Raphael Variation, Dutch",d4 f5 Nc3\nA80,"Kingfisher Gambit, Dutch",d4 f5 Nc3 d5 e4\nA80,"Spielmann Gambit, Dutch",d4 f5 Nc3 Nf6 g4\nA80,"Barcza Variation, Dutch",d4 f5 Nf3 Nf6 c3\nA80,"Alapin; Ulvestad; Manhattan; Kmoch Variation, Dutch",d4 f5 Qd3\nA80,"Anti-Stonewall, Dutch",d4 f5 Qd3 d5 g4\nA80,"Anti-Modern, Dutch",d4 f5 Qd3 d6 g4\nA80,"Anti-Classical Line, Dutch",d4 f5 Qd3 e6 g4\nA80,"Anti-Leningrad Variation, Dutch",d4 f5 Qd3 g6 g4\nA80,"Manhattan Gambit, Dutch",d4 f5 Qd3 Nf6 g4\nA80,"Pretzel Gambit, Dutch",d4 f5 Qd3 Nf6 g4\nA40,Borg Gambit,d4 g5\nA40,Queen Pawn Fianchetto,d4 g6\nA40,Kotov-Robatsch Defense,d4 g6 c4 Bg7\nA40,Pseudo-Saemisch,d4 g6 c4 Bg7 e4 d6 Be3 Nf6 f3\nA40,Rossolimo Variation,d4 g6 c4 Bg7 e4 d6 Nf3 Bg4\nA40,Neo-Modern Defense,d4 g6 c4 Bg7 e4 e5\nA40,Beefeater Variation,d4 g6 c4 Bg7 Nc3 c5 d5 Bxc3+ bxc3 f5\nA40,Modern Defense,d4 g6 c4 Bg7 Nc3 d6\nA41,"Averbakh Variation, Modern",d4 g6 c4 Bg7 Nc3 d6 e4\nA41,"Pterodactyl Variation, Modern",d4 g6 c4 Bg7 Nc3 d6 e4 c5 Nf3 Qa5\nA42,Randspringer Variation,d4 g6 c4 Bg7 Nc3 d6 e4 f5\nA40,"Kotov Variation, Modern",d4 g6 c4 Bg7 Nc3 d6 e4 Nc6\nA40,Lizard Defense; Pirc-Diemer Gambit,d4 g6 h4 Nf6 h5\nA40,Bogoljubov; Mikenas-Van Geet Defense,d4 Nc6\nA40,Lundin Defense,d4 Nc6\nA40,"Lithuanian Variation, Mikenas",d4 Nc6 c4 e5 d5 Nce7\nA40,"Cannstatter Variation, Mikenas",d4 Nc6 c4 e5 d5 Nd4\nA40,Pozarek Gambit,d4 Nc6 c4 e5 dxe5 Nxe5 Nc3 Nxc4\nA40,Montevideo Defense,d4 Nc6 d5 Nb8\nA40,Zaire Defense,d4 Nc6 d5 Nb8 e4 Nf6 e5 Ng8\nA45,Indian Defense; A45,d4 Nf6\nA45,Basque Opening,d4 Nf6 b3\nA45,Trompowsky; Opocensky; Ruth Opening,d4 Nf6 Bg5\nA45,"Poisoned Pawn Variation, Trompowsky",d4 Nf6 Bg5 c5 d5 Qb6 Nc3\nA45,Chepukaitis Gambit,d4 Nf6 Bg5 c5 d5 Qb6 Nc3 Qxb2 Bd2 Qb6\nA45,"Borg Variation, Trompowsky",d4 Nf6 Bg5 Ne4 Bf4 g5\nA45,"Edge Variation, Trompowsky",d4 Nf6 Bg5 Ne4 Bh4\nA45,"Hergert Gambit #2, Trompowsky",d4 Nf6 Bg5 Ne4 Bh4 c6 Nd2 Qa5 c3 Nxd2 Qxd2 d5 e4\nA45,"Hergert Gambit #1, Trompowsky",d4 Nf6 Bg5 Ne4 Bh4 d5 f3 Nf6 Nc3 Bf5 e4\nA45,"Raptor Variation, Trompowsky",d4 Nf6 Bg5 Ne4 h4\nA45,"Hergert Gambit, Trompowsky",d4 Nf6 Bg5 Ne4 h4 Nxg5 hxg5 e5\nA50,"Normal Variation, Indian Game; A50",d4 Nf6 c4\nA50,Pyrenees Gambit,d4 Nf6 c4 b5\nA50,Queen\'s Indian Defense; Saemisch-Indian,d4 Nf6 c4 b6\nA56,Hromadka Defense; Loose Gambit: A56,d4 Nf6 c4 c5\nA57,Benko Gambit; Volga; Opocensky; Vaitonis; A57,d4 Nf6 c4 c5 d5 b5\nA57,"Sosonko Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 a4\nA57,"Bishop Attack, Benko Gambit",d4 Nf6 c4 c5 d5 b5 Bg5\nA57,Benko Gambit Accepted,d4 Nf6 c4 c5 d5 b5 cxb5\nA57,"Pawn Return Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 b6\nA58,"Fully Accepted Variation, Benko Gambit; A58",d4 Nf6 c4 c5 d5 b5 cxb5 a6 bxa6\nA59,A59,d4 Nf6 c4 c5 d5 b5 cxb5 a6 bxa6 Bxa6 Nc3 d6 e4\nA59,"King Walk Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 bxa6 Bxa6 Nc3 d6 e4 Bxf1 Kxf1 g6 g3 Bg7 Kg2 O-O\nA57,"Central Storming Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 bxa6 Bxa6 Nc3 d6 f4\nA58,"Fianchetto Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 bxa6 Bxa6 Nc3 g6 Nf3 d6 g3 Bg7 Bg2\nA57,"Modern Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 e3\nA57,"Dlugy Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 f3\nA57,"Zaitsev System, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 Nc3\nA57,"Nescafe Frappe Attack, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 Nc3 axb5 e4 b4 Nb5\nA57,"Zaitsev Variation, Benko Gambit",d4 Nf6 c4 c5 d5 b5 cxb5 a6 Nc3 axb5 e4 b4 Nb5 d6 Nf3 g6 Bc4\nA57,Benko Gambit Declined; Hjoerring Countergambit,d4 Nf6 c4 c5 d5 b5 e4\nA57,"Pseudo-Saemisch, Benko Gambit",d4 Nf6 c4 c5 d5 b5 f3\nA57,"Mutkin Countergambit, Benko Gambit",d4 Nf6 c4 c5 d5 b5 g4\nA57,"Quiet Line, Benko Gambit",d4 Nf6 c4 c5 d5 b5 Nd2\nA57,"Main Line, Benko Gambit Declined",d4 Nf6 c4 c5 d5 b5 Nf3\nA56,"Hromadka System, Benoni",d4 Nf6 c4 c5 d5 d6\nA56,Lundin; Bronstein Counter-Gambit,d4 Nf6 c4 c5 d5 d6 Nc3 g6 e4 b5\nA56,Petrosian System; Czech Benoni Defense,d4 Nf6 c4 c5 d5 e5\nA56,"Czech Variation, Benoni",d4 Nf6 c4 c5 d5 e5 Nc3 d6 e4 Be7\nA56,"King\'s Indian System, Benoni",d4 Nf6 c4 c5 d5 e5 Nc3 d6 e4 g6\nA60,"Tal Variation, Modern Variation, Benoni; A60",d4 Nf6 c4 c5 d5 e6\nA61,A61,d4 Nf6 c4 c5 d5 e6 Nc3\nA61,"Snake Variation, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 Bd6\nA60,Modern Benoni,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6\nA65,"King Pawn lines, Benoni; A65",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4\nA66,"Pawn Storm Variation, Benoni; A66",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4\nA67,"Taimanov Variation, Benoni; A67",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4 Bg7 Bb5\nA66,"Mikenas V, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4 Bg7 e5\nA68,A68,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4 Bg7 Nf3\nA68,"Four Pawns Attack, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4 Bg7 Nf3 O-O\nA69,A69,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 f4 Bg7 Nf3 O-O Be2 Re8\nA70,"Classical Variation, Benoni; A70",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3\nA72,A72,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2\nA73,A73,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O\nA74,A74,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O a6\nA75,"Argentine Attack, Benoni; A75",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O a6 a4 Bg4\nA76,"Czerniak Defesne, Benoni; A76",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O Re8\nA77,A77,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O Re8 Nd2\nA78,A78,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O Re8 Nd2 Na6\nA79,A79,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Be2 O-O O-O Re8 Nd2 Na6 f3\nA71,A71,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Nf3 Bg7 Bg5\nA61,"Penrose Variation, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 e4 g6 Bd3 Bg7 Nge2 O-O\nA61,"Uhlmann Variation, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 Bg5\nA62,A62,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 g3\nA62,"Fianchetto Variation, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 g3 Bg7 Bg2\nA63,A63,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 g3 Bg7 Bg2 O-O O-O a6\nA64,A64,d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 g3 Bg7 Bg2 O-O O-O a6 a4 Nbd7 Nd2\nA62,"Hastings Defense, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 g3 Bg7 Bg2 O-O O-O Nbd7\nA61,"Nimzovich Variation, Knight\'s Tour Variation, Benoni",d4 Nf6 c4 c5 d5 e6 Nc3 exd5 cxd5 d6 Nf3 g6 Nd2\nA56,Vulture Variation; Der Geier,d4 Nf6 c4 c5 d5 Ne4\nA56,"Weenink Variation, Benoni",d4 Nf6 c4 c5 dxc5 e6\nA53,Old Indian Defense; Chigorin Indian Defense; A53,d4 Nf6 c4 d6\nA53,Aged Gibbon Gambit,d4 Nf6 c4 d6 g4\nA53,"Janowski Variation, Old Indian",d4 Nf6 c4 d6 Nc3 Bf5\nA53,"Grinberg Gambit, Old Indian",d4 Nf6 c4 d6 Nc3 Bf5 e4\nA53,Ukranian Variation,d4 Nf6 c4 d6 Nc3 e5\nA54,"Two Knights Variation, Old Indian; A54",d4 Nf6 c4 d6 Nc3 e5 Nf3\nA55,"Normal Variation, Old Indian; A55",d4 Nf6 c4 d6 Nc3 e5 Nf3 Nbd7 e4\nA53,Duz-Khotimirsky Variation,d4 Nf6 c4 d6 Nc3 Nbd7 e3 e5 Bd3\nA53,Tartakower-Indian,d4 Nf6 c4 d6 Nf3 Bg4\nA51,Budapest Defense; A51,d4 Nf6 c4 e5\nA51,"Fajarowicz Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ne4\nA51,"Bonsdorf Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ne4 a3 b6\nA51,"Steiner Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ne4 Qc2\nA52,"Normal Variation, Budapest; A52",d4 Nf6 c4 e5 dxe5 Ng4\nA52,"Rubinstein Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 Bf4\nA52,"Kornl Richter Gambit, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 Bf4 Nc6 Nf3 Bb4+ Nc3 Bxc3+\nA52,"Center Play Variation, Budapest; Alekhine Variation",d4 Nf6 c4 e5 dxe5 Ng4 e4\nA52,"Balogh; Tartakower C-G, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 e4 d6\nA52,"Barmina Gambit, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 e4 Nxe5 f4 Bc5\nA52,"Wikstrom Gambit, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 e4 Nxe5 f4 Nbc6\nA52,"Abonyi Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 e4 Nxe5 f4 Nec6\nA52,"Adler Variation, Budapest",d4 Nf6 c4 e5 dxe5 Ng4 Nf3\nE00,East Indian Defense; E00,d4 Nf6 c4 e6\nE00,Seirawan Attack,d4 Nf6 c4 e6 Bg5\nE00,Catalan Opening,d4 Nf6 c4 e6 g3\nE01,E01,d4 Nf6 c4 e6 g3 d5\nE06,"Closed Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2\nE06,E06,d4 Nf6 c4 e6 g3 d5 Bg2 Be7\nE07,E07,d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7\nE07,"Botvinnik Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7 Nc3 c6 Qd3\nE08,E08,d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7 Qc2\nE09,E09,d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7 Qc2 c6 Nbd2\nE09,"Sokolsky Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7 Qc2 c6 Nbd2 b6 b3 a5 Bb2 Ba6\nE08,"Zagoriansky Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 Be7 Nf3 O-O O-O Nbd7 Qc2 c6 Rd1 b6 a4\nE06,"Tarrasch Defense, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 c5 Nf3 Nc6\nE02,E02,d4 Nf6 c4 e6 g3 d5 Bg2 dxc4\nE04,"Open Defense, Catalan; E04",d4 Nf6 c4 e6 g3 d5 Bg2 dxc4 Nf3\nE05,"Classical Line, Catalan; E05",d4 Nf6 c4 e6 g3 d5 Bg2 dxc4 Nf3 Be7\nE05,"Modern Sharp Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 dxc4 Nf3 Nc6 Qa4 Bb4+\nE03,E03,d4 Nf6 c4 e6 g3 d5 Bg2 dxc4 Qa4+ Nbd7 Qxc4\nE03,"Alekhine Variation, Catalan",d4 Nf6 c4 e6 g3 d5 Bg2 dxc4 Qa4+ Nbd7 Qxc4 a6 Qc2\nE00,"Hungarian Gambit, Catalan",d4 Nf6 c4 e6 g3 e5\nE00,"Devin Gambit, Catalan",d4 Nf6 c4 e6 g4\nE20,E20,d4 Nf6 c4 e6 Nc3\nE20,Nimzo-Indian Defense,d4 Nf6 c4 e6 Nc3 Bb4\nE24,"Saemisch Variation, Nimzo-Indian; E24",d4 Nf6 c4 e6 Nc3 Bb4 a3\nE24,"Accelerated Saemisch Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3\nE26,"Saemisch Variation, Nimzo-Indian; E26",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 e3\nE26,"O\'Kelly Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 e3 b6\nE26,"Capablanca Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 e3 Nc6 Bd3 O-O Ne2 b6 e4 Ne8\nE25,E25,d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 f3 d5 cxd5\nE25,"Keres Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 f3 d5 cxd5 Nxd5 dxc5\nE25,"Romanovsky Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 f3 d5 cxd5 Nxd5 dxc5 f5\nE24,"Botvinnik Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 c5 f3 d5 e3 O-O cxd5 Nxd5\nE27,E27,d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 O-O\nE28,E28,d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 O-O e3\nE29,E29,d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 O-O e3 c5 Bd3 Nc6\nE29,"Capablanca Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 a3 Bxc3+ bxc3 O-O e3 c5 Bd3 Nc6 Ne2 b6 e4 Ne8\nE30,"Leningrad Variation, Nimzo-Indian; E30",d4 Nf6 c4 e6 Nc3 Bb4 Bg5\nE30,"Averbakh Gambit, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Bg5 h6 Bh4 c5 d5 b5\nE31,"Benoni Defense, Nimzo-Indian; E31",d4 Nf6 c4 e6 Nc3 Bb4 Bg5 h6 Bh4 c5 d5 d6\nE40,"Rubinstein Variation, Nimzo-Indian; E40",d4 Nf6 c4 e6 Nc3 Bb4 e3\nE43,"St. Petersburg Variation, Nimzo-Indian; E43",d4 Nf6 c4 e6 Nc3 Bb4 e3 b6\nE44,"Fischer Variation, Nimzo-Indian; E44",d4 Nf6 c4 e6 Nc3 Bb4 e3 b6 Ne2\nE45,"Bronstein Variation, Nimzo-Indian; E45; Byrne Variation",d4 Nf6 c4 e6 Nc3 Bb4 e3 b6 Ne2 Ba6\nE41,"Huebner Variation, Nimzo-Indian; E41",d4 Nf6 c4 e6 Nc3 Bb4 e3 c5\nE41,"Huebner Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 c5 Bd3 Nc6 Nf3 Bxc3\nE42,"Rubinstein Variation, Nimzo-Indian; E42",d4 Nf6 c4 e6 Nc3 Bb4 e3 c5 Ne2\nE42,"Sherbakov Attack, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 c5 Ne2 cxd4 exd4 O-O c5\nE41,"Panov Attack, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 c5 Nf3 cxd4 exd4 d5\nE40,"Keres Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 d5 a3 Bxc3+ bxc3 c5 cxd5 exd5 Bd3 O-O Ne2 b6\nE40,"Taimanov Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 Nc6\nE40,"Ragozin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 Nc6 Nf3 O-O Bd3 d5 O-O dxc4\nE46,"Normal Variation, Nimzo-Indian; E46",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O\nE47,"Bishop Attack, Nimzo-Indian; E47",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3\nE48,"Classical Defense, Nimzo-Indian; E48",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5\nE49,"Botvinnik System, Nimzo-Indian; E49",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5 a3 Bxc3+ bxc3\nE48,"Olafsson Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5 Nf3 c5 O-O dxc4 Bxc4 b6 Qe2 Bb7 Rd1 Qc8\nE48,"Bronstein Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5 Nf3 c5 O-O dxc4 Bxc4 Bd7\nE48,"Bronstein Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5 Nf3 c5 O-O dxc4 Bxc4 Nbd7 Ne2\nE48,"Smyslov Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Bd3 d5 Nf3 c5 O-O dxc4 Bxc4 Qe7\nE46,"Reshevsky Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Ne2\nE46,"Simagin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Ne2 d5 a3 Bd6\nE50,E50,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3\nE50,"Huebner Deferred, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 c5\nE51,"Ragozin Variation, Nimzo-Indian; E51",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5\nE51,"Saemisch Deferred, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 a3\nE52,"Schlechter Defense, Nimzo-Indian; E52",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 b6\nE53,Bernstein Defense; Gligoric System; E53,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5\nE53,"Keres Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O b6\nE54,E54,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O dxc4 Bxc4\nE55,"Bronstein Variation, Nimzo-Indian; E55",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O dxc4 Bxc4 Nbd7\nE55,"Smyslov Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O dxc4 Bxc4 Qe7\nE56,"Bernstein Variation, Nimzo-Indian; E56",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O Nc6\nE58,E58,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O Nc6 a3 Bxc3 bxc3\nE59,E59,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O Nc6 a3 Bxc3 bxc3 dxc4 Bxc4\nE57,E57,d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nf3 d5 Bd3 c5 O-O Nc6 a3 dxc4 Bxc4 cxd4\nE46,"Reshevsky Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nge2\nE46,"Simagin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 e3 O-O Nge2 d5 a3 Bd6\nE20,"Kmoch Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 f3\nE20,"Steiner Variation, Nimzo-Indian; Romanishin Variation",d4 Nf6 c4 e6 Nc3 Bb4 g3\nE21,"Three Knights Variation, Nimzo-Indian; E21",d4 Nf6 c4 e6 Nc3 Bb4 Nf3\nE21,"Korchnoi Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 c5 d5\nE21,"Shocron Gambit, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 c5 d5 b5\nE21,"Euwe Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 c5 d5 Ne4\nE20,"Romanishin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 c5 g3 O-O Bg2\nE20,"English Hybrid, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 c5 g3 O-O Bg2 cxd4 Nxd4 d5 cxd5 Nxd5\nE20,"Ragozin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Nf3 d5\nE22,"Spielmann Variation, Nimzo-Indian; E22",d4 Nf6 c4 e6 Nc3 Bb4 Qb3\nE23,"Romanovsky Gambit, Nimzo-Indian; E23",d4 Nf6 c4 e6 Nc3 Bb4 Qb3 c5 dxc5 Nc6\nE23,"San Remo Variation, Nimzo-Indian; Stahlberg Variation",d4 Nf6 c4 e6 Nc3 Bb4 Qb3 c5 dxc5 Nc6 Nf3 Ne4 Bd2 Nxc5\nE23,"Stahlberg Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qb3 c5 dxc5 Nc6 Nf3 Ne4 Bd2 Nxc5 Qc2 f5 g3\nE23,"Carlsbad Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qb3 c5 dxc5 Nc6 Nf3 Ne4 Bd2 Nxd2\nE23,"Stahlberg Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qb3 c5 dxc5 Nc6 Nf3 Ne4 Bd2 Nxd2 Nxd2 O-O O-O-O\nE32,"Classical Variation, Nimzo-Indian; E32",d4 Nf6 c4 e6 Nc3 Bb4 Qc2\nE38,"Berlin Variation, Nimzo-Indian; E38",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 c5\nE38,"Steiner Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 c5 dxc5 Bxc3+\nE39,"Pirc Variation, Nimzo-Indian; E39",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 c5 dxc5 O-O\nE34,"Noa Variation, Nimzo-Indian; E34",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5\nE36,E36,d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 a3\nE36,"Botvinnik Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 a3 Bxc3+ Qxc3 Nc6\nE37,E37,d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 a3 Bxc3+ Qxc3 Ne4\nE37,"San Remo Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 a3 Bxc3+ Qxc3 Ne4 Qc2 Nc6 e3 e5\nE35,E35,d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 cxd5 exd5\nE35,"Romanishin Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 d5 cxd5 exd5 Nf3 \nE33,"Milner-Barry, Zurich Variation, Nimzo-Indian; E33",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 Nc6\nE33,"Milner-Barry Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 Nc6 Nf3 d6\nE33,"Old Zurich Variation, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 Nc6 Nf3 d6 a3\nE33,"Vitolinsh-Adorjan Gambit, Nimzo Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 O-O a3 Bxc3+ Qxc3 b5\nE33,"Keres Defense, Nimzo-Indian",d4 Nf6 c4 e6 Nc3 Bb4 Qc2 O-O a3 Bxc3+ Qxc3 b6\nE10,Anti-Nimzo-Indian; E10,d4 Nf6 c4 e6 Nf3\nE10,Dzindzi-Indian Defense,d4 Nf6 c4 e6 Nf3 a6\nE12,Queen\'s Indian Defense; E12,d4 Nf6 c4 e6 Nf3 b6\nE12,"Petrosian Variation, QID",d4 Nf6 c4 e6 Nf3 b6 a3\nE12,"Farago Defense, QID",d4 Nf6 c4 e6 Nf3 b6 a3 Ba6 Qc2 Bb7\nE12,"Murey Variation, QID",d4 Nf6 c4 e6 Nf3 b6 a3 Bb7 Nc3 d5 cxd5 Nxd5 Qc2 c5 e4 Nxc3 bxc3 Nc6 Bb2 cxd4 cxd4 Rc8 Rd1 Bd6\nE12,"Miles Variation, QID",d4 Nf6 c4 e6 Nf3 b6 Bf4\nE14,"Spassky System, QID; E14",d4 Nf6 c4 e6 Nf3 b6 e3\nE14,"Averbakh Variation, QID",d4 Nf6 c4 e6 Nf3 b6 e3 Bb7 Bd3 c5 O-O Be7 b3 O-O Bb2 cxd4 Nxd4\nE15,"Fianchetto System, QID; E15",d4 Nf6 c4 e6 Nf3 b6 g3\nE15,"Nimzovich Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Ba6\nE15,"Quiet Line, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Ba6 b3\nE15,"Nimzovich Attack, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Ba6 Qa4+\nE15,"Timman\'s Line, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Ba6 Qb3\nE16,"Fianchetto Traditional, QID; E16",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7\nE16,"Capablanca Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Bb4+\nE16,"Yates Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Bb4+ Bd2 a5\nE16,"Riumin Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Bb4+ Bd2 Be7\nE17,"Traditional Variation, QID; E17",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7\nE17,Anti-Queen\'s Indian System,d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 Nc3\nE17,"Opocensky Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 Nc3 Ne4 Bd2\nE17,"Classical Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O\nE17,"Euwe Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O b3\nE17,"Taimanov Gambit, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O d5 exd5 Nd4\nE17,"Polugaevsky Gambit, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O d5 exd5 Nh4\nE18,E18,d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O Nc3\nE18,"Tiviakov Defense, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O Nc3 Na6\nE19,E19,d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O Nc3 Ne4 Qc2\nE17,"Kramnik Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Be7 O-O O-O Re1\nE15,"Saemisch Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 c5\nE16,"Buerger Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 c5 d5 exd5 Ng5\nE16,"Rubinstein Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 c5 d5 exd5 Nh4\nE16,"Fine Variation, QID",d4 Nf6 c4 e6 Nf3 b6 g3 Bb7 Bg2 Qc8 O-O c5 d5\nE12,"Kasparov Variation, QID",d4 Nf6 c4 e6 Nf3 b6 Nc3\nE12,"Kasparov-Petrosian Variation, QID",d4 Nf6 c4 e6 Nf3 b6 Nc3 Bb7 a3\nE12,"Polovodin Gambit, QID",d4 Nf6 c4 e6 Nf3 b6 Nc3 Bb7 a3 d5 cxd5 Nxd5 e4\nE12,"Hedgehog Variation, QID",d4 Nf6 c4 e6 Nf3 b6 Nc3 Bb7 a3 g6\nE13,E13,d4 Nf6 c4 e6 Nf3 b6 Nc3 Bb7 Bg5 h6 Bh4 Bb4\nE12,"Botvinnik Variation, QID",d4 Nf6 c4 e6 Nf3 b6 Nc3 Bb7 Bg5 h6 Bh4 g5 Bg3 Nh5\nE11,Bogoljubow Defense; Bogo-Indian Defense; E11,d4 Nf6 c4 e6 Nf3 Bb4+\nE11,Monticelli Trap,d4 Nf6 c4 e6 Nf3 Bb4+ Bd2 Bxd2+ Qxd2 b6 g3 Bb7 Bg2 O-O Nc3 Ne4 Qc2 Nxc3 Ng5\nE11,"Nimzovich Variation, Bogo-Indian",d4 Nf6 c4 e6 Nf3 Bb4+ Bd2 Qe7\nE11,"Grunfeld Variation, Bogo-Indian",d4 Nf6 c4 e6 Nf3 Bb4+ Nbd2\nE10,Blumenfeld Variation,d4 Nf6 c4 e6 Nf3 c5\nE10,Blumenfeld Countergambit,d4 Nf6 c4 e6 Nf3 c5 d5 b5\nE10,Dus-Chotimursky Variation,d4 Nf6 c4 e6 Nf3 c5 d5 b5 Bg5\nE10,"Spielmann Variation, Blumenfeld",d4 Nf6 c4 e6 Nf3 c5 d5 b5 Bg5 exd5 cxd5 h6\nE10,Blumenfeld Countergambit Accepted,d4 Nf6 c4 e6 Nf3 c5 d5 b5 dxe6 fxe6 cxb5 d5\nE10,"Rubinstein Variation, Blumenfeld",d4 Nf6 c4 e6 Nf3 c5 d5 b5 e4\nE10,Dory (Doery) Defense,d4 Nf6 c4 e6 Nf3 Ne4\nA50,Medusa Gambit,d4 Nf6 c4 g5\nD70,King\'s Indian Defense; West Indian Defense; D70,d4 Nf6 c4 g6\nE60,King\'s Indian Defense; West Indian Defense; E60,d4 Nf6 c4 g6\nD70,Anti-Grunfeld Variation,d4 Nf6 c4 g6 d5\nD70,Danube Gambit; Adorjan Gambit,d4 Nf6 c4 g6 d5 b5\nD70,Danube; Donau Gambit,d4 Nf6 c4 g6 d5 b5 cxb5 a6 bxa6 c6\nD70,Nimzovich Attack; Anti-Grunfeld; Alekhine Variation,d4 Nf6 c4 g6 f3\nD70,Goglidze Attack,d4 Nf6 c4 g6 f3 d5\nD70,Leko Gambit,d4 Nf6 c4 g6 f3 e5\nE60,"Fianchetto Variation, KID",d4 Nf6 c4 g6 g3\nE60,Counterthrust Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d5\nE60,Kemeri Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d5 cxd5 Nxd5 Nf3 O-O O-O c5\nE60,Yugoslav Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 c5\nE60,Bronstein Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 c6 O-O Qa5\nE60,Panno Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 Nc6 O-O a6 h3 Rb8\nE60,Spassky Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 Nc6 O-O Bf5\nE60,Simagin Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 Nc6 O-O Bg4\nE60,Szabo Variation,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O Nc3 Nc6 O-O e5\nE60,Panno System,d4 Nf6 c4 g6 g3 Bg7 Bg2 d6 Nf3 O-O O-O Nc6 d5 Na5\nE60,"Pomar Variation, KID",d4 Nf6 c4 g6 g3 Bg7 Bg2 O-O\nD70,Kemeri; Neo-Grunfeld,d4 Nf6 c4 g6 g3 d5\nD71,Counterthrust Variation,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7\nD71,"Exchange Variation, Neo-Grunfeld",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 cxd5 Nxd5\nD72,D72,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 cxd5 Nxd5 e4 Nb6\nD73,D73,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3\nD74,"Delayed Exchange Variation, Neo-Grunfeld; D74",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O cxd5 Nxd5 O-O\nD75,D75,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O cxd5 Nxd5 O-O c5\nD76,D76,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O cxd5 Nxd5 O-O Nb6\nD77,"Classical Variation, Neo-Grunfeld; D77",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O\nD78,"Original Defesne, Neo-Grunfeld; D78",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O c6\nD79,D79,d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O c6 cxd5\nD79,"Ultra-delayed Exchange Variation, Neo-Grunfeld",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O c6 cxd5 cxd5\nD78,"Modern Defense, Neo-Grunfeld",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O dxc4\nD78,"Polgar Variation, Neo-Grunfeld",d4 Nf6 c4 g6 g3 d5 Bg2 Bg7 Nf3 O-O O-O Nc6\nE61,E61,d4 Nf6 c4 g6 Nc3\nE61,"Smyslov Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 Bg5\nE70,"Normal Variation, KID; E70",d4 Nf6 c4 g6 Nc3 Bg7 e4\nE77,"Six Pawns Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6\nE73,E73,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2\nE73,"Semi-Averbakh System, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Be3\nE73,"Averbakh Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5\nE73,"Spanish Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 a6\nE74,"Benoni Defense, KID; E74",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 c5\nE75,E75,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 c5 d5 e6\nE73,"Flexible Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 h6\nE73,"Burgess Line, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 Na6 Qd2 c6\nE73,"Geller Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Be2 O-O Bg5 Nbd7\nE70,"Accelerated Averbakh Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Bg5\nE80,"Saemisch Variation, KID; E80",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3\nE80,"Bronstein Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 e5 d5 Nh5 Be3 Na6 Qd2 Qh4+ g3 Nxg3 Qf2 Nxf1 Qxh4 Nxe3 Kf2 Nxc4\nE81,"Normal Defesne, Sameisch Variation, KID; E81",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O\nE82,"Double Fianchetto, KID; E82",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 b6\nE81,"Byrne Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 c6 Bd3 a6\nE85,"Orthodox Variation, KID; E85",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5\nE87,"Closed Variation, KID; E87",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5 d5\nE88,E88,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5 d5 c6\nE89,E89,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5 d5 c6 Nge2\nE87,"Bronstein Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5 d5 Nh5 Qd2 Qh4+ g3 Nxg3 Qf2 Nxf1\nE86,E86,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 e5 Nge2 c6\nE83,"Yates Defense, KID; E83",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 Nc6\nE83,"Panno Formation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 Nc6 Nge2 a6\nE84,E84,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 Nc6 Nge2 a6 Qd2 Rb8\nE83,"Ruban Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Be3 Nc6 Nge2 Rb8\nE81,"Steiner Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Bg5\nE81,"Bobotsov-Korchnoi-Petrosian Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f3 O-O Nge2\nE76,"Four Pawns Attack, KID; E76",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4\nE76,"Six Pawns Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 c5 d5 O-O Be2 e6 dxe6 fxe6 g4 Nc6 h4\nE76,"Modern Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 Na6\nE77,E77,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 O-O Be2\nE77,"Florentine Gambit, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 O-O Be2 c5 d5 e6 Nf3 exd5 e5\nE78,"Fluid Attack, KID; E78",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 O-O Be2 c5 Nf3\nE79,"Exchange Variation, Four Pawns Attack, KID; E79",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 O-O Be2 c5 Nf3 cxd4 Nxd4 Nc6 Be3\nE76,"Dynamic Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 f4 O-O Nf3 c5 d5\nE72,"Deferred Fianchetto, KID; E72",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 g3\nE72,"Pomar System, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 g3 O-O Bg2 e5 Nge2\nE71,"Makogonov Variation, KID; E71",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 h3\nE90,E90,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3\nE91,"Orthodox Variation, KID; E91",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2\nE92,E92,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5\nE92,"Gligoric-Taimanov Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 Be3\nE92,"Petrosian Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 d5\nE92,"Stein Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 d5 a5\nE93,E93,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 d5 Nbd7\nE93,"Keres Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 d5 Nbd7 Bg5 h6 Bh4 g5 Bg3 Nh5 h4\nE94,E94,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O\nE94,"Ukranian Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O a5\nE94,"Donner Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O c6\nE94,"Glek Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Na6\nE95,E95,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nbd7 Re1\nE96,E96,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nbd7 Re1 c6 Bf1 a5\nE97,"Aronin-Taimanov Variation, KID; E97",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6\nE97,"Normal Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7\nE97,"Bayonet Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 b4\nE97,"Yepishin\'s Line, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 b4 Nh5 Qc2\nE97,"Sokolov\'s Line, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 b4 Nh5 Re1\nE97,"Korchnoi Attack, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 Bd2\nE98,E98,d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 Ne1\nE98,"Kozul Gambit, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 Ne1 Nd7 Be3 f5\nE99,"Benko Attack, KID; E99",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 Ne1 Nd7 f3\nE99,"Benko Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 e5 O-O Nc6 d5 Ne7 Ne1 Nd7 f3 f5 g4\nE90,"Larsen Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be3\nE90,"Zinnowitz Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Bg5\nE91,"Kazakh Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nf3 O-O Be2 Na6\nE61,"Smyslov Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 Bg5\nE62,"Delayed Fianchetto, KID; E62",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3\nE64,"Yugoslav Variation, KID; E64",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c5\nE65,E65,d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c5 O-O\nE66,E66,d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c5 O-O Nc6 d5\nE62,"Larsen Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c6 O-O Bf5\nE62,"Kavalek Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c6 O-O Qa5\nE62,"Benjamin Defense, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 c6 O-O Qb6\nE67,"Debrecen Defense, KID; E67",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nbd7\nE68,E68,d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nbd7 O-O e5 e4\nE69,E69,d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nbd7 O-O e5 e4 c6 h3\nE62,"Carlsbad Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nc6\nE63,"Panno Variation, KID; E63",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nc6 O-O a6\nE62,"Lesser Simagin (Spassky) Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nc6 O-O Bf5\nE62,"Simagin Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nc6 O-O Bg4\nE62,"Uhlmann-Szabo System, KID",d4 Nf6 c4 g6 Nc3 Bg7 Nf3 d6 g3 O-O Bg2 Nc6 O-O e5\nE70,"Kramer Variation, KID",d4 Nf6 c4 g6 Nc3 Bg7 e4 d6 Nge2\nD80,Grunfeld Defense; D80,d4 Nf6 c4 g6 Nc3 d5\nD82,"Brinckmann Attack, Grunfeld; D82",d4 Nf6 c4 g6 Nc3 d5 Bf4\nD83,Grunfeld Gambit; D83,d4 Nf6 c4 g6 Nc3 d5 Bf4 Bg7 e3 O-O\nD84,D84,d4 Nf6 c4 g6 Nc3 d5 Bf4 Bg7 e3 O-O cxd5 Nxd5\nD83,"Capablanca Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Bf4 Bg7 e3 O-O Rc1\nD83,"Botvinnik Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Bf4 Bg7 e3 O-O Rc1 c5 dxc5 Be6\nD83,"Reshevsky Gambit, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Bf4 Bg7 e3 O-O Rc1 c5 dxc5 Qa5\nD80,"Stockholm Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Bg5\nD80,"Lundin Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Bg5 Ne4 Nxe4 dxe4 Qd2 c5\nD85,"Exchange Variation, Grunfeld; D85",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5\nD85,"Exchange Variation, Grunfeld;",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3\nD86,"Classical Main Line, Grunfeld; D86",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4\nD86,"Simagin Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 b6 h4 Ba6\nD87,"Spassky Variation, Grunfeld; D87",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 c5\nD87,"Seville Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 c5 O-O Nc6 Be3\nD88,D88,d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 c5 O-O Nc6 Be3 cxd4\nD89,D89,d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 c5 O-O Nc6 Be3 cxd4 cxd4 Bg4 f3 Na5 Bd3\nD89,"Sokolsky Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 c5 O-O Nc6 Be3 cxd4 cxd4 Bg4 f3 Na5 Bd3 Be6 d5\nD86,"Simagin Improved Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 Nc6\nD86,"Larsen Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 Qd7\nD86,"Larsen Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Bc4 O-O Ne2 Qd7 O-O b6\nD85,"Modern Main Line, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Nf3\nD85,"Kramnik\'s Line, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 e4 Nxc3 bxc3 Bg7 Nf3 c5 h3\nD85,"Kemeri Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 g3\nD85,Nadanian Attack,d4 Nf6 c4 g6 Nc3 d5 cxd5 Nxd5 Na4\nD80,"Makogonov Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O b4\nD80,"Opocensky Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Bd2\nD80,"Paris Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Bd3\nD80,"Schlechter Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Bd3 c6\nD80,"Flohr Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Bd3 c6 O-O Bf5\nD80,"Smyslov Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Bd3 c6 O-O Bg4\nD80,"Vienna Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Qb3\nD80,"Pachman Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Qb3 dxc4 Bxc4 Nbd7 Ng5\nD80,"Botvinnik Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 Bg7 Nf3 O-O Qb3 e6\nD80,"Schlechter Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 e3 c6\nD70,"Lutikov Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 f3\nD70,"Murey Attack, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 f3 c5 cxd5 Nxd5 Na4\nD80,"Kemeri Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 g3\nD80,Gibbon Gambit; Grunfeld Spike,d4 Nf6 c4 g6 Nc3 d5 g4\nD80,"Zaitsev Gambit, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 h4\nD90,"Three Knights Variation, Grunfeld; D90",d4 Nf6 c4 g6 Nc3 d5 Nf3\nD90,"Three Knights Variation, Grunfeld; D90",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7\nD92,"Hungarian Attack, Grunfeld; D92",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Bf4\nD93,D93,d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Bf4 O-O e3\nD91,"Petrosian System, Grunfeld; D91",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Bg5\nD94,"Burille Variation, Grunfeld; D94",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 e3\nD94,"Makogonov Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 e3 O-O b4\nD94,"Opocensky Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 e3 O-O Bd2\nD95,D95,d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 e3 O-O Qb3\nD90,"Flohr Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qa4+\nD96,"Russian Variation, Grunfeld; D96",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3\nD97,D97,d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4\nD97,"Hungarian Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 a6\nD97,"Levenfish Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 b6\nD98,"Smyslov Variation, Grunfeld; D98",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Bg4\nD98,"Keres Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Bg4 Be3 Nfd7 Be2 Nb6 Qd3 Nc6 O-O-O Qc8\nD99,D99,d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Bg4 Be3 Nfd7 Qb3\nD99,"Yugoslav Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Bg4 Be3 Nfd7 Qb3 c5\nD97,"Szabo (Boleslavsky) Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 c6\nD97,"Prins Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Na6\nD97,"Simagin (Byrne) Variation, Grunfeld",d4 Nf6 c4 g6 Nc3 d5 Nf3 Bg7 Qb3 dxc4 Qxc4 O-O e4 Nc6\nD90,Schlechter Variation,d4 Nf6 c4 g6 Nc3 d5 Nf3 c6\nD81,"Accelerated Russian Variation, Grunfeld; D81",d4 Nf6 c4 g6 Nc3 d5 Qb3\nE60,"King\'s Knight Variation, KID",d4 Nf6 c4 g6 Nf3\nE60,"Santassiere Variation, KID",d4 Nf6 c4 g6 Nf3 Bg7 b4\nD70,Neo-Grunfeld Defense,d4 Nf6 c4 g6 Nf3 d5\nA50,Van Geet; Kevitz; Trajkovic; Mexican,d4 Nf6 c4 Nc6\nD70,Iago Defense,d4 Nf6 c4 Nc6\nA50,Horsefly Gambit,d4 Nf6 c4 Nc6 d5 Ne5 f4\nD71,D71,d4 Nf6 c4 Nc6 g3 d5\nA45,Pawn Push Variation,d4 Nf6 d5\nA45,Omega Gambit,d4 Nf6 e4\nA45,Arafat Gambit,d4 Nf6 e4 Nxe4 Bd3 Nf6 Bg5\nA45,Paleface Attack,d4 Nf6 f3\nA45,Webster Gambit,d4 Nf6 f3 c5 d5 e6 e4 exd5 e5\nA45,Blackmar-Diemer Gambit Deferred,d4 Nf6 f3 d5 e4\nA45,Kraus-Muhlherr Counter Gambit,d4 Nf6 f3 d5 e4 e5 dxe5 Nxe4\nA45,Gedult Attack,d4 Nf6 f3 d5 g4\nA45,Gedult-Gunderam System,d4 Nf6 f3 d5 g4\nA45,Linder Counter Gambit,d4 Nf6 f3 e6 e4 Nxe4\nA45,Canard Attack,d4 Nf6 f4\nA45,Ueberlinger Gambit,d4 Nf6 g3 e5\nA45,Bullfrog; Weidenhagen; Krabbe; Ochsenfrosch,d4 Nf6 g4\nA45,Bronstein Gambit,d4 Nf6 g4\nA45,Oshima Defense,d4 Nf6 g4 e5\nA45,Gibbins-Wiedehagen Gambit Accepted,d4 Nf6 g4 Nxg4\nA45,Stummer Gambit,d4 Nf6 g4 Nxg4 e4 d6 Be2 Nf6 Nc3\nA45,Maltese Falcon,d4 Nf6 g4 Nxg4 f3 Nf6 e4\nA45,Reversed Chigorin Defense,d4 Nf6 Nc3 c5\nA45,Von Beivorseen,d4 Nf6 Nc3 c5 dxc5\nA45,Malich Gambit,d4 Nf6 Nc3 d5 Bg5 c5 Bxf6 gxf6 e4 dxe4 d5\nA45,Huebsch Gambit,d4 Nf6 Nc3 d5 e4 Nxe4\nA45,Maddigan Gambit,d4 Nf6 Nc3 e5\nA45,Lazard Gambit; Maddigan Gambit,d4 Nf6 Nd2 e5\nA46,"Knights Variation, Indian Game; A46",d4 Nf6 Nf3\nA46,Polish Defense,d4 Nf6 Nf3 b5\nA47,"Capablanca Variation, Indian Game; A47",d4 Nf6 Nf3 b6\nA47,Torre Attack,d4 Nf6 Nf3 b6 Bg5\nA47,Schnepper Gambit,d4 Nf6 Nf3 b6 c3 e5\nA47,Marienbad Variation,d4 Nf6 Nf3 b6 g3 Bb7 Bg2 c5\nA47,Berg Variation,d4 Nf6 Nf3 b6 g3 Bb7 Bg2 c5 c4 cxd4 Qxd4\nA46,Spielmann-Indian,d4 Nf6 Nf3 c5\nA46,Pseudo-Benko Gambit,d4 Nf6 Nf3 c5 d5 b5\nA46,Czech-Indian,d4 Nf6 Nf3 c6\nA46,London System,d4 Nf6 Nf3 e6 Bf4\nA46,Torre Attack,d4 Nf6 Nf3 e6 Bg5\nA46,Petrosian Gambit,d4 Nf6 Nf3 e6 Bg5 c5 e3 b6 d5\nA46,Swiss; Wagner Gambit,d4 Nf6 Nf3 e6 Bg5 c5 e4\nA46,"Nimzovich Variation, Torre Attack",d4 Nf6 Nf3 e6 Bg5 h6\nA46,Yusupov-Rubinstein System,d4 Nf6 Nf3 e6 e3\nA48,Pseudo-King\'s Indian Variation; A48,d4 Nf6 Nf3 g6\nA48,"London System, Torre Attack",d4 Nf6 Nf3 g6 Bf4\nA48,London Variation,d4 Nf6 Nf3 g6 Bf4 Bg7 Nbd2\nA48,"Fianchetto Defense, Torre Attack",d4 Nf6 Nf3 g6 Bg5\nA48,"Euwe Variation, Torre Attack",d4 Nf6 Nf3 g6 Bg5 Bg7 Nbd2 c5\nA48,King\'s Indian Variation,d4 Nf6 Nf3 g6 e3 Bg7 Bd3 d6\nA49,Przepiorka Variation; A49,d4 Nf6 Nf3 g6 g3\nD02,Barry Attack,d4 Nf6 Nf3 g6 Nc3 d5 Bf4 Bg7 e3 O-O Be2\nA46,Dory Defense,d4 Nf6 Nf3 Ne4\nA00,Keoni-Hiva Gambit,e3 d5 Nc3 Nf6 a3 e5 f4 exf4 Nf3\nA00,Van\'t Kruijs Opening,e3 e5\nA00,Bouncing Bishop Variation,e3 e5 Bc4 b5 Bb3\nA00,Amsterdam Attack,e3 e5 c4 d6 Nc3 Nc6 b3 Nf6\nA00,Ekolu Variation,e3 e5 Nc3 d5 f4 exf4 Nf3\nA00,Alua Variation,e3 e5 Nc3 Nc6 f4 exf4 Nf3\nA00,Akahi Variation,e3 e5 Nc3 Nf6 f4 exf4 Nf3\nB00,Ware Defense,e4 a5\nB00,Corn Stalks,e4 a5\nB00,Snagkeouss Defense,e4 a5 d4 Nc6\nB00,St George; Birmingham; Baker,e4 a6\nB00,San Jorge Variation,e4 a6 d4 b5 Nf3 Bb7 Bd3 d6 O-O g6 c3 Bg7\nB00,"Polish Variation, St George Defense",e4 a6 d4 b5 Nf3 Bb7 Bd3 e6\nB00,"Zilbermints Gambit, St George Defense",e4 a6 d4 e5\nB00,San Jorge Variation,e4 a6 d4 e6\nB00,"Three Pawn Attack, St George",e4 a6 d4 e6 c4\nB00,"Sanky-Georg Gambit, St George",e4 a6 d4 e6 c4 b5\nB00,"Woodchuck Variation, St George",e4 a6 d4 Nc6\nB00,Owen\'s Defense; Greek Defense,e4 b6\nB00,Guatemalan Defense,e4 b6 d4 Ba6\nB00,Matovinsky Gambit,e4 b6 d4 Bb7 Bd3 f5\nB00,Matovinsky Gambit,e4 b6 d4 Bb7 Bd3 f5 exf5 Bxg2 Qh5+ g6\nB00,"Naselwaus Variation, Owen\'s Defense",e4 b6 d4 Bb7 Bg5\nB00,"Wind Gambit, Owen Defense",e4 b6 d4 Bb7 f3 e5\nB00,"Smith Gambit, Owen Defense",e4 b6 d4 Bb7 Nf3\nB00,"Hekili-Loa Gambit, Owen Defense",e4 b6 d4 c5 dxc5 Nc6\nB20,Sicilian Defense; B20,e4 c5\nB20,"Mengarini Gambit, Sicilian",e4 c5 a3\nB20,"Mengarini Gambit, Sicilian",e4 c5 a3 Nc6 b4\nB20,"Snyder Variation, Sicilian",e4 c5 b3\nB20,"Queen Fianchetto Variation, Sicilian",e4 c5 b3 b6\nB20,"Wing Gambit, Sicilian",e4 c5 b4\nB20,"Marshall Variation, Sicilian",e4 c5 b4 cxb4 a3\nB20,"Wing; Carlsbad Variation, Sicilian",e4 c5 b4 cxb4 a3 bxa3\nB20,"Marienbad Variation, Sicilian",e4 c5 b4 cxb4 a3 d5 exd5 Qxd5 Bb2\nB20,"Abrahams Variation, Sicilian Wing Gambit",e4 c5 b4 cxb4 Bb2\nB20,"Santasiere Wing Gambit, Sicilian",e4 c5 b4 cxb4 c4\nB20,"Bowlder Attack, Sicilian",e4 c5 Bc4\nB20,Slow Sicilian,e4 c5 Be2\nB22,"Alapin; Sveshnikov Var, Sicilian; B22",e4 c5 c3\nB22,"Barmen Defense, Sicilian",e4 c5 c3 d5 exd5 Qxd5\nB22,"Sherzer Variation, Sicilian",e4 c5 c3 Nf6 e5 Nd5 d4 e6 Nf3 Nc6\nB22,"Stoltz Attack, Sicilian",e4 c5 c3 Nf6 e5 Nd5 Nf3 Nc6 Bc4 Nb6 Bb3\nB20,"Staunton-Cochrane Variation, Sicilian",e4 c5 c4\nB20,"Gloria Variation, Sicilian",e4 c5 c4 d6 Nc3 Nc6 g3 h5\nB20,"Chameleon Variation, Sicilian",e4 c5 d3\nB20,"Big Clamp Variation, Sicilian",e4 c5 d3 Nc6 c3 d6 f4\nB20,Sicilian Center Game,e4 c5 d4 cxd4\nB20,"Smith-Morra; Fleissig Gambit, Sic",e4 c5 d4 cxd4 c3\nB20,"Rivadavia Gambit, Sicilian",e4 c5 d4 cxd4 c3\nB20,"Push Variation, Smith-Morra Gambit, Sicilian",e4 c5 d4 cxd4 c3 d3\nB20,"Dubois Variation, Sicilian",e4 c5 d4 cxd4 c3 d3 c4\nB20,"Scandanavian Formation, Smith-Morra, Sicilian",e4 c5 d4 cxd4 c3 d5\nB20,"Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3\nB20,"Chicago Defense, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 d6 Bc4 e6 Nf3 Nf6 O-O a6\nB20,"Taimanov Formation, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 e6 Bc4 a6 Nf3 Ne7\nB20,"Kan Formation, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 e6 Nf3 a6\nB20,"Fianchetto Defense, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 e6 Nf3 g6\nB20,"Classical Formation, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 d6 Bc4 a6 O-O Nf6\nB20,"Scheveningen Formation, Smith-Morra Accepted",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 d6 Bc4 e6\nB20,"Paulsen Formation, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 a6\nB20,"Morphy Defense Deferred, Smith-Morra Accepted",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 a6 O-O b5 Bb3 Bc5\nB20,"Larsen Defense, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 a6 O-O Qc7 Qe2 Bd6\nB20,"Pin Defense, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 Bb4\nB20,"Morphy Defense, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 Bc5\nB20,"Sozin Formation, Smith-Morra Accepted, Sicilian",e4 c5 d4 cxd4 c3 dxc3 Nxc3 Nc6 Nf3 e6 Bc4 d6 O-O a6 Qe2 b5\nB20,"Center Formation, Smith-Morra Declined, Sicilian",e4 c5 d4 cxd4 c3 e5\nB20,"Alapin Formation, Smith-Morra Declined, Sicilian",e4 c5 d4 cxd4 c3 Nf6\nB20,"Wing Formation, Smith-Morra Declined, Sicilian",e4 c5 d4 cxd4 c3 Qa5\nB20,"Halasz Gambit, Sicilian",e4 c5 d4 cxd4 f4\nB20,"Morphy Gambit, Sicilian",e4 c5 d4 cxd4 Nf3\nB20,"Andreaschek Gambit, Sicilian",e4 c5 d4 cxd4 Nf3 e5 c3\nB21,"Larsen-Santasiere (McDonnell Attack) Variation, Sicilian; B21",e4 c5 f4\nB21,"Tal Gambit, Sicilian",e4 c5 f4 d5 exd5 Nf6\nB20,"Steinitz; Tartakower, Lasker-Dunne Variation, Sicilian",e4 c5 g3\nB20,"Myers Attack, Sicilian",e4 c5 h4\nB20,King David\'s Opening,e4 c5 Ke2\nB23,"Closed; Chigorin Variation, Sicilian; B23",e4 c5 Nc3\nB23,"Grand Prix Variation, Sicilian",e4 c5 Nc3 d6 f4\nB23,"Marshall Gambit, Sicilian",e4 c5 Nc3 e6 d4 d5\nB23,"Korchnoi Defense, Sicilian",e4 c5 Nc3 e6 g3 d5\nB23,Traditional Closed Sicilian,e4 c5 Nc3 Nc6\nB23,"Portland Attack, Sicilian",e4 c5 Nc3 Nc6 d3 g6 g4\nB23,"Vinken System, Sicilian; Grand Prix Attack",e4 c5 Nc3 Nc6 f4\nB23,"Schofman Variation, Sicilian",e4 c5 Nc3 Nc6 f4 g6 Nf3 Bg7 Bc4 e6 f5\nB24,"Fianchetto Variation, Sicilian Closed; B24",e4 c5 Nc3 Nc6 g3\nB25,B25,e4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6\nB26,B26,e4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6 Be3\nB25,"Botvinnik Defense, Sicilian Closed",e4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6 f4 e5\nB25,"Edge Variation, Sicilian Closed",e4 c5 Nc3 Nc6 g3 g6 Bg2 Bg7 d3 d6 f4 e5 Nh3 Nge7\nB23,Chameleon Sicilian,e4 c5 Nc3 Nc6 Nge2\nB20,"Keres; Billium Attack, Sicilian; Chameleon",e4 c5 Ne2\nB27,B27,e4 c5 Nf3\nB28,"O\'Kelly Variation, Sicilian; B28",e4 c5 Nf3 a6\nB28,"Kieseritzky System, Sicilian",e4 c5 Nf3 a6 b3\nB28,"Wing Gambit, Sicilian",e4 c5 Nf3 a6 b4\nB28,"Aronin System, Sicilian",e4 c5 Nf3 a6 Be2\nB28,"Venice System, Sicilian",e4 c5 Nf3 a6 c3\nB28,"Ljubojevic Line, Sicilian",e4 c5 Nf3 a6 c3 b5\nB28,"Gambit Line, O\'Kelly Sicilian",e4 c5 Nf3 a6 c3 d5 exd5 Nf6\nB28,"Steiner Line, Sicilian",e4 c5 Nf3 a6 c3 d6\nB28,"Barcza Line, Sicilian",e4 c5 Nf3 a6 c3 Nf6\nB28,"Maroczy Bind, O\'Kelly Sicilian",e4 c5 Nf3 a6 c4\nB28,"Robatsch Line, Sicilian",e4 c5 Nf3 a6 c4 d6\nB28,"Paulsen Line, Sicilian",e4 c5 Nf3 a6 c4 e6\nB28,"Geller Line, Sicilian",e4 c5 Nf3 a6 c4 Nc6 d4 cxd4 Nxd4 e5\nB28,"Quiet System, O\'Kelly Sicilian",e4 c5 Nf3 a6 d3\nB28,"Normal System, O\'Kelly Sicilian",e4 c5 Nf3 a6 d4\nB28,"Cortlever Gambit, Sicilian",e4 c5 Nf3 a6 d4 cxd4 Bc4\nB28,"Smith-Morra Line, O\'Kelly Sicilian",e4 c5 Nf3 a6 d4 cxd4 c3\nB28,"Taimanov Line, O\'Kelly Sicilian",e4 c5 Nf3 a6 d4 cxd4 Nxd4 e5\nB28,"Kan Line, O\'Kelly Sicilian",e4 c5 Nf3 a6 d4 cxd4 Nxd4 e6\nB28,"Zagorovsky Line, O\'Kelly Sicilian",e4 c5 Nf3 a6 d4 cxd4 Qxd4\nB28,"Reti System, O\'Kelly Sicilian",e4 c5 Nf3 a6 g3\nB28,"Yerevan System, O\'Kelly Sicilian",e4 c5 Nf3 a6 Nc3\nB27,"Polish Gambit, Sicilian",e4 c5 Nf3 b5\nB27,"Katalimov Variation, Sicilian",e4 c5 Nf3 b6\nB50,"Modern Variation, Sicilian; B50",e4 c5 Nf3 d6\nB51,"Wing Gambit Deferred, Sicilian",e4 c5 Nf3 d6 b4\nB51,"Moscow Variation, Sicilian; Canal Attack; B51",e4 c5 Nf3 d6 Bb5+\nB52,"Main Line, Canal Attack, Sicilian; B52",e4 c5 Nf3 d6 Bb5+ Bd7\nB52,"Bronstein (Haag) Gambit, Sicilian",e4 c5 Nf3 d6 Bb5+ Bd7 Bxd7+ Qxd7 O-O Nc6 c3 Nf6 d4\nB51,"Moscow Gambit, Sicilian",e4 c5 Nf3 d6 Bb5+ Nc6 O-O Bd7 c3 a6 Bxc6 Bxc6 Re1 Nf6 d4 Bxe4 Bg5\nB51,"Dorfman Gambit, Sicilian",e4 c5 Nf3 d6 Bb5+ Nc6 O-O Bd7 Qe2 g6 e5\nB50,"Kopec System, Sicilian",e4 c5 Nf3 d6 Bd3\nB50,"Delayed Alapin, Sicilian",e4 c5 Nf3 d6 c3\nB50,Basman-Palatnik Gambit,e4 c5 Nf3 d6 c3 Nf6 Be2 Nc6 d4 cxd4 cxd4 Nxe4\nB53,B53,e4 c5 Nf3 d6 d4\nB53,"Tartakower Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 c3\nB54,B54,e4 c5 Nf3 d6 d4 cxd4 Nxd4\nB55,B55,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6\nB55,"Ginsberg Gambit, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Bc4\nB55,"Moscow (Prins) Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 f3\nB55,"Venice Attack, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 f3 e5 Bb5+\nB56,B56,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3\nB90,"Najdorf Variation, Sicilian; B90",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6\nB90,"Lipnitzky Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bc4\nB92,"Opocensky Variation, Sicilian; B92",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Be2\nB92,"Opocensky Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Be2 e5\nB90,"Byrne Variation, Sicilian; English Attack",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Be3\nB90,"Anti-English, Najdorf Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Be3 Ng4\nB94,B94,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5\nB95,B95,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6\nB96,B96,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4\nB96,Polugaevsky; Accelerated Najdorf,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 b5\nB96,"Simagin Line, Najdorf Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 b5 e5 dxe5 fxe5 Qc7 Qe2\nB98,B98,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Be7\nB98,"Argenitne; Goteborg Var, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Be7 Qf3 h6 Bh4 g5\nB98,"Browne Variation, Najdorf Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Be7 Qf3 h6 Bh4 Qc7\nB99,B99,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Be7 Qf3 Qc7 O-O-O Nbd7\nB97,"Poisoned Pawn Variation, Najdorf Sicilian; B97",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Qb6\nB97,"Poisoned Pawn Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Qb6 Qd2\nB97,"Poisoned Pawn Accepted, Najdorf Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Bg5 e6 f4 Qb6 Qd2 Qxb2\nB93,"Amsterdam Variation, Sicilian; B93",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 f4\nB91,"Zagreb Variation, Sicilian; B91",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 g3\nB90,"Adams Attack, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 h3\nB90,"Freak Attack, Siicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 a6 Rg1\nB56,"Kupreichik Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Bd7\nB56,"Venice Attack, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Bb5+\nB80,"Scheveingen Variation, Sicilian; B80",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6\nB80,"Vitolins Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bb5+\nB86,"Fischer Attack, Sozin Attack, Sicilian; B86",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4\nB87,"Flank Variation, Sicilian; B87",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4 a6 Bb3 b5\nB88,"Leonhardt Variation, Sicilian; B88",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4 Nc6\nB89,B89,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4 Nc6 Be3\nB89,"Sherbakov Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4 Nc6 Be3 Be7 Bb3 O-O O-O Na5 f4 b6\nB89,"Velimirovic Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Bc4 Nc6 Be3 Be7 Qe2\nB83,"Scheveningen Variation, Sicilian; B83",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be2\nB84,"Modern Paulsen, Sicilian; B84",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be2 a6\nB85,B85,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be2 a6 O-O Be7\nB85,"Paulsen Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be2 a6 O-O Qc7 f4 Nc6\nB80,"English Attack, Scheveningen Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be3 a6 f3\nB81,"Delayed Keres Attack, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be3 a6 g4\nB81,"Perenyi Gambit, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 Be3 a6 g4 e5 Nf5 g6 g5\nB82,"Matanovic Attack, Sicilian; B82",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 f4\nB82,"Tal Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 f4 Nc6 Be3 Be7 Qf3\nB80,"Fianchetto Variation, Scheveningen Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 g3\nB81,"Keres; Panov Variation, Sicilian; B81",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 e6 g4\nB70,"Dragon Variation, Sicilian; B70",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6\nB70,"Alekhine Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be2 Bg7 O-O O-O Nb3\nB72,B72,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3\nB72,"Nottingham Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 Nb3\nB73,B73,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O\nB73,"Zollner Gambit, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O O-O f4 Qb6\nB74,B74,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O O-O Nb3\nB74,"Alekhine Line, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O O-O Nb3 a5\nB74,"Maroczy Line, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O O-O Nb3 Be6 f4 Na5\nB74,"Tartakower Line, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 O-O O-O Nb3 Be6 f4 Qc8\nB72,"Amsterdam (Battery) Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 Qd2\nB72,"Grigoriev Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 Be2 Nc6 Qd2 O-O O-O-O\nB75,B75,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3\nB76,"Yugoslav Attack, Sicilian Dragon; B76",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O\nB77,B77,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 Bc4\nB78,B78,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 Bc4 Bd7 O-O-O\nB79,B79,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 Bc4 Bd7 O-O-O Qa5\nB77,"Sosonko Variation, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 Bc4 Nd7\nB77,"Czerniak Variation, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 Bc4 Nxd4 Bxd4\nB76,"Panov Variation, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 Be3 Bg7 f3 O-O Qd2 Nc6 g4\nB71,"Levenfish Variation, Sicilian; B71",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 f4\nB70,"Fianchetto Variation, Sicilian Dragon",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 g6 g3\nB56,"Classical Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6\nB57,"Sozin; Velimirovic Attack, Sicilian; B57",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bc4\nB57,"Anti-Sozin Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bc4 Qb6\nB56,"Yates Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bd3\nB58,B58,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Be2\nB58,"Boleslavsky Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Be2 e5\nB59,B59,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Be2 e5 Nb3\nB58,"Louma Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Be2 e5 Nxc6\nB60,"Richter-Rauzer Variation, Sicilian; B60",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5\nB62,B62,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6\nB62,"Margate (Vitolins) Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Bb5\nB62,"Podebrady Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Nb3\nB62,"Exchange Variation, Richter-Rauzer Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Nxc6\nB63,"Rauzer Variation, Sicilian; B63",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2\nB66,B66,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 a6\nB67,B67,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 a6 O-O-O Bd7\nB68,B68,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 a6 O-O-O Bd7 f4 Be7\nB69,B69,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 a6 O-O-O Bd7 f4 Be7 Nf3 b5 Bxf6\nB64,B64,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 Be7 O-O-O O-O f4\nB65,B65,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 Be7 O-O-O O-O f4 Nxd4 Qxd4\nB63,"Ivanov Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 e6 Qd2 Qb6\nB60,"Dragon Variation, Richter-Rauzer Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Bg5 g6\nB58,"Fianchetto Variation, Richter-Rauzer Sicilizn",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 g3\nB56,"Spielmann Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Nde2\nB61,B61,e4 c5 Nf3 d6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Qd2\nB53,"Chekhover Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Qxd4\nB53,"Zaitsev Variation, Sicilian",e4 c5 Nf3 d6 d4 cxd4 Qxd4 Nc6 Bb5 Qd7\nB53,"Lazy Knight Variation, Sicilian",e4 c5 Nf3 d6 d4 Nd7\nB53,"Cortlever Variation, Sicilian",e4 c5 Nf3 d6 d4 Nf6 dxc5 Nxe4 cxd6\nB50,"Kotov Gambit, Sicilian",e4 c5 Nf3 d6 g3 b5\nB27,"Jalalabad Variation, Sicilian",e4 c5 Nf3 e5\nB40,"French Variation, Sicilian; B40",e4 c5 Nf3 e6\nB40,"Wing Gambit Deferred, Sicilian",e4 c5 Nf3 e6 b4\nB40,"Kramnik Variation, Sicilian",e4 c5 Nf3 e6 c4\nB41,B41,e4 c5 Nf3 e6 d4\nB41,"Accelerated Wimpy Variation, Sic",e4 c5 Nf3 e6 d4 cxd4\nB41,"Paulsen; Kan Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6\nB42,B42,e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 Bd3\nB42,"Polugaevsky Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 Bd3 Bc5\nB42,"Swiss Cheese Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 Bd3 g6\nB41,"Reti Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 c4\nB41,"Hedgehog Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 c4 g6\nB41,"Bronstein Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 c4 Nf6 Nc3 Bb4 Bd3 Nc6\nB43,B43,e4 c5 Nf3 e6 d4 cxd4 Nxd4 a6 Nc3\nB44,"Taimanov; Bastrikov, Paulsen Variation, Sicilian; B44",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6\nB44,"Szen Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nb5\nB44,"Gary Gambit, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nb5 d6 c4 Nf6 N1c3 a6 Na3 d5\nB45,B45,e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3\nB46,B46,e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 a6\nB46,"Taimanov Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 a6 Be2 Nge7\nB45,"Paulsen Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Nf6 Ndb5 Bb4\nB45,"American Attack, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Nf6 Ndb5 Bb4 Nd6+\nB47,"Bastrikov Variation, Sicilian; B47",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Qc7\nB48,B48,e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Qc7 Be3\nB49,B49,e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Qc7 Be3 a6 Be2\nB47,"Ponomariov Gambit, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nc6 Nc3 Qc7 Ndb5 Qb8 Be3 a6 Bb6\nB41,"Anderssen; Counterattack Var, Sic",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6\nB41,Pin Variation; Sicilian CounterAttack,e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Bb4\nB41,"Jaffe Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Bb4 Bd3 e5\nB41,"Koch Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Bb4 e5\nB45,"Four Knights Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6\nB45,"Cobra Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Nc6 Ndb5 Bc5\nB40,"Gaw-Paw Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Nf6 Nc3 Qb6\nB40,"Kveinis Variation, Sicilian",e4 c5 Nf3 e6 d4 cxd4 Nxd4 Qb6\nB41,"Marshall Variation, Sicilian",e4 c5 Nf3 e6 d4 d5\nB27,"Brussels Gambit, Sicilian",e4 c5 Nf3 f5\nB27,"Double-Dutch Gambit, Sicilian",e4 c5 Nf3 f5 exf5 Nh6\nB27,"Hyperaccelerated Dragon, Sicilian",e4 c5 Nf3 g6\nB27,"Action Extension, Sicilian",e4 c5 Nf3 g6 c4 Bh6\nB27,"Hyperaccelerated Pterodactyl, Sic",e4 c5 Nf3 g6 d4 Bg7\nB27,"Frederico Variation, Sicilian",e4 c5 Nf3 g6 d4 f5\nB27,Sicilian Fred,e4 c5 Nf3 g6 d4 f5\nB27,"Buecker Variation, Sicilian",e4 c5 Nf3 h6\nB30,Old Sicilian,e4 c5 Nf3 Nc6\nB30,"Rossolimo (Nezmetdinov) Variation, Sicilian; B30",e4 c5 Nf3 Nc6 Bb5\nB31,B31,e4 c5 Nf3 Nc6 Bb5 g6\nB31,"Gufeld Gambit, Sicilian",e4 c5 Nf3 Nc6 Bb5 g6 O-O Bg7 c3 e5 d4\nB31,"Lutikov Gambit, Sicilian",e4 c5 Nf3 Nc6 Bb5 g6 O-O Bg7 c3 Nf6 d4\nB31,"Gurgenidze Variation, Sicilian",e4 c5 Nf3 Nc6 Bb5 g6 O-O Bg7 Re1 e5 b4\nB31,"San Francisco Gambit, Sicilian",e4 c5 Nf3 Nc6 Bb5 Na5 b4\nB32,B32,e4 c5 Nf3 Nc6 d4\nB32,"Nimzovich Variation, Sicilian; Nimzo-American Variation",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 d5\nB32,"Bourdonnais; Lowenthal Var, Sic",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 e5\nB32,"Kalashnikov Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 e5 Nb5 d6\nB34,Accelerated Dragon; Fianchetto Var; B34,e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6\nB36,"Maroczy Bind, Sicilian; B36",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 c4\nB37,B37,e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 c4 Bg7\nB38,B38,e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 c4 Bg7 Be3\nB39,"Breyer Variation, Sicilian; B39",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 c4 Bg7 Be3 Nf6 Nc3 Ng4\nB36,"Gurgenidze Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 c4 Nf6 Nc3 Nxd4 Qxd4 d6\nB35,B35,e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 g6 Nc3 Bg7 Be3 Nf6 Bc4\nB33,B33,e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6\nB33,"Four Knights Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3\nB33,"Lasker-Pelikan Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5\nB33,"Pelikan Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Ndb5 d6\nB33,"Chelyabinsk Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Ndb5 d6 Bg5 a6 Na3 b5\nB33,"Sveshnikov Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Ndb5 d6 Bg5 a6 Na3 b5 Bxf6 gxf6 Nd5 f5\nB33,"Bird Variation, Siclian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Ndb5 d6 Bg5 a6 Na3 Be6\nB32,"Retreat Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Nf6 Nc3 e5 Nf3\nB32,"Godiva Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Qb6\nB32,"Flohr Variation, Sicilian",e4 c5 Nf3 Nc6 d4 cxd4 Nxd4 Qc7\nB29,"Nimzovich; Rubinstein Var, Sicilian; B29",e4 c5 Nf3 Nf6\nB29,"Advance Variation, Sicilian",e4 c5 Nf3 Nf6 e5\nB27,"Mongoose Variation, Sicilian",e4 c5 Nf3 Qa5\nB27,"Althouse; Stiletto Variation, Sicilian",e4 c5 Nf3 Qa5\nB27,"Accelerated Paulsen, Sicilian",e4 c5 Nf3 Qc7\nB27,"Quinteros Variation, Sicilian",e4 c5 Nf3 Qc7\nB20,"Brick Variation, Sicilian",e4 c5 Nh3\nB10,Caro-Kann Defense; B10,e4 c6\nB10,"Hillbilly Attack, Caro-Kann",e4 c6 Bc4\nB10,"Modern; English Variation, Accelerated Panov; Caro-Kann",e4 c6 c4\nB10,"Breyer Variation, Caro-Kann",e4 c6 d3\nB10,"Stein Attack, Caro-Kann",e4 c6 d3 d5 Nd2 g6 g3 Bg7 Bg2 e5 Ngf3 Ne7 O-O O-O b4\nB12,B12,e4 c6 d4\nB12,"Landau Gambit, Caro-Kann",e4 c6 d4 d5 Bd3 Nf6 e5 Nfd7 e6\nB12,"Mieses Gambit, Caro",e4 c6 d4 d5 Be3\nB12,"Diemer-Duhm Gambit, Caro",e4 c6 d4 d5 c4\nB12,"Advance Variation, Caro",e4 c6 d4 d5 e5\nB12,"Prins Attack, Caro-Kann",e4 c6 d4 d5 e5 Bf5 b4\nB12,"Bayonet Variation, Caro",e4 c6 d4 d5 e5 Bf5 g4\nB12,"Tal Variation, Caro-Kann",e4 c6 d4 d5 e5 Bf5 h4\nB12,"Van der Wiel Attack, Caro-Kann",e4 c6 d4 d5 e5 Bf5 Nc3\nB12,"Dreyev Defense, Caro-Kann",e4 c6 d4 d5 e5 Bf5 Nc3 Qb6\nB12,"Bronstein Variation, Caro-Kann",e4 c6 d4 d5 e5 Bf5 Ne2\nB12,"Short Variation, Caro-Kann",e4 c6 d4 d5 e5 Bf5 Nf3\nB12,"Botvinnik-Carls Defense, Caro-Kann",e4 c6 d4 d5 e5 c5\nB13,"Exchange Variation, Caro; B13",e4 c6 d4 d5 exd5\nB13,"Rubinstein Variation, Caro-Kann",e4 c6 d4 d5 exd5 cxd5 Bd3 Nc6 c3 Nf6 Bf4\nB13,Panov-Botvinnik; Gunderam Attack,e4 c6 d4 d5 exd5 cxd5 c4\nB14,B14,e4 c6 d4 d5 exd5 cxd5 c4 Nf6 Nc3\nB14,"Carlsbad Line, Caro-Kann",e4 c6 d4 d5 exd5 cxd5 c4 Nf6 Nc3 Nc6 Bg5 e6\nB14,"Czerniak Line, Caro-Kann",e4 c6 d4 d5 exd5 cxd5 c4 Nf6 Nc3 Nc6 Bg5 Qa5\nB14,"Reifir-Spielmann Line, Caro-Kann",e4 c6 d4 d5 exd5 cxd5 c4 Nf6 Nc3 Nc6 Bg5 Qb6\nB12,"Maroczy Variation, Caro",e4 c6 d4 d5 f3\nB12,"Fantasy; Lilienfisch Variation, Caro",e4 c6 d4 d5 f3\nB12,"Maroczy Gambit, Caro-Kann",e4 c6 d4 d5 f3 dxe4 fxe4 e5 Nf3 exd4 Bc4\nB15,B15,e4 c6 d4 d5 Nc3\nB15,"Gurgenidze Variation, Caro",e4 c6 d4 d5 Nc3 b5\nB15,"Von Hennig Gambit, Caro",e4 c6 d4 d5 Nc3 dxe4 Bc4\nB15,"Milner-Barry Gambit, Caro; Rasa-Studier Gambit",e4 c6 d4 d5 Nc3 dxe4 f3\nB18,"Classical Variation, Caro; B18",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Bf5\nB19,B19,e4 c6 d4 d5 Nc3 dxe4 Nxe4 Bf5 Ng3 Bg6 h4 h6 Nf3\nB19,"Seirawan Variation, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Bf5 Ng3 Bg6 h4 h6 Nf3 Nd7 h5 Bh7 Bd3 Bxd3 Qxd3\nB18,"Flohr Variation, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Bf5 Ng3 Bg6 Nh3\nB16,"Finnish Variation, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 h6\nB17,"Karpov Variation, Caro-Kann; B17",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nd7\nB17,"Smyslov Variation, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nd7 Bc4 Ngf6 Ng5 e6 Qe2 Nb6\nB17,"Tiviakov-Fischer Attack, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nd7 Bc4 Ngf6 Nxf6+ Nxf6\nB17,"Kasparov Attack, Caro-Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nd7 Nf3 Ngf6 Ng3\nB17,"Ivanchuk Defense, Caro Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nd7 Ng5 Ndf6\nB15,"Knight Variation, Caro",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nf6\nB15,"Tarrasch (Alekhine) Gambit, Caro",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nf6 Bd3\nB15,"Tartakower Variation, Caro",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nf6 Nxf6+ exf6\nB15,"Forgacs Variation, Caro Kann",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nf6 Nxf6+ exf6 Bc4\nB16,"Nimzovich; Bronstein-Larsen, Caro; B16",e4 c6 d4 d5 Nc3 dxe4 Nxe4 Nf6 Nxf6+ gxf6\nB15,"Gurgenidze System, Caro-Kann",e4 c6 d4 d5 Nc3 g6\nB15,"Gurgenidze Variation, Caro",e4 c6 d4 d5 Nc3 g6 e5 Bg7 f4 h5\nB15,"Campomanes Attack, Caro",e4 c6 d4 d5 Nc3 Nf6\nB12,"Modern Variation, Caro-Kann",e4 c6 d4 d5 Nd2\nB12,New Caro-Kann,e4 c6 d4 d5 Nd2 g6\nB12,"Edinburgh Variation, Caro",e4 c6 d4 d5 Nd2 Qb6\nB12,"Ulysses Gambit, Caro",e4 c6 d4 d5 Nf3 dxe4 Ng5\nB10,"Massachussets Defense, Caro-Kann",e4 c6 d4 f5\nB12,"De Bruycker Defense, Caro",e4 c6 d4 Na6\nB10,"Masi Variation, Caro-Kann",e4 c6 d4 Nf6\nB11,B11,e4 c6 Nc3\nB10,"Scorpion-Horus Gambit, Caro-Kann",e4 c6 Nc3 d5 d3 dxe4 Bg5\nB11,"Two Knights Attack, Caro Kann",e4 c6 Nc3 d5 Nf3\nB11,"Mindeno Variation, Caro-Kann",e4 c6 Nc3 d5 Nf3 Bg4\nB11,"Retreat Line, Mindeno Variation, Caro-Kann",e4 c6 Nc3 d5 Nf3 Bg4 h3 Bh5\nB12,"Hector Gambit, Caro",e4 c6 Nc3 d5 Nf3 dxe4 Ng5\nB10,"Goldman Variation, Caro",e4 c6 Nc3 d5 Qf3\nB10,"Two Knights Variation, Caro",e4 c6 Nf3 d5 Nc3\nB01,Center Counter; Scandanavian; B01,e4 d5\nB01,"Zilbermints Gambit, Center Counter",e4 d5 b4\nB01,"Blackbunre-Kloosterboer Gambit, Center Counter",e4 d5 exd5 c6 dxc6 e5\nB01,"Atkinson (Kloosterboer) Variation, Center Counter",e4 d5 exd5 c6 dxc6 e5\nB01,"Blackburne Gambit, Center Counter",e4 d5 exd5 c6 dxc6 Nxc6\nB01,"Boehnke Gambit, Center Counter",e4 d5 exd5 e5\nB01,"Boehnke Gambit Accepted, Center Counter",e4 d5 exd5 e5 dxe6 Bxe6\nB01,"Marshall Gambit, Scandanavian G; Modern Variation, CC",e4 d5 exd5 Nf6\nB01,"Panov Transfer, Center Counter",e4 d5 exd5 Nf6 c4 c6\nB01,"Icelandic-Palme Gambit, CC",e4 d5 exd5 Nf6 c4 e6\nB01,"Portuguese Variation, Center Counter",e4 d5 exd5 Nf6 d4 Bg4\nB01,"Portuguese Gambit, Center Counter",e4 d5 exd5 Nf6 d4 Bg4 f3 Bf5 Bb5+ Nbd7\nB01,"Kadas Gambit, Center Counter",e4 d5 exd5 Nf6 d4 c6 dxc6 e5\nB01,"Wing Gambit, Center Counter",e4 d5 exd5 Nf6 d4 g6 c4 b5\nB01,"Marshall Variation, Center Counter",e4 d5 exd5 Nf6 d4 Nxd5\nB01,"Kiel Variation, Center Counter",e4 d5 exd5 Nf6 d4 Nxd5 c4 Nb4\nB01,"Tomalty Gambit, Center Counter",e4 d5 exd5 Nf6 d4 Nxd5 c4 Nf6 Nc3 c5\nB01,"Gipslis Variation, Center Counter",e4 d5 exd5 Nf6 d4 Nxd5 Nf3 Bg4\nB01,"Richter Variation, Center Counter",e4 d5 exd5 Nf6 d4 Nxd5 Nf3 g6\nB01,"Mieses-Kotroc Variation, Center Counter",e4 d5 exd5 Qxd5\nB01,"Leonhardt (Rosen) Gambit, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 b4\nB01,"Anderssen Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 d4 e5\nB01,"Collijn Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 d4 e5 Nf3 Bg4\nB01,"Mieses Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 d4 Nf6\nB01,"Gruenfeld Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 d4 Nf6 Nf3 Bf5 Ne5 c6 g4\nB01,"Lasker Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qa5 d4 Nf6 Nf3 Bg4 h3\nB01,"Gubinsky-Melts Defense, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qd6\nB01,"Schiller-Pytel Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qd6 d4 c6\nB01,"Bronstein Variation, Center Counter",e4 d5 exd5 Qxd5 Nc3 Qd6 d4 Nf6 Nf3 a6\nB01,Closed Scandavian,e4 d5 Nc3\nB07,B07,e4 d6\nB07,"Maroczy Defense, Pirc",e4 d6 d4 e5\nB07,"Philidor Gambit, Pirc",e4 d6 d4 e5 dxe5 Bd7\nB07,Small Center Defense,e4 d6 d4 e6\nB07,"Balogh Defense, Pirc",e4 d6 d4 f5\nB07,Pirc Defense,e4 d6 d4 Nf6\nB07,"Lion\'s Jaw, Pirc",e4 d6 d4 Nf6 f3\nB07,Czech Defense,e4 d6 d4 Nf6 Nc3 c6\nB07,Pirc; Ufimtsev; Antal Defense,e4 d6 d4 Nf6 Nc3 g6\nB07,"Kholmov System, Pirc",e4 d6 d4 Nf6 Nc3 g6 Bc4\nB07,"Classical System, Pirc",e4 d6 d4 Nf6 Nc3 g6 Be2\nB07,"Chinese Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 Be2 Bg7 g4\nB07,"Bayonet Attack, Pirc",e4 d6 d4 Nf6 Nc3 g6 Be2 Bg7 h4\nB07,"Sveshnikov-Jansa Attack, Pirc",e4 d6 d4 Nf6 Nc3 g6 Be3 c6 h3\nB07,150 Attack,e4 d6 d4 Nf6 Nc3 g6 Be3 c6 Qd2\nB07,"Panov; Opatijav; Byrne Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 Bg5\nB09,"Austrian Attack, Pirc; B09",e4 d6 d4 Nf6 Nc3 g6 f4\nB09,"Ljubojevic Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Bc4\nB09,"Austrian; Yugoslav Defense, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Nf3\nB09,"Dragon Formation, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Nf3 c5\nB09,"Weiss Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Nf3 O-O Bd3\nB09,"Kurajica Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Nf3 O-O Be3\nB09,"Unzicker Attack, Pirc",e4 d6 d4 Nf6 Nc3 g6 f4 Bg7 Nf3 O-O e5\nB08,B08,e4 d6 d4 Nf6 Nc3 g6 Nf3\nB08,"Two Knights System, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7\nB08,"Quiet System, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7 Be2\nB08,"Parma Defense, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7 Be2 O-O O-O Bg4\nB08,"Czech Defense, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7 Be2 O-O O-O c6\nB08,"Chigorin Line, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7 Be2 O-O O-O Nc6\nB08,"Schlechter Variation, Pirc",e4 d6 d4 Nf6 Nc3 g6 Nf3 Bg7 h3\nB07,Anti-Philidor,e4 d6 d4 Nf6 Nc3 Nbd7 f4\nB07,"Roscher Gambit, Pirc",e4 d6 d4 Nf6 Nf3\nC20,King Pawn Game; C20,e4 e5\nC20,Mengarini Opening,e4 e5 a3\nC20,Portuguese Opening,e4 e5 Bb5\nC20,Miguel Gambit,e4 e5 Bb5 Bc5 b4\nC23,Bishop\'s Opening; C23,e4 e5 Bc4\nC23,Anderssen Gambit,e4 e5 Bc4 b5 Bxb5 c6\nC23,Thorold Gambit,e4 e5 Bc4 b5 Bxb5 f5\nC23,"Classical Variation, Bishop; Boi Variation",e4 e5 Bc4 Bc5\nC23,"MacDonnell Gambit, Bishop",e4 e5 Bc4 Bc5 b4\nC23,"Labourdonnais-Denker Gambit, Bishop",e4 e5 Bc4 Bc5 b4 Bxb4 c3\nC23,"McDonnell Double Gambit, Bishop",e4 e5 Bc4 Bc5 b4 Bxb4 f4\nC23,"Philidor Variation, Bishop",e4 e5 Bc4 Bc5 c3\nC23,"Lewis Counter-Gambit, Bishop",e4 e5 Bc4 Bc5 c3 d5\nC23,"Lewis Countergambit, Bishop",e4 e5 Bc4 Bc5 c3 d5 Bxd5 Nf6\nC23,"Walker Variation, Bishop",e4 e5 Bc4 Bc5 c3 d5 Bxd5 Nf6 d4\nC23,"Lewis Gambit, Bishop",e4 e5 Bc4 Bc5 d4\nC23,"Stein Gambit, Bishop",e4 e5 Bc4 Bc5 f4\nC23,"Lopez Variation, Bishop",e4 e5 Bc4 Bc5 Qe2\nC23,"Lopez Gambit, Bishop",e4 e5 Bc4 Bc5 Qe2 Nf6 f4\nC23,"Khan Gambit, Bishop",e4 e5 Bc4 d5\nC23,"King\'s Gambit Reversed, Bishop",e4 e5 Bc4 f5\nC23,Calabrese Counter-Gambit,e4 e5 Bc4 f5\nC24,"Berlin Defense, Bishop; C24",e4 e5 Bc4 Nf6\nC24,"Spielmann Attack, Bishop",e4 e5 Bc4 Nf6 d3 Bc5 Nc3\nC24,"Kitchner Folly, Bishop",e4 e5 Bc4 Nf6 d3 Be7 Nf3 O-O\nC24,"Vienna Hybrid, Bishop",e4 e5 Bc4 Nf6 d3 Nc6 Nc3\nC24,"Hromadka Variation, Bishop",e4 e5 Bc4 Nf6 d3 Nc6 Nc3 Bb4 Ne2\nC24,"Ponziani Center Gambit, Bishop",e4 e5 Bc4 Nf6 d4\nC24,"Warsaw Gambit, Bishop",e4 e5 Bc4 Nf6 d4 exd4 c3\nC24,Urusov; Ouroussoff; Keidansky G,e4 e5 Bc4 Nf6 d4 exd4 Nf3\nC24,"Keidansky Gambit, Bishop",e4 e5 Bc4 Nf6 d4 exd4 Nf3 Nxe4 Qxd4\nC23,"Kreijcik Gambit, Bishop",e4 e5 Bc4 Nf6 f3 Bc5 Ne2 Nc6 b4\nC23,"Greco Gambit, Bishop",e4 e5 Bc4 Nf6 f4\nC23,"Horwitz Gambit, Bishop",e4 e5 Bc4 Nf6 Nc3 b5\nC23,"Blanel Gambit, Bishop",e4 e5 Bc4 Nf6 Nc3 Nxe4\nC23,"Paschmann Gambit, Bishop",e4 e5 Bc4 Nf6 Ne2 Nxe4 Nec3\nC20,Tortoise Opening,e4 e5 Bd3\nC20,Macleod Attack,e4 e5 c3\nC20,Norwalder Gambit,e4 e5 c3 d5 Qh5 Bd6\nC20,Lasa Gambit,e4 e5 c3 f5\nC20,Whale Opening,e4 e5 c4\nC20,Bavarian Gambit,e4 e5 c4 d5\nC20,Clam Variation; Leonardis Variation,e4 e5 d3\nC20,Indian Opening,e4 e5 d3\nC20,Weber Gambit,e4 e5 d3 d5 exd5 c6 dxc6 Nxc6\nC20,King\'s Gambit Reversed,e4 e5 d3 f5\nC20,Radisch Gambit,e4 e5 d3 Nf6 f4 Bc5\nC21,Center Game; C21,e4 e5 d4\nC21,Beyer Gambit,e4 e5 d4 d5\nC21,Philidor Gambit,e4 e5 d4 d6 dxe5 Bd7\nC21,Center Game Accepted,e4 e5 d4 exd4\nC21,Von der Lasa Gambit,e4 e5 d4 exd4 Bc4\nC21,"Ross Gambit, Center",e4 e5 d4 exd4 Bd3\nC21,Danish Gambit,e4 e5 d4 exd4 c3\nC21,"Sorensen Defense, Center",e4 e5 d4 exd4 c3 d5\nC21,Danish Gambit Accepted,e4 e5 d4 exd4 c3 dxc3 Bc4 cxb2 Bxb2\nC21,"Copenhagen Defense, Danish Gambit",e4 e5 d4 exd4 c3 dxc3 Bc4 cxb2 Bxb2 Bb4+\nC21,"Schlechter Defense, Center",e4 e5 d4 exd4 c3 dxc3 Bc4 cxb2 Bxb2 d5\nC21,"Classical Defense, Danish Gambit",e4 e5 d4 exd4 c3 dxc3 Bc4 cxb2 Bxb2 Nf6\nC21,"Chigorin Defense, Danish Gambit",e4 e5 d4 exd4 c3 dxc3 Bc4 cxb2 Bxb2 Qe7\nC21,"Svenonius Defense, Center",e4 e5 d4 exd4 c3 Ne7\nC21,Halasz-McDonnell Gambit,e4 e5 d4 exd4 f4\nC21,"Crocodile Variation, Center Game",e4 e5 d4 exd4 f4 Bc5 Nf3 Nc6 c3\nC21,"Lanc-Arnold Gambit, Center",e4 e5 d4 exd4 Nf3 Bc5 c3\nC21,"Scippler Gambit, Center",e4 e5 d4 exd4 Nf3 Bc5 c3 dxc3 Bc4\nC22,C22,e4 e5 d4 exd4 Qxd4\nC22,"Hall Variation, Center",e4 e5 d4 exd4 Qxd4 Nc6 Qc4\nC22,"Paulsen Attack Variation, Center",e4 e5 d4 exd4 Qxd4 Nc6 Qe3\nC22,"Berger Variation, Center",e4 e5 d4 exd4 Qxd4 Nc6 Qe3 Nf6\nC22,"Kupreichik Variation, Center",e4 e5 d4 exd4 Qxd4 Nc6 Qe3 Nf6 Nc3 Bb4 Bd2 O-O O-O-O Re8 Bc4\nC20,King\'s Head,e4 e5 f3\nC20,Walkerling,e4 e5 f3 Nf6\nC20,Krejcik Gambit,e4 e5 f3 Nf6 Bc4 Bc5 Ne2 Nc6 b4\nC20,King\'s Head Opening,e4 e5 f3 Nf6 Nc3\nC30,King\'s Gambit; C30,e4 e5 f4\nC30,"Classical Defense, KGD",e4 e5 f4 Bc5\nC30,"Heath Variation, KGD; Rotlewi Countergambit",e4 e5 f4 Bc5 Nf3 d6 b4\nC30,"Marshall (Euwe) Attack, KGD",e4 e5 f4 Bc5 Nf3 d6 c3 Bg4 fxe5 dxe5 Qa4+\nC30,"Rubinstein Countergambit, KGD",e4 e5 f4 Bc5 Nf3 d6 c3 f5\nC30,"Svenonius Variation, KGD",e4 e5 f4 Bc5 Nf3 d6 Nc3 Nf6 Bc4 Nc6 d3 Bg4\nC30,"Senechaud Counter-Gambit, KGD",e4 e5 f4 Bc5 Nf3 g5\nC30,"Mafia Defense, KGD",e4 e5 f4 c5\nC31,"Falkbeer Counter-Gambit, KGD; C31",e4 e5 f4 d5\nC31,"Hinrichsen Gambit, KGD",e4 e5 f4 d5 d4\nC31,"Falkbeer Countergambit Accepted, KGD",e4 e5 f4 d5 exd5\nC31,"Miles Gambit, KGD",e4 e5 f4 d5 exd5 Bc5\nC31,"Nimzovich-Marshall Variation, KGD",e4 e5 f4 d5 exd5 c6\nC31,"Marshall C-G, KGD",e4 e5 f4 d5 exd5 c6\nC31,"Pickler Gambit, KGD",e4 e5 f4 d5 exd5 c6 dxc6 Bc5\nC32,"Staunton Line, KGD; C32",e4 e5 f4 d5 exd5 e4\nC31,"Nimzovich Variation, KGD; Anderssen Attack",e4 e5 f4 d5 exd5 e4 Bb5+\nC32,"Reti (Charousek) Variation, KGD",e4 e5 f4 d5 exd5 e4 d3\nC32,"Morphy Defense, KGD",e4 e5 f4 d5 exd5 e4 d3 Nf6 Nc3 Bb4 Bd2 e3\nC32,"Keres Variation, KGD",e4 e5 f4 d5 exd5 e4 d3 Nf6 Nd2\nC32,"Old Line, Falkbeer Countergambit, KGD",e4 e5 f4 d5 exd5 e4 d3 Nf6 Qe2\nC32,"Modern Transfer, Falkbeer Countergambit, KGD",e4 e5 f4 d5 exd5 exf4\nC31,"Blackbunre Attack, KGD",e4 e5 f4 d5 Nf3\nC33,King\'s Gambit Accepted; C33,e4 e5 f4 exf4\nC33,"Orsini Gambit, KGA",e4 e5 f4 exf4 b3\nC33,"Schurig Gambit, KGA",e4 e5 f4 exf4 Bb5\nC33,"Bishop\'s Gambit, KGA",e4 e5 f4 exf4 Bc4\nC33,"Kieseritzky Gambit, Bishop\'s Gambit, KGA",e4 e5 f4 exf4 Bc4 b5\nC33,"Lopez Defense, KGA",e4 e5 f4 exf4 Bc4 c6\nC33,"Bledow; Morphy Defense, KGA",e4 e5 f4 exf4 Bc4 d5\nC33,"Bledow Countergambit, KGA",e4 e5 f4 exf4 Bc4 d5 Bxd5 Nf6\nC33,"Gianutio Counter-Gambit, KGA",e4 e5 f4 exf4 Bc4 f5\nC33,"Anderssen Defense, KGA",e4 e5 f4 exf4 Bc4 g5\nC33,"Maurian Defense, KGA",e4 e5 f4 exf4 Bc4 Nc6\nC33,Cozio; Hanneken; Prussian; Lichtenhein,e4 e5 f4 exf4 Bc4 Nf6\nC33,"Bogoljubow Variation, KGA",e4 e5 f4 exf4 Bc4 Nf6 Nc3\nC33,"Bogoljubov; Jaenisch Variation, KGA",e4 e5 f4 exf4 Bc4 Nf6 Nc3 c6\nC33,"Bryan; Kieseritzky Gambit, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 b5\nC33,"Greco Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 Bc5\nC33,"Cozio Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 d6\nC33,"Classical Defense, KGA; Lopez Variation",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5\nC33,"Grimm Attack, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5 Nc3 Bg7 d4 d6 e5\nC33,"MacDonnell Attack, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5 Nc3 Bg7 d4 Ne7 g3\nC33,"McDonnell Attack, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5 Nc3 Bg7 g3\nC33,"Fraser Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5 Nc3 Bg7 g3 fxg3 Qf3\nC33,"Cozio Attack, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 g5 Qf3\nC33,"Boden Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 Nc6\nC33,"Jaenisch Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 Nf6\nC33,"Jaenisch Variation, KGA",e4 e5 f4 exf4 Bc4 Qh4+ Kf1 Qf6\nC33,Lesser Bishop; Tartakower,e4 e5 f4 exf4 Be2\nC33,"Weiss Defense, KGA",e4 e5 f4 exf4 Be2 f5 exf5 d6\nC33,"Central; Polerio; Willemson, Steinitz",e4 e5 f4 exf4 d4\nC33,"Gaga Gambit, KGA",e4 e5 f4 exf4 g3\nC33,"Gama Gambit, KGA",e4 e5 f4 exf4 g3 fxg3 Nf3\nC33,"Leonardo (Stamma) Gambit, KGA",e4 e5 f4 exf4 h4\nC33,"Drunken King, KGA",e4 e5 f4 exf4 Kf2\nC33,"Tumbleweed; King\'s Own, KGA",e4 e5 f4 exf4 Kf2\nC33,"Keres, Mason, Parnu, Requena",e4 e5 f4 exf4 Nc3\nC33,"Requena Gambit, KGA",e4 e5 f4 exf4 Nc3 Qh4+\nC33,"Paris Gambit, KGA",e4 e5 f4 exf4 Ne2\nC34,"King\'s Knight Gambit, KGA; C34",e4 e5 f4 exf4 Nf3\nC35,"Cunningham Gambit, KGA; C35",e4 e5 f4 exf4 Nf3 Be7\nC35,"Wild Cunningham Gambit, KGA",e4 e5 f4 exf4 Nf3 Be7 Bc4 Bh4+\nC35,"Bertin; Three Pawns Gambit, KGA",e4 e5 f4 exf4 Nf3 Be7 Bc4 Bh4+ g3\nC35,"Neo-Cunningham Gambit, KGA; McCormick Defense",e4 e5 f4 exf4 Nf3 Be7 Bc4 Nf6\nC36,"Scandinavian Variation, KGA; Modern Defense, KGA; C36",e4 e5 f4 exf4 Nf3 d5\nC36,"Abbazia Defense, KGA",e4 e5 f4 exf4 Nf3 d5 exd5 Nf6\nC34,"Fischer Defense, KGA",e4 e5 f4 exf4 Nf3 d6\nC34,"Schulder Gambit, KGA",e4 e5 f4 exf4 Nf3 d6 b4\nC34,"Gianutio Countergambit, KGA",e4 e5 f4 exf4 Nf3 f5\nC37,C37,e4 e5 f4 exf4 Nf3 g5\nC37,"Ghulam Kassim; Koch Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4\nC38,"Traditional Variation, KGA; C38",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7\nC38,"Mayet Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 d4 d6 c3\nC38,"Philidor Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 h4\nC38,"Greco Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 h4 h6 d4 d6\nC38,"Greco; Calabrian Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 h4 h6 d4 d6 hxg5 hxg5 Rxh8 Bxh8 Nc3\nC38,"Schultz Variation, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 h4 h6 d4 d6 Qd3\nC38,"Hanstein Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Bg7 O-O\nC37,"Middleton Counter-Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 d6 O-O Bg4 h3 h5 hxg4\nC37,"Greco-Lolli; Wild Muzio Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Bxf7+\nC37,"Young Variation, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Bxf7+ Kxf7 O-O gxf3 Qxf3 Qf6 d4 Qxd4+ Be3\nC37,"Koch; Ghulam Kassim Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 d4\nC37,Kotov Gambit,e4 e5 f4 exf4 Nf3 g5 Bc4 g4 d4 gxf3 Bxf4\nC37,"Ghulam-Kassim Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 d4 gxf3 Qxf3\nC37,"Australian Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 h4\nC37,"MacDonnell Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Nc3\nC37,"Salvio Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5\nC37,"Cochrane Variation, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5 Qh4+ Kf1 f3\nC37,"Herzfeld; Portuguese; Vienna, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5 Qh4+ Kf1 Nc6\nC37,"Santa Maria Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5 Qh4+ Kf1 Nf6\nC37,"Silberschmidt Variation, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5 Qh4+ Kf1 Nh6\nC37,"Anderssen Counter-Attack, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 Ne5 Qh4+ Kf1 Nh6 d4 d6\nC37,"Muzio-Polerio Gambit, KGA; Wild Muzio",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O\nC37,"Brentano Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O d5\nC37,"Holloway Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Nc6\nC37,"From Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qe7\nC37,"Sarratt Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6\nC37,"Young Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6 Bxf7+ Kxf7 d4 Qxd4+ Be3 Qf6\nC37,"Double Muzio Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6 e5 Qxe5 Bxf7+\nC37,"Paulsen Defense, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6 e5 Qxe5 d3 Bh6 Nc3 Ne7 Bd2\nC37,"Bello Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6 Nc3\nC37,"Baldwin Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O gxf3 Qxf3 Qf6 Nc3 Qd4+ Kh1 Qxc4 Nd5\nC37,"Kling & Horwitz Counter-Attack, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 g4 O-O Qe7\nC37,"Blachy Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 Bc4 Nc6\nC37,"Rosentreter Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 d4\nC37,"Soerensen Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 d4 g4 Ne5\nC37,"Rosentreter-Testa Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 d4 g4 Bxf4\nC39,C39,e4 e5 f4 exf4 Nf3 g5 h4\nC39,"Kieseritzky Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5\nC39,"Paulsen Defense, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Bg7\nC39,"Campbell; Brentano; Morphy Var, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 d5\nC39,"Green; Kolisch Variation, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 d6\nC39,"Long Whip Variation, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 h5\nC39,"Cotter Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 h6 Nxf7\nC39,"Neumann Defense, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nc6\nC39,"Berlin Defense, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6\nC39,"Anderssen Defense, Kieseritsky Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Bc4 d5 exd5 Bd6\nC39,"Anderssen-Cordel Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Bc4 d5 exd5 Bd6 d4 Nh5 Bxf4 Nxf4\nC39,"Rice Gambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Bc4 d5 exd5 Bd6 O-O\nC39,"Rice Gambit Accepted, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Bc4 d5 exd5 Bd6 O-O Bxe5\nC39,"Paulsen Defense Deferred, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Bc4 d5 exd5 Bg7\nC39,"Rubinstein Variation, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 d4\nC39,"Riviere Variation, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Nf6 Nxg4 d5\nC39,"Rosenthal; Stockwhip Var, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ne5 Qe7\nC39,"Allgaier; Cotter Cambit, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ng5\nC39,"Walker (Urusov) Attack, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ng5 h6 Nxf7 Kxf7 Bc4+\nC39,"Urusov Attack, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ng5 h6 Nxf7 Kxf7 Bc4+ d5 Bxd5+ Ke8 d4\nC39,"Thorold Attack, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ng5 h6 Nxf7 Kxf7 d4\nC39,"Horny Defense, KGA",e4 e5 f4 exf4 Nf3 g5 h4 g4 Ng5 h6 Nxf7 Kxf7 Qxg4 Nf6 Qxf4\nC37,"Quaade; Taylor Variation, KGA",e4 e5 f4 exf4 Nf3 g5 Nc3\nC34,"Becker; Anti-Kieseritzky Var, KGA",e4 e5 f4 exf4 Nf3 h6\nC34,"MacLeod Defense, KGA",e4 e5 f4 exf4 Nf3 Nc6\nC34,"Bonsch-Osmolovsky Variation, KGA",e4 e5 f4 exf4 Nf3 Ne7\nC34,"Schallop Defense, KGA",e4 e5 f4 exf4 Nf3 Nf6\nC34,"Tashkent Attack, KGA",e4 e5 f4 exf4 Nf3 Nf6 e5 Nh5 g4\nC33,"Eisenberg Variation, KGA",e4 e5 f4 exf4 Nh3\nC33,"Basman Gambit, KGA",e4 e5 f4 exf4 Qe2\nC33,"Bilguer-Mirage Variation, KGA",e4 e5 f4 exf4 Qe2\nC33,"Breyer; Hungarian; Carrera, KGA",e4 e5 f4 exf4 Qf3\nC33,"Dodo Gambit, KGA",e4 e5 f4 exf4 Qg4\nC33,"Carrera Gambit, KGA",e4 e5 f4 exf4 Qh5\nC30,"Panteldakis Countergambit, KGD",e4 e5 f4 f5\nC30,"Soller-Zilbermints Gambit, KGD",e4 e5 f4 f6 fxe5 Nc6\nC30,Zilbermints Double Countergambit; KGD,e4 e5 f4 g5\nC30,"Queen\'s Knight Defense, KGD",e4 e5 f4 Nc6\nC30,"Miles Defense, KGD",e4 e5 f4 Nc6 Nf3 f5\nC30,"Zilbermints Double Gambit I, KGD",e4 e5 f4 Nc6 Nf3 g5\nC30,"Petrov\'s Defense, KGD",e4 e5 f4 Nf6\nC30,"Norwalde (Norwalder) Variation, KGD",e4 e5 f4 Qf6\nC30,"Schubert Variation, KGD",e4 e5 f4 Qf6 Nc3 Qxf4 d4\nC30,"Keene Defense, KGD",e4 e5 f4 Qh4+ g3 Qe7\nC25,Vienna; Hamppe Opening; C25,e4 e5 Nc3\nC25,"Zhuravlev Counter-Gambit, Vienna",e4 e5 Nc3 Bb4 Qg4\nC25,"Zhuraviev Countergambit, Vienna",e4 e5 Nc3 Bb4 Qg4 Nf6\nC25,"Anderssen Defense, Vienna",e4 e5 Nc3 Bc5\nC25,"Hamppe-Mietner Variation, Vienna",e4 e5 Nc3 Bc5 Na4\nC25,"Giraffe Attack, Vienna",e4 e5 Nc3 Bc5 Qg4\nC25,"Omaha Gambit, Vienna",e4 e5 Nc3 d6 f4\nC23,"Meitner-Mieses Gambit, Vienna",e4 e5 Nc3 Nc6 Bc4 Bc5 Qg4 Qf6 Nd5\nC23,"Bronstein Gambit, Vienna",e4 e5 Nc3 Nc6 Bc4 Nf6 f4 Nxe4 Nf3\nC25,"Fyfe Gambit, Vienna",e4 e5 Nc3 Nc6 d4\nC25,"Philidor Countergambit, Vienna",e4 e5 Nc3 Nc6 d4 f5\nC25,"Alapin Variation, Vienna",e4 e5 Nc3 Nc6 f4\nC25,Vienna Gambit,e4 e5 Nc3 Nc6 f4\nC25,"Quelle Gambit, Vienna",e4 e5 Nc3 Nc6 f4 Bc5 fxe5 d6\nC25,"Steinitz Gambit, Vienna",e4 e5 Nc3 Nc6 f4 exf4 d4\nC25,"Fraser-Minckwitz Variation, Vienna",e4 e5 Nc3 Nc6 f4 exf4 d4 Qh4+ Ke2 b6\nC25,"Zukertort Defense, Vienna",e4 e5 Nc3 Nc6 f4 exf4 d4 Qh4+ Ke2 d5\nC25,"Paulsen Defense, Vienna",e4 e5 Nc3 Nc6 f4 exf4 d4 Qh4+ Ke2 d6\nC25,"Soerensen Defense, Vienna",e4 e5 Nc3 Nc6 f4 exf4 d4 Qh4+ Ke2 g5\nC25,"Knight Variation, Vienna",e4 e5 Nc3 Nc6 f4 exf4 Nf3\nC25,"Cunningham Defense, Vienna",e4 e5 Nc3 Nc6 f4 exf4 Nf3 Be7\nC25,"Hamppe-Muzio Gambit, Vienna",e4 e5 Nc3 Nc6 f4 exf4 Nf3 g5 Bc4 g4 O-O\nC25,"Pierce Gambit, Vienna",e4 e5 Nc3 Nc6 f4 exf4 Nf3 g5 d4\nC25,"Hamppe-Allgaier Gambit, Vienna",e4 e5 Nc3 Nc6 f4 exf4 Nf3 g5 h4 g4 Ng5\nC25,Hamppe-Allgaier-Thorold Gambit,e4 e5 Nc3 Nc6 f4 exf4 Nf3 g5 h4 g4 Ng5 h6 Nxf7 Kxf7 d4\nC25,"Paulsen Variation, Vienna",e4 e5 Nc3 Nc6 g3\nC25,Mariotti Gambit,e4 e5 Nc3 Nc6 g3 Bc5 Bg2 h5 Nf3 h4\nC26,"Falkbeer Variation, Vienna; C26",e4 e5 Nc3 Nf6\nC26,"Mengarini Variation, Vienna",e4 e5 Nc3 Nf6 a3\nC27,"Stanley Variation, Vienna; C27",e4 e5 Nc3 Nf6 Bc4\nC27,"Reversed Spanish, Vienna",e4 e5 Nc3 Nf6 Bc4 Bb4\nC27,"Bishop Variation, Vienna",e4 e5 Nc3 Nf6 Bc4 Bc5\nC27,"Eifel Gambit, Vienna",e4 e5 Nc3 Nf6 Bc4 Bc5 Nge2 b5\nC28,"Three Knights Variation, Vienna; C28",e4 e5 Nc3 Nf6 Bc4 Nc6\nC27,"Modern Variation, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4\nC27,"Boden-Kieseritzky Gambit, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4 Nf3\nC27,"Monster Variation, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4 Qh5 Nd6 Bb3 Be7\nC27,"Alekhine Variation, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4 Qh5 Nd6 Bb3 Be7 Nf3 Nc6 Nxe5\nC27,"Adams Gambit, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4 Qh5 Nd6 Bb3 Nc6 d4\nC27,"Frankenstein-Dracula Var, Vienna",e4 e5 Nc3 Nf6 Bc4 Nxe4 Qh5 Nd6 Bb3 Nc6 Nb5 g6 Qf3 f5 Qd5 Qe7\nC29,"Vienna Gambit, Vienna; C29",e4 e5 Nc3 Nf6 f4\nC29,"Steinitz Variation, Vienna",e4 e5 Nc3 Nf6 f4 d5 d3\nC26,"Oxford Variation, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 d3\nC29,"Wurzburger Trap, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 d3 Qh4 g3 Nxg3 Nf3 Qh5 Nxd5\nC29,"Breyer Variation, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 Nf3 Be7\nC29,"Kaufmann Variation, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 Nf3 Bg4 Qe2\nC29,"Paulsen Attack, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 Qf3\nC29,"Bardeleben Variation, Vienna",e4 e5 Nc3 Nf6 f4 d5 fxe5 Nxe4 Qf3 f5\nC26,"Mieses Variation, Vienna",e4 e5 Nc3 Nf6 g3\nC25,"Polluck Gambit, Vienna",e4 e5 Nc3 Nf6 g3 Bc5 Bg2 Nc6 Nge2 d5 exd5\nC25,"Erben Gambit, Vienna",e4 e5 Nc3 Nf6 g3 d5 exd5 c6\nC20,Alapin Opening,e4 e5 Ne2\nC40,King\'s Knight Opening; C40,e4 e5 Nf3\nC40,Glatz Gambit; Busch-Gass Gambit,e4 e5 Nf3 Bc5\nC25,"Hamppe Meitner, Vienna",e4 e5 Nc3 Bc5 Na4\nC40,Chiodini Gambit,e4 e5 Nf3 Bc5 Nxe5 Nc6\nC40,Jalalabad Defense,e4 e5 Nf3 c5\nC40,Gunderam Gambit,e4 e5 Nf3 c6\nC40,Queen\'s Pawn Counter-Gambit; Elephant Gambit,e4 e5 Nf3 d5\nC40,Maroczy; Elephant Gambit,e4 e5 Nf3 d5 exd5 Bd6\nC40,Halasz-Jacobsen Gambit,e4 e5 Nf3 d5 exd5 Bd6\nC40,Maroczy Gambit,e4 e5 Nf3 d5 exd5 Bd6\nC40,Paulsen Counter-Gambit,e4 e5 Nf3 d5 exd5 e4\nC40,Wasp Variation,e4 e5 Nf3 d5 Nxe5 dxe4 Bc4 Qg5\nC41,Philidor Defense; C41,e4 e5 Nf3 d6\nC41,"Lopez Counter-Gambit, Philidor",e4 e5 Nf3 d6 Bc4 f5\nC41,Philidor Gambit,e4 e5 Nf3 d6 d4 Bd7\nC41,"Alapin-Blackburne Gambit, Philidor",e4 e5 Nf3 d6 d4 Bg4 dxe5 Nd7\nC41,"Exchange Variation, Philidor",e4 e5 Nf3 d6 d4 exd4\nC41,"Morphy Gambit, Philidor",e4 e5 Nf3 d6 d4 exd4 Bc4\nC41,"Bird Gambit, Philidor",e4 e5 Nf3 d6 d4 exd4 c3\nC41,"Paulsen Attack, Philidor",e4 e5 Nf3 d6 d4 exd4 Nxd4 d5 exd5\nC41,"Larsen Variation, Philidor",e4 e5 Nf3 d6 d4 exd4 Nxd4 g6\nC41,"Boden Variation, Philidor",e4 e5 Nf3 d6 d4 exd4 Qxd4 Bd7\nC41,Philidor Counter Attack,e4 e5 Nf3 d6 d4 f5\nC41,"Zukertort Variation, Philidor",e4 e5 Nf3 d6 d4 f5 Nc3\nC41,"Hanham; Lord Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7\nC41,"Delmar Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Bc4 c6 c3\nC41,"Schlechter Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Bc4 c6 Nc3\nC41,"Krause Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Bc4 c6 O-O\nC41,"Steiner Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Bc4 c6 O-O Be7 dxe5\nC41,"Sharp Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Bc4 Nb6\nC41,"Lion Variation, Philidor",e4 e5 Nf3 d6 d4 Nd7 Nc3 Nf6\nC41,"Jaenisch Counter-Attack, Philidor; Nimzovich Variation",e4 e5 Nf3 d6 d4 Nf6\nC41,"Klein Variation, Philidor",e4 e5 Nf3 d6 d4 Nf6 Bc4\nC41,"Sokolsky Variation, Philidor",e4 e5 Nf3 d6 d4 Nf6 dxe5 Nxe4 Nbd2\nC41,"Rellstab Variation, Philidor",e4 e5 Nf3 d6 d4 Nf6 dxe5 Nxe4 Qd5\nC41,"Larobok Variation, Philidor",e4 e5 Nf3 d6 d4 Nf6 Nc3 Nbd7\nC41,"Locock Variation, Philidor",e4 e5 Nf3 d6 d4 Nf6 Ng5 h6 Nxf7\nC40,Latvian; Greco Counter-Gambit,e4 e5 Nf3 f5\nC40,"Senechaud Gambit, Latvian",e4 e5 Nf3 f5 b4\nC40,"Mayet Attack, Latvian",e4 e5 Nf3 f5 Bc4\nC40,"Strautins Gambit, Latvian",e4 e5 Nf3 f5 Bc4 b5\nC40,"Polerio-Svedenborg Variation, Latvian",e4 e5 Nf3 f5 Bc4 fxe4 Nxe5 d5\nC40,"Poisoned Pawn Variation, Latvian",e4 e5 Nf3 f5 Bc4 fxe4 Nxe5 Qg5 d4 Qxg2\nC40,"Duke of Courland Variation, Latvian",e4 e5 Nf3 f5 Bc4 fxe4 Nxe5 Qg5 d4 Qxg2 Qh5 g6 Bf7 Kd8 Bg6 Qh1\nC40,"Morgado Defense, Latvian",e4 e5 Nf3 f5 Bc4 Nf6\nC40,"Diepstraten Countergambit, Latvian",e4 e5 Nf3 f5 c4\nC40,"Clam Gambit, Latvian",e4 e5 Nf3 f5 d3 Nc6 exf5\nC40,"Mason Countergambit, Latvian",e4 e5 Nf3 f5 d4\nC40,Latvian Gambit Accepted,e4 e5 Nf3 f5 exf5\nC40,"Lobster Gambit, Latvian",e4 e5 Nf3 f5 g4\nC40,"Mlotkowski Variation, Latvian",e4 e5 Nf3 f5 Nc3\nC40,"Fraser Defense, Latvian",e4 e5 Nf3 f5 Nxe5 Nc6\nC40,"Corkscrew Counter-Gambit, Latvian",e4 e5 Nf3 f5 Nxe5 Nf6 Bc4 fxe4 Nf7 Qe7 Nxh8 d5\nC40,"Greco Variation, Latvian",e4 e5 Nf3 f5 Nxe5 Qe7\nC40,"Mail Line, Latvian Gambit Accepted",e4 e5 Nf3 f5 Nxe5 Qf6 d4\nC40,"Bilguer Variation, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 d4 d6 Nc4\nC40,"Bronstein Attack, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 d4 d6 Nc4 fxe4 Be2\nC40,"Nimzovich Attack, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 d4 d6 Nc4 fxe4 Ne3\nC40,"Bronstein Gambit, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 d4 d6 Nc4 fxe4 Qh5+ g6 Qe2\nC40,"Foltys-Leonhardt Variation, Latvian Gambit",e4 e5 Nf3 f5 Nxe5 Qf6 Nc4\nC40,"Foltys Variation, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 Nc4 fxe4 d3\nC40,"Leonhardt Variation, Latvian",e4 e5 Nf3 f5 Nxe5 Qf6 Nc4 fxe4 Nc3\nC40,Damiano Defense,e4 e5 Nf3 f6\nC40,Damiano Gambit,e4 e5 Nf3 f6 Nxe5 fxe5 Qh5+ g6 Qxe5+ Qe7 Qxh8\nC40,"Chigorin Gambit, Damiano",e4 e5 Nf3 f6 Nxe5 Qe7 Nf3 d5\nC44,C44,e4 e5 Nf3 Nc6\nC44,Paschman Wing Gambit,e4 e5 Nf3 Nc6 b4\nC60,Ruy Lopez; Spanish Opening; C60,e4 e5 Nf3 Nc6 Bb5\nC60,"Bulgarian Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a5\nC68,"Morphy Defense, Ruy Lopez; C68",e4 e5 Nf3 Nc6 Bb5 a6\nC70,"Morphy Defense, Ruy Lopez; C70",e4 e5 Nf3 Nc6 Bb5 a6 Ba4\nC70,"Caro Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 b5\nC70,"Graz Variation, Ruy",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 b5 Bb3 Bc5\nC70,"Furman-Taimanov; Wing Var, Ruy; Norwegian Variation",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 b5 Bb3 Na5\nC70,"Nightingale Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 b5 Bb3 Na5 Bxf7+\nC70,"Alapin\'s Defense Deferred, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Bb4\nC70,"Classical Defense Deferred, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Bc5\nC71,Steinitz Defense Deferred; Ruy Lopez; C71,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6\nC71,"Modern Steinitz Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6\nC73,C73,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 Bxc6+ bxc6\nC73,"Richter Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 Bxc6+ bxc6 d4\nC73,"Alapin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 Bxc6+ bxc6 d4 f6\nC74,C74,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c3\nC75,C75,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c3 Bd7\nC76,C76,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c3 Bd7 d4 g6\nC74,"Siesta Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c3 f5\nC74,"Kopaiev Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c3 f5 exf5 Bxf5 O-O\nC71,"Keres Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 c4\nC71,"Noah\'s Ark Trap, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 d4 b5 Bb3 exd4 Nxd4 Nxd4 Qxd4 c5 Qd5 Be6 Qc6+ Bd7\nC72,C72,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 d6 O-O\nC70,"Schliemann Defense Deferred, Ruy",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 f5\nC70,"Jaenisch Gambit Deferred, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 f5 exf5\nC77,C77,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6\nC77,Treybel; Flohr; Exchange Var Deferred,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 Bxc6\nC77,"Bayreuth Variation, ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 Bxc6\nC77,"Jaffe Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 c3\nC77,"Anderssen Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 d3\nC77,"Duras Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 d3 d6 c4\nC77,"Mackenzie Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 d4\nC77,"Center Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 d4 exd4\nC77,"Nimzovich; Tarrasch Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 Nc3\nC78,"Normal Variation, Ruy Lopez; C78",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O\nC78,"Arkangelsk; Counterthrust Var, Ruy",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O b5\nC78,"Shannon Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O b5 Bb3 Bb7 Ng5 d5\nC78,"Wing Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O b5 Bb3 Be7 a4\nC78,"Neo-Steinitz Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O b5 Bb3 d6\nC78,"Moeller Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Bc5\nC84,"Closed Defense, Ruy Lopez; C84",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7\nC85,Delayed Exchange Ruy Lopez Deferred; C85,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Bxc6\nC84,"Center Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 d4\nC84,"Basque Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 d4 exd4 e5 Ne4 c3\nC84,"Lopez Four Knights, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Nc3\nC86,"Worrall Attack, Ruy Lopez; C86",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Qe2\nC86,"Schlechter Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Qe2 b5 Bb3 O-O c3 d5\nC86,"English Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Qe2 b5 Bb3 O-O c3 d6 d4 Bg4\nC87,C87,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1\nC88,C88,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3\nC88,"Trajkovic Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 Bb7\nC88,"Pseudo-Marshall Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 Bb7 c3 d5 exd5 Nxd5 Nxe5 Nxe5\nC90,C90,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6\nC90,"Balla Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 Na5 Bc2 c5 d4 Qc7\nC90,"Suetin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O a3\nC90,"Lutikov Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O Bc2\nC90,"Pilnik Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O d3\nC91,"Yates Variation, Ruy; C91",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O d4\nC91,"Bogoljubow; Counterthrust Var, Ruy",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O d4 Bg4\nC92,C92,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3\nC92,"Keres Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 a5\nC92,"Flohr; Zaitsev; Lenzerheide Var, Ruy",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Bb7\nC92,"Kholmov Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Be6\nC93,"Smyslov Variation, Ruy Lopez; C93",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 h6\nC96,C96,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5\nC96,"Borisenko Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Nc6\nC96,"Keres Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Nd7\nC97,"Chigorin Variation, Ruy Lopez; C97",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7\nC92,"Spanish Benoni, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7 d5\nC97,"Classical Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7 Nbd2\nC99,C99,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7 Nbd2 cxd4\nC98,C98,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7 Nbd2 Nc6\nC98,"Rauzer Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Na5 Bc2 c5 d4 Qc7 Nbd2 Nc6 dxe5 dxe5 a4\nC94,"Breyer; Retreat Variation, Ruy Lopez; C94",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8\nC95,C95,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8 d4\nC95,"Borisenko Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8 d4 Nbd7\nC95,"Arseniev Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8 d4 Nbd7 c4\nC95,"Romanishin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8 d4 Nbd7 Nbd2 Bb7 1Bc2 Re8 Nf1 Bf8 Bg5\nC95,"Simagin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nb8 d4 Nbd7 Nh4\nC92,"Keres Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Nd7\nC92,"Zaitsev System, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 c3 O-O h3 Re8\nC88,"Rosen Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 d6 d4\nC88,"Anti-Marshall Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O a4\nC89,C89,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3\nC89,"Marshall Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5\nC89,"Marshall Counter-Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5 d4\nC89,"Steiner Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5 exd5 e4\nC89,"Kevitz Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5 exd5 Nxd5 Nxe5 Nxe5 Rxe5 c6 Bxd5 cxd5 d4 Bd6 Re3\nC89,"Geller Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5 exd5 Nxd5 Nxe5 Nxe5 Rxe5 c6 d4 Bd6 Re1 Qh4 g3 Qh3\nC89,"Fischer Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d5 exd5 Nxd5 Nxe5 Nxe5 Rxe5 c6 g3\nC90,"Suetin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d6 a3\nC90,"Lutikov Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 d6 Bc2\nC90,"Leonhardt Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 b5 Bb3 O-O c3 Na5 Bc2 c5 d4 Qc7 h3 Nc6 d5 Nd8 Nbd2 g5\nC87,"Averbakh Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 d6\nC87,"Kecskemet; Timbuktu Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 d6 c3 O-O d4 Bd7 Nbd2 Be8\nC87,"Romanovsky Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Be7 Re1 d6 c3 O-O d4 Bd7 Nbd2 exd4 cxd4 Nb4\nC79,"Central Countergambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O d5\nC79,"Russian Defense, Ruy Lopez; C79; Lasker Defense",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O d6\nC79,"Brix Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O g6\nC80,"Tarrasch; Open Variation, Ruy Lopez; C80",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4\nC80,"Schlechter Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 a4 Nxd4\nC80,"Berger Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 a4 Nxd4 Nxd4 exd4 Nc3\nC80,"Harksen Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 c4\nC83,"Malkin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5\nC81,Keres; Estonian; Howell; Moscow Var,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6\nC82,C82,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3\nC82,"Italian Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Bc5\nC82,"St Petersburg Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Bc5 Nbd2\nC82,"Dilworth; Kleczynski Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Bc5 Nbd2 O-O Bc2\nC82,"Motzko Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Bc5 Qd3\nC82,"Nenarokov Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Bc5 Qd3 Ne7\nC83,C83,e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Be7\nC83,"Breslau Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Be7 Re1 O-O Nd4\nC82,"Berlin Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 c3 Nc5\nC80,"Bernstein Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 Nbd2\nC80,"Karpov Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 Nbd2 Nc5 c3 d4\nC81,"Howell Attack, Ruy Lopez; C81",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 Qe2\nC81,"Adam Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 Qe2 Be7 c4\nC81,"Ekstrom Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Be6 Qe2 Be7 Rd1 O-O c4\nC80,"Zukertort Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Bb3 d5 dxe5 Ne7\nC80,"Richter Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 d5\nC80,"Friess Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 b5 Nxe5\nC80,"Riga Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 d4 exd4\nC80,"Knoore Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 Nc3\nC80,"Tartakower Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 Qe2\nC80,"Skipworth Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 O-O Nxe4 Re1 d5\nC77,"Wormald Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nf6 Qe2\nC70,"Cozio Defense Deferred, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Ba4 Nge7\nC68,"Exchange Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6\nC68,"Lutikov Variation, Ruy Lopez Exchange",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 bxc6\nC68,"Keres Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 bxc6 Nc3\nC68,"Romanovsky Variation, Ruy Lopez Exchange",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 bxc6 Nc3 f6 d3\nC68,"Alekhjne Variation, Ruy Lopez Exchange",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 d4 exd4 Qxd4 Qxd4 Nxd4 Bd6\nC68,"Barendregt-Fischer Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O\nC68,"King\'s Bishop Variation, Ruy Lopez Exchange",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O Bd6\nC68,"Alapin Gambit, Ruy Lopez Exchange",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O Bg4 h3 h5\nC69,"Gligoric Variation, Ruy Lopez; C69",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O f6\nC69,"Bronstein Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 a6 Bxc6 dxc6 O-O Qd6\nC60,"Rotary-Albany Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 b6\nC60,"Alapin Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bb4\nC60,"Alapin Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bb4 c3 Ba5 Bxc6 dxc6\nC64,"Classical; Cordel Var, Ruy Lopez; C64",e4 e5 Nf3 Nc6 Bb5 Bc5\nC64,"Spanish Wing Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 b4\nC64,"Charousek Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 c3 Bb6\nC64,"Konikowski Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 c3 d5\nC64,"Cordel Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 c3 f5\nC64,"Benelux Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 c3 Nf6 d4 Bb6 O-O O-O\nC64,"Boden Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 c3 Qe7\nC64,"Zaitsev Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 O-O Nd4 b4\nC64,"Zukertort Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Bc5 O-O Nf6 c3\nC60,"Lucena Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Be7\nC60,"Sawyer\'s Gambit, Ruy Lopez; Spanish Countergambit",e4 e5 Nf3 Nc6 Bb5 d5\nC60,"Harding Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 d5 Nxe5 Qg5 Nxc6\nC60,"Fricke Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 d5 Nxe5 Qg5 O-O\nC62,"Steinitz Defense, Ruy Lopez; C62",e4 e5 Nf3 Nc6 Bb5 d6\nC62,"Nimzovich Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 d6 d4 Bd7 Nc3 Nf6 Bxc6\nC62,"Center Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 d6 d4 exd4 O-O\nC63,"Schliemann; Jaenisch Var, Ruy Lopez; C63",e4 e5 Nf3 Nc6 Bb5 f5\nC63,"Exchange Variation, Schliemann Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Bxc6\nC63,"Schoenemann Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 d4\nC63,"Jaenisch Gambit Accepted, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 exf5\nC63,"Berger (Dyckhoff) Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3\nC63,"Kostic Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3 fxe4 Nxe4 Be7\nC63,"Moehring Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3 fxe4 Nxe4 d5 Nxe5 dxe4 Nxc6 Qd5\nC63,"Tartakower Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3 fxe4 Nxe4 Nf6\nC63,"Soviet Youth Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3 Nd4 O-O\nC63,"Kostic Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f5 Nc3 Nf6 exf5 Bc5\nC60,"Nuremberg Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 f6\nC60,"Brentano Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 g5\nC60,"Barnes; Smyslov; Fianchetto Var, Ruy",e4 e5 Nf3 Nc6 Bb5 g6\nC60,"Retreat Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nb8\nC61,"Bird Defense, Ruy Lopez; C61",e4 e5 Nf3 Nc6 Bb5 Nd4\nC61,"Paulsen Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nd4 Nxd4 exd4 O-O Ne7\nC65,"Berlin Defense, Ruy Lopez; C65",e4 e5 Nf3 Nc6 Bb5 Nf6\nC65,"Kaufmann Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d3 Bc5 Be3\nC65,"Anderssen Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d3 d6 Bxc6+\nC65,"Duras Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d3 d6 c4\nC65,"Mortimer Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d3 Ne7\nC65,"Mortimer Trap, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d3 Ne7 Nxe5 c6\nC65,"Nyholm Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 d4 exd4 O-O\nC65,"Beverwijk Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Bc5\nC66,"Improved Steinitz Defense, Ruy Lopez; C66",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6\nC66,"Hedgehog Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6 d4 Bd7 Nc3 Be7\nC66,"Closed Bernstein Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6 d4 Bd7 Nc3 Be7 Bg5\nC66,"Closed Showalter Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6 d4 Bd7 Nc3 Be7 Bxc6\nC66,"Tarrasch Trap, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6 d4 Bd7 Nc3 Be7 Re1 O-O\nC66,"Closed Wolf Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O d6 d4 Bd7 Nc3 exd4\nC66,"Fishing Pole Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Ng4\nC67,"Rio Gambit Accepted, Ruy Lopez; C67",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4\nC67,"Rosenthal Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 a6\nC67,"Rio de Janeiro Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7\nC67,"Minckwitz Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 dxe5\nC67,"Trifunovic Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 d5\nC67,"Pillsbury Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 Nd6 Bxc6+ bxc6 dxe5 Nb7 b3\nC67,"Zukertort Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 Nd6 Bxc6+ bxc6 dxe5 Nb7 c4\nC67,"Berlin; Rio de Janerio Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 Nd6 Bxc6+ bxc6 dxe5 Nb7 Nc3 O-O Re1\nC67,"Winawer Attack, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 Nd6 Bxc6+ bxc6 dxe5 Nb7 Nd4 O-O\nC67,"Cordel Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Be7 Qe2 Nd6 Bxc6+ bxc6 dxe5 Nf5\nC67,"L\'Hermet Variation, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Nd6\nC67,"Westerinen Line, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nf6 O-O Nxe4 d4 Nd6 Bxc6 dxc6 dxe5 Ne4\nC60,"Cozio Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nge7\nC60,"Tartakower Gambit, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nge7 d4 exd4 Nxd4 g6 Nc3 Bg7 Be3 O-O Qd2 d5\nC60,"Paulsen Variation, Cozio Defense, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Nge7 Nc3 g6\nC60,"Vinogradov Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Qe7\nC60,"Frankfort; Gunderam Var, Ruy Lopez",e4 e5 Nf3 Nc6 Bb5 Qf6\nC50,Italian Game; C50,e4 e5 Nf3 Nc6 Bc4\nC50,Giuoco Piano; Italian Opening,e4 e5 Nf3 Nc6 Bc4 Bc5\nC51,Evans Gambit; C51,e4 e5 Nf3 Nc6 Bc4 Bc5 b4\nC51,"Lange Variation, Evans Gambit",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bb6 b5 Na5 Nxe5 Nh6\nC51,Evans Gambit Accepted,e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4\nC52,"Main Line, Evans Gambit; C52",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5\nC52,"Leonhardt Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 b5\nC52,"Sokolsky Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 d6 Bg5\nC52,"Lasker Defense, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 d6 O-O Bb6\nC52,"Tartakower Attack, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 d6 Qb3\nC52,"Pierce Defense, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 exd4\nC52,"Schulen Defense, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 exd4 O-O b5\nC52,"Waller Attack, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 exd4 O-O d6 Qb3\nC52,"Compromised Defense, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 exd4 O-O dxc3\nC52,"Mieses Defense, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 d4 exd4 O-O Nge7\nC52,"Slow Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 O-O\nC52,"Richardson Attack, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Ba5 O-O Nf6 d4 O-O Nxe5\nC51,"Normal Position, Evans Gambit",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6\nC51,"Ulvestad Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6 d5 Na5 Bb2\nC51,"Paulsen Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6 d5 Na5 Bb2 Ne7\nC51,"Morphy Attack, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6 Nc3\nC51,"Fraser Attack; Mortimer, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6 Nc3 Bg4 Qa4\nC51,"Goering Attack, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bc5 d4 exd4 O-O d6 cxd4 Bb6 Nc3 Na5 Bg5\nC51,"Stone-Ware Defense, Evans Gambit",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Bd6\nC51,"Anderssen Variation, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Be7\nC51,"Cordel Line, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 Bxb4 c3 Be7 d4 Na5\nC51,"Hein Countergambit, Evans",e4 e5 Nf3 Nc6 Bc4 Bc5 b4 d5\nC50,Jerome Gambit; Kentucky Opening,e4 e5 Nf3 Nc6 Bc4 Bc5 Bxf7+\nC53,"Classical Variation, Italian; C53",e4 e5 Nf3 Nc6 Bc4 Bc5 c3\nC53,"Labourdonnais Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 d6 d4 exd4 cxd4 Bb6\nC53,"Alexandre Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 f5\nC54,C54,e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6\nC54,"Bird Attack, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 b4\nC53,Giuoco Pianissimo,e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d3\nC53,"Center Attack, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4\nC53,"Grevo Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 cxd4\nC54,"Cracow Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 cxd4 Bb4+ Kf1\nC54,"Moeller (Therkatz) Attack, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 cxd4 Bb4+ Nc3 Nxe4 O-O Bxc3 d5\nC54,"Therkatz-Herzog, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 cxd4 Bb4+ Nc3 Nxe4 O-O Bxc3 d5 Bf6 Re1 Ne7\nC54,"Greco Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 cxd4 Bb4+ Nc3 Nxe4 O-O Nxc3\nC54,"Mason Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 d4 exd4 O-O\nC53,"Albin Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Nf6 O-O\nC53,"Lewis Defense, Italian; Closed Variation",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Qe7\nC53,"Center Holding Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Qe7 d4 Bb6\nC53,"Mestel Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 c3 Qe7 d4 Bb6 Bg5\nC50,Giuoco Pianissimo,e4 e5 Nf3 Nc6 Bc4 Bc5 d3\nC50,Lucchini Gambit; Italian,e4 e5 Nf3 Nc6 Bc4 Bc5 d3 f5\nC50,Italian Four Knights Variation,e4 e5 Nf3 Nc6 Bc4 Bc5 d3 Nf6 Nc3\nC50,"Canal Variation, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 d3 Nf6 Nc3 d6 Bg5\nC50,"Rosentreter Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 d4\nC50,"Italian Variation, Four Knights Game",e4 e5 Nf3 Nc6 Bc4 Bc5 Nc3 Nf6\nC50,"Deutz Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Bc5 O-O Nf6 d4\nC50,Hungarian Defense,e4 e5 Nf3 Nc6 Bc4 Be7\nC50,"Tartakower Variation, Hungarian",e4 e5 Nf3 Nc6 Bc4 Be7 d4 exd4 c3 Nf6 e5 Ne4\nC50,Half Giuoco Piano; Semi-Italian Opening,e4 e5 Nf3 Nc6 Bc4 d6\nC50,Rousseau Gambit,e4 e5 Nf3 Nc6 Bc4 f5\nC50,"Shilling (Kostic) Gambit, Italian",e4 e5 Nf3 Nc6 Bc4 Nd4\nC55,Two Knights Defense; C55,e4 e5 Nf3 Nc6 Bc4 Nf6\nC55,De Riviere Gambit,e4 e5 Nf3 Nc6 Bc4 Nf6 c3\nC55,Modern Bishop\'s Opening,e4 e5 Nf3 Nc6 Bc4 Nf6 d3\nC56,"Open Variation, Two Knights Defense; C56",e4 e5 Nf3 Nc6 Bc4 Nf6 d4\nC56,"Perreux Variation, Two Knights Defense",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 Ng5\nC56,Scotch Gambit,e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O\nC56,Max Lange Attack,e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Bc5 e5\nC56,"Loman Defense, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Bc5 e5 d5 exf6 dxc4 Re1+ Be6 Ng5 g6\nC56,"Marshall Variation, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Bc5 e5 d5 exf6 dxc4 Re1+ Be7 Ng5 Qd5 Nc3 Qf5\nC56,"Double Gambit Accepted, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Nxe4\nC56,"Nachmanson Gambit, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Nxe4 Nc3\nC56,"Jordansky Attack, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 d4 exd4 O-O Nxe4 Re1 d5 Bxd5 Qxd5 Nc3 Qa5 Ne4 Be6 Bg5\nC57,"Prussian Game; Knight Attack, Two Knights; C57",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5\nC57,"Traxler; Wilkes-Barre Var, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 Bc5\nC57,"Trencianske-Teplice Gambit, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 Bc5 Bxf7+ Ke7 d4\nC57,"Ulvestad Variation, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 b5\nC57,"Kurkin Gambit, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 b5 Bf1 h6 Nxf7\nC58,"Polerio Defense, Two Knights; C58",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5\nC59,C59,e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 Bb5+ c6 dxc6 bxc6 Be2\nC59,"Suhle Defense, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 Bb5+ c6 dxc6 bxc6 Be2 h6\nC59,"Goering Variation, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 Bb5+ c6 dxc6 bxc6 Be2 h6 Nf3 e4 Ne5\nC58,"Bogoljubow Variation, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 Bb5+ c6 dxc6 bxc6 Qf3\nC58,"Colman Variation, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 Bb5+ c6 dxc6 bxc6 Qf3 Rb8\nC58,"Kieseritzky; Morphy Var, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 d3\nC58,"Yankovich Variation, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Na5 d3 h6 Nf3 e4 Qe2 Nxc4 dxc4 Bc5 Nfd2\nC57,"Kloss Gambit, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Nb4\nC57,"Fritz Variation, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Nd4\nC57,"Berliner Variation, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Nd4 c3 b5 Bf1 Nxd5 Ne4 Qh4\nC57,"Lolli Attack, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Nxd5 d4\nC57,"Fried Liver; Fegatello Attack, 2 Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 d5 exd5 Nxd5 Nxf7\nC57,"Ponziani-Steintz Gambit, Two Knights",e4 e5 Nf3 Nc6 Bc4 Nf6 Ng5 Nxe4\nC44,Taylor Opening; Inverted Hungarian,e4 e5 Nf3 Nc6 Be2\nC44,Inverted Hanham Opening,e4 e5 Nf3 Nc6 Be2 Nf6 d3 d5 Nbd2\nC44,Basman Gambit,e4 e5 Nf3 Nc6 Be2 Nf6 d4 exd4 e5\nC44,Ponziani; Staunton; English Knights,e4 e5 Nf3 Nc6 c3\nC44,"Spanish Variation, Ponziani",e4 e5 Nf3 Nc6 c3 d5 Bb5\nC44,"Nikitin Gambit, Ponziani",e4 e5 Nf3 Nc6 c3 d5 Bb5 dxe4 Nxe5 Qd5 Qa4\nC44,"Caro Variation, Ponziani",e4 e5 Nf3 Nc6 c3 d5 Qa4 Bd7\nC44,"Steinitz Variation, Ponziani",e4 e5 Nf3 Nc6 c3 d5 Qa4 f6\nC44,"Leonhardt Variation, Ponziani",e4 e5 Nf3 Nc6 c3 d5 Qa4 Nf6\nC44,Ponziani Counter-Gambit,e4 e5 Nf3 Nc6 c3 f5\nC44,"Schmidt Attack, Ponziani",e4 e5 Nf3 Nc6 c3 f5 d4 d6 d5\nC44,"Jaenisch Counterattack, Ponziani",e4 e5 Nf3 Nc6 c3 Nf6\nC44,"Neumann Gambit, Ponziani",e4 e5 Nf3 Nc6 c3 Nf6 Bc4\nC44,"Breyer Opening, Ponziani",e4 e5 Nf3 Nc6 c3 Nf6 d3 Be7 b4\nC44,"Vukovic Gambit, Ponziani",e4 e5 Nf3 Nc6 c3 Nf6 d4 Nxe4 d5 Bc5\nC44,Dresden Opening,e4 e5 Nf3 Nc6 c4\nC44,Scotch Game,e4 e5 Nf3 Nc6 d4\nC44,"MacLopez; Relfsson Gambit, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Bb5\nC44,Scotch Gambit,e4 e5 Nf3 Nc6 d4 exd4 Bc4\nC44,"London Defense, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Bc4 Bb4+\nC44,"Vitzhum Attack, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Bc4 Bc5 Ng5 Nh6 Qh5\nC44,"Paulsen; Anderssen C-A, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Bc4 Bc5 O-O d6 c3 Bg4\nC44,"Benima Defense, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Bc4 Be7\nC44,"Goering Gambit, Scotch",e4 e5 Nf3 Nc6 d4 exd4 c3\nC44,"Goering Gambit Declined, Scotch",e4 e5 Nf3 Nc6 d4 exd4 c3 d5\nC44,"Double Pawn Sacrifice, Goering Gambit",e4 e5 Nf3 Nc6 d4 exd4 c3 dxc3 Bc4\nC44,"Bardeleben Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 c3 dxc3 Nxc3 Bb4 Bc4 Nf6\nC45,C45,e4 e5 Nf3 Nc6 d4 exd4 Nxd4\nC45,"Malaniuk Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bb4+\nC45,"Classical Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5\nC45`,"Paulsen Attack, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 c3 Nge7 Bb5\nC45,"Gunsberg Defense, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 c3 Nge7 Bb5 Nd8\nC45,"Fleissig; Meitner Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 c3 Nge7 Nc2\nC45,"Blackburne Attack, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 c3 Nge7 Qd2\nC45,"Millennium Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 c3 Qg6\nC45,"Blumenfeld Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Be3 Qf6 Nb5\nC45,"Potter Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Nb3\nC45,"Romanishin Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Nb3 Bb4+\nC45,"Geller Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Nb3 Bb6 a4 a6 Nc3 Nf6\nC45,"Intermezzo Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Bc5 Nxc6 Qf6\nC45,"Alekhine Gambit, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Nf6 e5\nC45,Schmidt Var; Scotch Four Knights,e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Nf6 Nc3\nC45,"Mieses Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Nf6 Nxc6\nC45,"Tartakower Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Nf6 Nxc6 bxc6 Nd2\nC45,"Steinitz; Pulling Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4\nC45,"Braune Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Be3\nC45,"Horwitz Attack, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Nb5\nC45,"Steinitz Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Nc3\nC45,"Modern Defesne, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Nc3 Bb4\nC45,"Fraser Attack, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Nf3\nC45,"Paulsen Variation, Scotch",e4 e5 Nf3 Nc6 d4 exd4 Nxd4 Qh4 Nf5\nC44,"Lolli Attack, Scotch",e4 e5 Nf3 Nc6 d4 Nxd4\nC44,"Napoleon Gambit, Scotch",e4 e5 Nf3 Nc6 d4 Nxd4 Nxd4 exd4 Bc4\nC44,Konstantinopolsky Opening,e4 e5 Nf3 Nc6 g3\nC46,Three Knights Opening; C46,e4 e5 Nf3 Nc6 Nc3\nC46,"Schlechter Variation, Three Knights",e4 e5 Nf3 Nc6 Nc3 Bb4 Nd5 Nf6\nC46,"Winawer Defense, Three Knights",e4 e5 Nf3 Nc6 Nc3 f5\nC46,"Steinitz Defense, Three Knights",e4 e5 Nf3 Nc6 Nc3 g6\nC46,"Rosenthal Variation, Three Knights",e4 e5 Nf3 Nc6 Nc3 g6 d4 exd4 Nd5\nC47,Four Knights Openng; C47,e4 e5 Nf3 Nc6 Nc3 Nf6\nC47,"Gunsberg Variation, Four Kngiths",e4 e5 Nf3 Nc6 Nc3 Nf6 a3\nC47,"Provincial Opening, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 a3 d6 h3\nC48,Spanish Four Knights Game; C48,e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5\nC48,"Ranken Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 a6 Bxc6\nC49,"Double Ruy Lopez Opening, 4 Knights; C49",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4\nC49,"Paulsen Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O Bxc6\nC49,"Svenonius Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 Bxc3 bxc3 d5\nC49,"Janowski Variation, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 Bxc3 bxc3 d6 Re1\nC49,"Symmetrical Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 d6\nC49,"Bernstein Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 d6 Bg5 Bxc3 bxc3 Ne7\nC49,"Metger Unpin Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 d6 Bg5 Bxc3 bxc3 Qe7 Re1 Nd8\nC49,"Pillsbury Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 d6 Bg5 Ne7\nC49,"Maroczy Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O d3 d6 Ne2\nC49,"Blackburne Attack, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bb4 O-O O-O Nd5 Bc5 d4\nC48,"Classical Variation, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bc5\nC48,"Marshall Gambit, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Bc5 Nxe5 Nd4 Ba4 O-O\nC48,"Rubinstein Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bb5 Nd4\nC46,"Italian Variation, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bc4\nC47,"Noa Gambit, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Bc4 Nxe4 Bxf7+\nC47,"Bogoljubow (Scotch) Variation, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 d4\nC47,"Oxford Gambit, Four Kngihts",e4 e5 Nf3 Nc6 Nc3 Nf6 d4 Bb4 d5 Nd4\nC47,"Krause Gambit, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 d4 Bb4 Nxe5\nC47,"Leonhardt Defense, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 d4 Bb4 Nxe5 Qe7\nC47,"Belgrade Gambit, 4 Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 d4 exd4 Nd5\nC47,"Schmid Gambit, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 d4 exd4 Nxd4 Nxe4\nC46,"Halloween Gambit, Four Knights",e4 e5 Nf3 Nc6 Nc3 Nf6 Nxe5\nC44,Chicago; Irish; Schulze-Muller Gambit,e4 e5 Nf3 Nc6 Nxe5 Nxe5 d4\nC42,Petroff Defense; Russian Defense; C42,e4 e5 Nf3 Nf6\nC42,"Urusov Gambit, Petroff",e4 e5 Nf3 Nf6 Bc4\nC42,"Boden-Kieseritzky Gambit, Petroff",e4 e5 Nf3 Nf6 Bc4 Nxe4 Nc3\nC42,"Lichtenhein Defense, Petroff",e4 e5 Nf3 Nf6 Bc4 Nxe4 Nc3 d5\nC43,"Modern Attack, Petroff",e4 e5 Nf3 Nf6 d4\nC43,"Symmetrical Variation, Petroff",e4 e5 Nf3 Nf6 d4 d5\nC43,"Suchting Gambit, Petroff",e4 e5 Nf3 Nf6 d4 exd4 Bc4\nC43,"Tal Gambit, Petroff",e4 e5 Nf3 Nf6 d4 exd4 e5 Ne4 Bb5\nC43,"Center Attack, Petroff",e4 e5 Nf3 Nf6 d4 exd4 e5 Ne4 Qxd4\nC43,"Trifunovic Variation, Petroff",e4 e5 Nf3 Nf6 d4 Nxe4 Bd3 d5 Nxe5 Bd6 O-O O-O c4 Bxe5\nC43,"Murret Variation, Petroff",e4 e5 Nf3 Nf6 d4 Nxe4 Bd3 Nc6\nC42,"Russian Three Knights Var, Petroff",e4 e5 Nf3 Nf6 Nc3\nC43,"Steinitz Variation, Petoff; C43",e4 e5 Nf3 Nf6 Nxe5 d6 d4\nC42,"Paulsen Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nc4\nC42,"Karklins-Martinovsky Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nd3\nC42,"Millenium Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 Bd3\nC42,"Kaufmann Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 c4\nC42,"French Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d3\nC42,"Classical Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4\nC42,"Marshall Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Bd6\nC42,"Tarrasch Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Bd6 O-O O-O c4 Bg4\nC42,"Staunton Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Bd6 O-O O-O c4 c6\nC42,"Jaenisch Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Be7 O-O Nc6 c4\nC42,"Browne Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Be7 O-O Nc6 c4 Nb4 cxd5\nC42,"Chigorin Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Be7 O-O Nc6 Re1\nC42,"Berger Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Be7 O-O Nc6 Re1 Bg4 c3 f5 Nbd2\nC42,"Mason Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Be7 O-O O-O\nC42,"Mason-Showalter Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 d4 d5 Bd3 Nc6\nC42,"Nimzovich Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 Nc3\nC42,"Lasker Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 Qe2\nC42,"Cozio (Lasker) Attack, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nf3 Nxe4 Qe2\nC42,"Cochrane Gambit, Petroff",e4 e5 Nf3 Nf6 Nxe5 d6 Nxf7\nC42,"Stafford Gambit, Petroff",e4 e5 Nf3 Nf6 Nxe5 Nc6\nC42,"Damiano Variation, Petroff",e4 e5 Nf3 Nf6 Nxe5 Nxe4\nC42,"Kholmov Gambit, Petroff",e4 e5 Nf3 Nf6 Nxe5 Nxe4 Qe2 Qe7\nC42,"Moody Gambit, Petroff",e4 e5 Nf3 Nf6 Qe2 Nc6 d4\nC40,Levenstein; Queen\'s Defense; Brazilian; Gunderam,e4 e5 Nf3 Qe7\nC40,Gunderam Gambit,e4 e5 Nf3 Qe7 Bc4 f5\nC40,McConnell Defense,e4 e5 Nf3 Qf6\nC40,Greco Defense,e4 e5 Nf3 Qf6\nC40,Labourdonnais Gambit,e4 e5 Nf3 Qf6 Bc4 Qg6 O-O\nC20,Napoleon Attack,e4 e5 Qf3\nC20,Wayward Queen; Danvers; Parnham,e4 e5 Qh5\nC20,Mellon Gambit,e4 e5 Qh5 Nc6 Bc4 Nh6 d3 g6 Qf3 f6 Ne2 d5\nC20,Kiddie Countergambit,e4 e5 Qh5 Nf6\nC00,French Defense; C00,e4 e6\nC00,"Reti (Horwitz) Variation, French",e4 e6 b3\nC00,"Papa-Ticulat Gambit, French",e4 e6 b3 d5 Bb2\nC00,"Banzai-Leong Gambit, French",e4 e6 b4\nC00,Pinova Gambit,e4 e6 b4 Bxb4 e5\nC00,"Bird Invitation, French",e4 e6 Bb5\nC00,"Orthoschapp Variation, French",e4 e6 c4 d5 cxd5 exd5 Qb3\nC00,"King\'s Indian Attack",e4 e6 d3\nC00,"Reversed Philidor, French",e4 e6 d3 d5 Nd2 Nf6 Ngf3 Nc6 Be2\nC00,"Franco-Hiva Gambit, French",e4 e6 d3 f5\nC01,C01,e4 e6 d4\nC01,"Baeuerle Gambit, French",e4 e6 d4 b5\nC01,"Schlechter Variation, French",e4 e6 d4 d5 Bd3\nC00,"Alapin; Witaker Gambit, French",e4 e6 d4 d5 Be3\nC00,"Alapin-Diemer Gambit, French",e4 e6 d4 d5 Be3 dxe4 f3\nC00,"Diemer-Duhm Gambit, French",e4 e6 d4 d5 c4\nC02,"Advance Variation, French; C02",e4 e6 d4 d5 e5\nC02,"Extended Bishop Swap, French",e4 e6 d4 d5 e5 Bd7\nC02,"Advance; Nimzovich; Steinitz Var, Fr",e4 e6 d4 d5 e5 Bd7\nC02,"Frenkel Gambit, French",e4 e6 d4 d5 e5 c5 b4\nC02,"Paulsen Attack, French",e4 e6 d4 d5 e5 c5 c3 Nc6 Nf3\nC02,"Euwe Variation, French",e4 e6 d4 d5 e5 c5 c3 Nc6 Nf3 Bd7\nC02,"Lputian Variation, French",e4 e6 d4 d5 e5 c5 c3 Nc6 Nf3 Qb6 a3 Nh6\nC02,"Milner-Barry Gambit, French",e4 e6 d4 d5 e5 c5 c3 Nc6 Nf3 Qb6 Bd3\nC02,"Wade Variation, French",e4 e6 d4 d5 e5 c5 c3 Qb6 Nf3 Bd7\nC02,"Nimzovich Variation, French",e4 e6 d4 d5 e5 c5 Nf3\nC02,"Ruisdonk Gambit, French",e4 e6 d4 d5 e5 c5 Nf3 cxd4 Bd3\nC02,"Nimzovich Attack, French",e4 e6 d4 d5 e5 c5 Qg4\nC01,"Exchange Variation, French",e4 e6 d4 d5 exd5 exd5\nC01,"Monte Carlo Variation, French",e4 e6 d4 d5 exd5 exd5 c4\nC01,"Svenius Variation, French",e4 e6 d4 d5 exd5 exd5 Nc3 Nf6 Bg5\nC10,"Normal Variation, French; C10",e4 e6 d4 d5 Nc3\nC15,"Winawer Variation, French; C15",e4 e6 d4 d5 Nc3 Bb4\nC15,"Winckelmann-Riemer Gambit, French",e4 e6 d4 d5 Nc3 Bb4 a3\nC15,"Fingerslip Variation, French",e4 e6 d4 d5 Nc3 Bb4 Bd2\nC15,"Kunin Double Gambit, French",e4 e6 d4 d5 Nc3 Bb4 Bd2 dxe4 Qg4 Qxd4\nC15,"Schwarz\'s Line, French",e4 e6 d4 d5 Nc3 Bb4 Bd2 Ne7 Nb1\nC15,"Kondratiyev Variation, French",e4 e6 d4 d5 Nc3 Bb4 Bd3 c5 exd5 Qxd5 Bd2\nC16,C16,e4 e6 d4 d5 Nc3 Bb4 e5\nC17,C17,e4 e6 d4 d5 Nc3 Bb4 e5 c5\nC18,C18,e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3\nC18,"Swiss (Retreat) Variation, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3 Ba5\nC18,"Armenian Line, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3 Ba5 b4 cxd4\nC19,C19,e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3 Bxc3+ bxc3 Ne7\nC19,"Poisoned Pawn Variation, French Winawer",e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3 Bxc3+ bxc3 Ne7 Qg4\nC18,"Maroczy-Willis Variation, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 a3 cxd4 axb4 dxc3\nC17,"Bogoljubow Variation, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 Bd2\nC17,"Icelandic Defense, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 Bd2 Ne7 f4\nC17,"Moscow Variation, French",e4 e6 d4 d5 Nc3 Bb4 e5 c5 Qg4\nC16,"Petrosian Variation, French",e4 e6 d4 d5 Nc3 Bb4 e5 Qd7\nC15,"Delayed Exchange Variation, French",e4 e6 d4 d5 Nc3 Bb4 exd5\nC01,"Canal Attack, French",e4 e6 d4 d5 Nc3 Bb4 exd5 exd5 Bd3 Ne7 Qh5\nC15,"Alekhine (Maroczy) Variation, French",e4 e6 d4 d5 Nc3 Bb4 Ne2\nC15,"Kan Variation, French",e4 e6 d4 d5 Nc3 Bb4 Ne2 dxe4 a3 Bxc3+ Nxc3 Nc6\nC10,"Marshall Variation, French",e4 e6 d4 d5 Nc3 c5\nC10,"Rubinstein Variation, French",e4 e6 d4 d5 Nc3 dxe4\nC10,"Fort Knox Variation, French",e4 e6 d4 d5 Nc3 dxe4 Nxe4 Bd7 Nf3 Bc6\nC10,"Rasa-Studier Gambit, French",e4 e6 d4 d5 Nc3 dxe4 Be3\nC10,"Ellis Gambit, French",e4 e6 d4 d5 Nc3 dxe4 Nxe4 e5\nC10,"Blackburne Defense, French",e4 e6 d4 d5 Nc3 dxe4 Nxe4 Nd7\nC10,"Capablanca Line, French",e4 e6 d4 d5 Nc3 dxe4 Nxe4 Nd7 Nf3 Ngf6 Nxf6+ Nxf6 Ne5\nC10,"Frere; Becker; Katilimov, Maric Var, French",e4 e6 d4 d5 Nc3 dxe4 Nxe4 Qd5\nC11,"Classical Variation, French; C11",e4 e6 d4 d5 Nc3 Nf6\nC11,"Swiss Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bd3\nC11,"Henneberger Variation, French",e4 e6 d4 d5 Nc3 Nf6 Be3\nC12,C12,e4 e6 d4 d5 Nc3 Nf6 Bg5\nC12,"McCutcheon Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4\nC12,"Olland (Dutch) Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Bc1\nC12,"Lasker Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Bd2 Bxc3\nC12,"Duras Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Bd2 Bxc3 bxc3 Ne4 Qg4 Kf8 Bc1\nC12,"Tartakower Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Bd2 Nfd7\nC12,"Janowski Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Be3\nC12,"Bernstein Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 Bh4\nC12,"Chigorin Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 exf6\nC12,"Grigoriev Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 e5 h6 exf6 hxg5 fxg7 Rg8 h4 gxh4 Qg4\nC12,"Wolf Gambit, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Bb4 Nge2\nC14,C14,e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7\nC14,"Anderssen (Richter) Attack, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 Bxf6\nC14,"Tartakower Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Ne4\nC14,"Classical Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7\nC14,"Tarrasch Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7 Bd3\nC14,"Steinitz Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7 f4\nC14,"Alapin Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7 Nb5\nC14,"Rubinstein Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7 Qd2\nC14,"Pollock Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 Bxe7 Qxe7 Qg4\nC14,"Chatard-Alekhine; Albin Attack, Fr",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4\nC14,"Maroczy Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4 a6\nC14,"Albin-Chatard Gambit, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4 Bxg5 hxg5 Qxg5\nC14,"Breyer Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4 c5\nC14,"Teichmann Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4 f6\nC14,"Spielmann Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Nfd7 h4 O-O\nC13,"Vistaneckis (Nimzovich) Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Ng8\nC13,"Frankfurt Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 Be7 e5 Ng8 Be3 b6\nC11,"Burn Variation, French",e4 e6 d4 d5 Nc3 Nf6 Bg5 dxe4\nC13,C13,e4 e6 d4 d5 Nc3 Nf6 Bg5 dxe4\nC11,"Steinitz Variation, French",e4 e6 d4 d5 Nc3 Nf6 e5\nC11,"Bradford Attack, French",e4 e6 d4 d5 Nc3 Nf6 e5 Nfd7 f4 c5 dxc5 Bxc5 Qg4\nC11,"Brodsky-Jones Variation, French",e4 e6 d4 d5 Nc3 Nf6 e5 Nfd7 f4 c5 dxc5 Nc6 a3 Bxc5 Qg4 O-O Nf3 f6\nC11,"Boleslavsky Variation, French",e4 e6 d4 d5 Nc3 Nf6 e5 Nfd7 f4 c5 Nf3 Nc6 Be3\nC11,"Gledhill Attack, French",e4 e6 d4 d5 Nc3 Nf6 e5 Nfd7 Qg4\nC10,"Svenonius Variation, French",e4 e6 d4 d5 Nc3 Nf6 exd5\nC03,"Tarrasch Variation, French; C03",e4 e6 d4 d5 Nd2\nC03,"Morozevich Variation, French",e4 e6 d4 d5 Nd2 Be7\nC07,Open System Tarrasch French; C07,e4 e6 d4 d5 Nd2 c5\nC08,C08,e4 e6 d4 d5 Nd2 c5 exd5 exd5\nC09,C09,e4 e6 d4 d5 Nd2 c5 exd5 exd5 Ngf3 Nc6\nC07,"Shaposhnikov Gambit, French",e4 e6 d4 d5 Nd2 c5 exd5 Nf6\nC07,"Chistiakov Defense, French",e4 e6 d4 d5 Nd2 c5 exd5 Qxd5\nC03,"Haberditz Variation, French",e4 e6 d4 d5 Nd2 f5\nC04,C04,e4 e6 d4 d5 Nd2 Nc6\nC06,"Botvinnik Variation, French",e4 e6 d4 d5 Nd2 Nf6 e5 Nfd7 Bd3 c5 c3 b6\nC04,"Guimard Variation, French",e4 e6 d4 d5 Nd2 Nc6 Ngf3 Nf6 e5 Nfd7\nC04,"Leningrad Variation, French",e4 e6 d4 d5 Nd2 Nf6 e5 Nfd7 Bd3 c5 c3 Nc6 Ne2 cxd4 cxd4 Nb6\nC05,C05,e4 e6 d4 d5 Nd2 Nf6\nC06,C06,e4 e6 d4 d5 Nd2 Nf6 e5 Nfd7 Bd3\nC01,"Perseus Gambit, French",e4 e6 d4 d5 Nf3\nC01,"Carlson Gambit, French",e4 e6 d4 d5 Nf3 dxe4 Ne5\nC01,"Morphy Gambit, French",e4 e6 d4 d5 Nh3\nC01,Hoffman Gambit,e4 e6 d4 d5 Qe2 e5 f4 exf4\nC01,"Franco-Hiva Gambit I, French",e4 e6 d4 f5\nC01,"Mediterranean Defense, French",e4 e6 d4 Nf6\nC00,"Steinitz Attack, French",e4 e6 e5\nC00,"Bourdonnais (La Bourdonnais) Variation, French",e4 e6 f4\nC00,"Reuter Gambit, French",e4 e6 f4 d5 Nf3 dxe4 Ng5\nC00,"Reti-Spielmann Attack, French",e4 e6 g3\nC00,"Queen\'s Knight, French",e4 e6 Nc3\nC00,"Pelikan Variation, French",e4 e6 Nc3 d5 f4\nC00,"Two Knight Variation, French",e4 e6 Nc3 d5 Nf3\nC00,"Knight Variation, French",e4 e6 Nf3\nC00,"Wing Gambit, French",e4 e6 Nf3 d5 e5 c5 b4\nC00,"Two Knights Variation, French",e4 e6 Nf3 d5 Nc3\nC00,"Chigorin Variation, French",e4 e6 Qe2\nB00,Mao Tse Tung; Duras,e4 f5\nB00,Fred; From Reversed,e4 f5\nB00,Tiers Counter-Gambit,e4 f5\nB00,Barnes Defense,e4 f6\nB00,Basman Defense; Macho Grob,e4 g5\nB00,Basman; Macho Grob; Borg,e4 g5\nB00,Borg Gambit,e4 g5 d4 Bg7\nB00,"Zilbermints Gambit, Borg",e4 g5 d4 e5\nB00,Borg Defense; Troon Gambit,e4 g5 d4 h6 h4 g4\nB06,Pirc; Robatsch; Modern; King Pawn Fianchetto; B06,e4 g6\nB06,"Monkey\'s Bum, Pirc",e4 g6 Bc4 Bg7 Qf3 e6 d4\nB06,Bishop Attack,e4 g6 d4 Bg7 Bc4\nB06,Buecker Gambit,e4 g6 d4 Bg7 Bc4 b5\nB06,Westermann Gambit,e4 g6 d4 Bg7 Bd2\nB06,Wind Gambit,e4 g6 d4 Bg7 Bd3\nA40,Polish Variation,e4 g6 d4 Bg7 c4 c5 Nf3 Qb6\nA40,"Dunworth Variation, Modern Defense",e4 g6 d4 Bg7 c4 d5 exd5 c6 dxc6 Bxd4\nB06,Three Pawns Attack,e4 g6 d4 Bg7 f4\nB06,"Pterodactyl, Pirc",e4 g6 d4 Bg7 Nc3 c5\nB06,"Gurgenidze Defense, Modern Defense",e4 g6 d4 Bg7 Nc3 c6 f4 d5 e5 h5\nB06,"Mittenberger Gambit, Modern Defense",e4 g6 d4 Bg7 Nc3 d5\nB06,Anti-Modern,e4 g6 d4 Bg7 Nc3 d6 Bc4 c6 Qe2\nB06,Pseudo-Austrian Attack,e4 g6 d4 Bg7 Nc3 d6 f4\nB06,"Two Knight Variation, Modern Defense",e4 g6 d4 Bg7 Nc3 d6 Nf3\nB06,"Suttles Variation, Modern Defense",e4 g6 d4 Bg7 Nc3 d6 Nf3 c6\nB06,"Mongredien Defense, Pirc",e4 g6 d4 Bg7 Nf3 b6\nB06,"Geller\'s System, Modern Defense",e4 g6 d4 Bg7 Nf3 d6 c3\nB06,"Rossolimo Variation, Modern Defense",e4 g6 d4 Bg7 Nf3 d6 c4 Bg4\nB06,Accelerated Gurgenidze,e4 g6 d4 Bg7 Nf3 d6 Nc3 c6\nB06,"Small Center Variation, Pirc",e4 g6 d4 Bg7 Nf3 d6 Nc3 e6\nB06,"Fianchetto Gambit, Modern Defense",e4 g6 d4 f5\nB06,Norwegian Defense,e4 g6 d4 Nf6\nB06,Masur Gambit,e4 g6 d4 Nh6 Nc3 f5 Bxh6 Bxh6 exf5 O-O\nB00,Pickering (Goldsmith) Defense,e4 h5\nB00,Picklepuss Defense,e4 h5 d4 Nf6\nB00,Carr Defense,e4 h6\nB00,"Zilbermints Gambit, Carr Defense",e4 h6 d4 e5\nB00,Lemming Defense,e4 Na6\nB00,Nimzovich Defense,e4 Nc6\nB00,"Wheeler Gambit, Nimzovich Defense",e4 Nc6 b4 Nxb4 c3 Nc6 d4\nB00,Pseudo-Spanish Variation,e4 Nc6 Bb5\nB00,"Scandanavian Variation, Nimzovich Defense",e4 Nc6 d4 d5\nB00,"Hornung Gambit, Nimzovich Defense",e4 Nc6 d4 d5 Be3\nB00,"Aachen Gambit, Nimzovich Defense",e4 Nc6 d4 d5 exd5 Nb4\nB00,"Marshall Gambit, Nimzovich",e4 Nc6 d4 d5 exd5 Qxd5 Nc3\nB00,"Bogoljubow Variation, Nizovich Defense",e4 Nc6 d4 d5 Nc3\nB00,"Brandics Gambit, Nimzovich Defense",e4 Nc6 d4 d5 Nc3 a6\nB00,"Richter Gambit, Nimzovich Defense",e4 Nc6 d4 d5 Nc3 dxe4 d5 Nb8 f3\nB00,"Nimzovich Gambit, Nimzovich Defense",e4 Nc6 d4 d5 Nc3 dxe4 d5 Ne5\nB00,"Alekseev Variation, Nimzovich; Heinola-Deppe Gambit",e4 Nc6 d4 d5 Nc3 e5\nB00,"Erben Gambit, Nimzovich Defense",e4 Nc6 d4 d5 Nc3 g6\nB00,"Vehre Variation, Nimzovich Defense",e4 Nc6 d4 d5 Nc3 Nf6\nB00,"Mikenas Variation, Nimzovich Defense",e4 Nc6 d4 d6\nB00,"Kennedy Variation, Nimzovich",e4 Nc6 d4 e5\nB00,"Linksspringer Variation, Nimzovich Defense",e4 Nc6 d4 e5 d5\nB00,"Bileefelder Gambit, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 Bc5\nB00,"Burgar Gambit, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 d6\nB00,"Hammer Gambit, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 f6\nB00,"Riemann Defense, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 Nxe5 f4 Nc6\nB00,"Keres Attack, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 Nxe5 Nc3\nB00,"Paulsen Attack, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 Nxe5 Nf3\nB00,"Herford Gambit, Nimzovich Defense",e4 Nc6 d4 e5 dxe5 Qh4\nB00,"French Connection, Nimzovich Defense",e4 Nc6 d4 e6\nB00,"Neo-Mongoloid Defense, Nimzovich",e4 Nc6 d4 f6\nB00,"Pirc Connection, Nimzovich Defense",e4 Nc6 d4 g6\nB00,"Breyer Defense, Nimzovich",e4 Nc6 Nc3 Nf6\nB00,"Williams Variation, Nimzovich",e4 Nc6 Nf3 d6\nB00,Franco-Nimzovich Variation,e4 Nc6 Nf3 e6\nB00,"Colorado Defense, Nimzovich; Lean Variation",e4 Nc6 Nf3 f5\nB00,"Colorado Counter Accepted, Nimzovich Defense",e4 Nc6 Nf3 f5 exf5\nB00,"El Columpio Defense, Nimzovich Defense",e4 Nc6 Nf3 Nf6 e5 Ng4\nB02,Alekhine\'s Defense; B02,e4 Nf6\nB02,"Krejcik Variation, Alekhine",e4 Nf6 Bc4\nB02,"Fried Fox, Alekhine; Krejcik Gambit",e4 Nf6 Bc4 Nxe4 Bxf7+\nB02,"Maroczy Variation, Alekhine",e4 Nf6 d3\nB02,"Welling Variation, Alekhine",e4 Nf6 e5 Nd5 b3\nB02,"Kmoch Variation, Alekhine",e4 Nf6 e5 Nd5 Bc4 Nb6 Bb3 c5 d3\nB02,"Hunt Gambit, Alekhine; Two Pawn Attack",e4 Nf6 e5 Nd5 c4\nB02,"Steiner Variation, Alekhine",e4 Nf6 e5 Nd5 c4 Nb6 b3\nB02,"Lasker Variation, Alekhine",e4 Nf6 e5 Nd5 c4 Nb6 c5\nB02,"Mikenas Gambit, Alekhine",e4 Nf6 e5 Nd5 c4 Nb6 c5 Nd5 Bc4 e6 Nc3 d6 Nxd5 exd5 Bxd5\nB02,"Matsukevich Gambit, Alekhine",e4 Nf6 e5 Nd5 c4 Nb6 c5 Nd5 Nc3 Nxc3 dxc3 d6 Bg5\nB03,B03,e4 Nf6 e5 Nd5 d4\nB03,"Wall Variation, Alekhine",e4 Nf6 e5 Nd5 d4 c5\nB03,"Balogh Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Bc4\nB03,"Hunt Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 c4 Nb6 c5\nB03,Four Pawns Attack; Chase V,e4 Nf6 e5 Nd5 d4 d6 c4 Nb6 f4\nB03,"Trifunovic Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 c4 Nb6 f4 Bf5\nB03,"Cambridge Gambit, Alekhine",e4 Nf6 e5 Nd5 d4 d6 c4 Nb6 f4 g5\nB04,B04,e4 Nf6 e5 Nd5 d4 d6 Nf3\nB05,B05,e4 Nf6 e5 Nd5 d4 d6 Nf3 Bg4\nB05,"Flohr Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 Bg4 Be2 c6\nB05,"Alekhine Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 Bg4 c4\nB04,"Panov Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 Bg4 h3\nB04,"Larsen Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 dxe5\nB04,"Alburt Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 g6\nB04,"Keres Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 g6 Bc4 Nb6 Bb3 Bg7 a4\nB04,"Karpov Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 g6 c4 Nb6 h3 Bg7 Be2\nB04,"Schmid Variation, Alekhine",e4 Nf6 e5 Nd5 d4 d6 Nf3 Nb6\nB02,"Buntin Gambit, Alekhine",e4 Nf6 e5 Nd5 e6\nB02,"Buckley Attack, Alekhine",e4 Nf6 e5 Nd5 Na3\nB02,"Saemisch Attack, Alekhine",e4 Nf6 e5 Nd5 Nc3\nB02,Mokele Mbembe; Knight\'s Tour,e4 Nf6 e5 Ne4\nB02,"Retreat; Brooklyn Variation, Alekhine",e4 Nf6 e5 Ng8\nB02,"Everglades Defense, Alekhine",e4 Nf6 e5 Ng8 d4 f5\nB02,"Scandanavian Variation, Alekhine",e4 Nf6 Nc3 d5\nB02,"Myers Gambit, Alekhine",e4 Nf6 Nc3 d5 d3 dxe4 Bg5\nB02,"Spielmann Variation, Alekhine",e4 Nf6 Nc3 d5 e5 Nfd7 e6\nB02,"Noch Gambit, Alekhine",e4 Nf6 Nc3 d5 exd5\nB02,"Geschev Gambit, Alekhine",e4 Nf6 Nc3 d5 exd5 c6\nB02,"John Tracy Gambit, Alekhine",e4 Nf6 Nf3\nB00,Adams Defense,e4 Nh6\nB00,Wild Bull Defense,e4 Nh6\nA00,Barnes; Gedult-Gunderam; Walkerling,f3\nA00,King\'s Head Opening,f3 e5 e4\nA00,Hammerschlag; Pork Chop Opening,f3 e5 Kf2\nA02,Bird\'s Opening; Dutch Attack,f4\nA03,A03,f4 d5\nA03,Sturm; Mujannah,f4 d5 c4\nA03,"Prokofiev Gambit, Bird",f4 d5 e4 dxe4 d3\nA03,"Williams Gambit, Bird",f4 d5 e4 dxe4 Nc3\nA02,"From\'s Gambit, Bird",f4 e5\nA02,Canard Formation; Double Duck,f4 f5 d4 d5\nA02,"Pawn Thrust Attack, Bird",f4 f5 d4 d5\nA02,"Swiss Gambit, Bird",f4 f5 e4 fxe4 Nc3 Nf6 g4\nA02,"Hobbs Gambit, Bird",f4 g5\nA02,"Batavo Polish Attack, Bird",f4 Nf6 Nf3 g6 b4\nA03,"Horsefly Defense, Bird",f4 Nh6\nA00,Benko; Barczay; Bilek; Hungarian,g3\nA00,Gambit 59,g3 d5 Bg2 e5 b4\nA00,Regan Variation,g3 d5 Bg2 e5 d4\nA00,Reversed Alekhine,g3 e5 Nf3\nA00,Lasker Simul Special,g3 h5\nA00,Grob; Ahlhausen; Colibri; Fric; Genoa; Spike,g4\nA00,Grob Gambit,g4 d5 Bg2 Bxg4\nA00,"Romford Counter-Gambit, Grob",g4 d5 Bg2 Bxg4 c4 d4\nA00,"Spike, Grob",g4 d5 Bg2 c6 g5\nA00,"Short Spike, Grob",g4 d5 Bg2 c6 h3\nA00,"Zilbermints Gambit, Grob",g4 d5 e4\nA00,"Keene Defense, Grob",g4 d5 h3 e5\nA00,"Hurst Attack, Grob",g4 e5 Bg2 d5 c4\nA00,"Alessi Gambit, Grob",g4 f5\nA00,Double Grob,g4 g5\nA00,Spike Deferred,g4 g6 d3\nA00,"Bucker Defense, Grob",g4 Nh6\nA00,Clemenz Opening,h3\nA00,Kadas Opening,h4\nA00,Despres Opening,h4\nA00,Koola-Koola,h4 a5\nA00,Wulumulu,h4 e5 d4\nA00,Durkin\'s Opening; Sodium Attack,Na3\nA00,Dunst; Heinrichsen; Will Bull; Kotrc,Nc3\nA00,"St. George Defense, Dunst",Nc3 a6\nA00,"Novosibirsk Variation, Dunst",Nc3 c5 d4 cxd4 Qxd4 Nc6 Qh4\nA00,"Twyble Attack, Dunst",Nc3 c5 Rb1\nA00,Dunst Gambit,Nc3 d5 e4 dxe4 d3\nA00,"Pseudo-Diemer Gambit, Dunst",Nc3 d5 e4 dxe4 f3 exf3 Qxf3\nA00,"Amazon, Dunst",Nc3 d5 e4 dxe4 Nxe4 Qd5\nA00,Reversed Nimzovich,Nc3 e5\nA00,"Battambang, Dunst",Nc3 e5 a3\nA00,Irish Attack; Polish Attack,Nc3 e5 f4\nA00,"Napoleon Attack, Dunst",Nc3 e5 Nf3\nA00,"Glasscoe Gambit, Dunst",Nc3 f5 g4\nA00,"Anti-Pirc Variation, Dunst",Nc3 g6 h4\nA00,"Tubingen Gambit, Dunst",Nc3 Nf6 g4\nA04,Reti; Zukertort; A04,Nf3\nA06,A06,Nf3 d5\nA06,"Nimzovich Opening, Reti",Nf3 d5 b3\nA06,"Bloodgood Gambit, Reti",Nf3 d5 b3 c5 e4 dxe4 Ne5\nA06,"Santasiere\'s Folly, Reti",Nf3 d5 b4\nA09,Reti; Landstrasser G; Wolf G; A09,Nf3 d5 c4\nA09,Benoni Reversed; Wing Blumenfeld,Nf3 d5 c4 d4\nA09,Reti Polonaise,Nf3 d5 c4 d4 b4\nA09,"Penguin Variation, Reti",Nf3 d5 c4 d4 Rg1\nA09,Reti Gambit Accepted,Nf3 d5 c4 dxc4\nA09,"Neo-Catalan, Reti",Nf3 d5 c4 e6 g3\nA06,Old Indian Attack,Nf3 d5 d3\nA06,Tennison G; Lemberg G; Abonyi G,Nf3 d5 e4\nA07,"Barcza Opening, Reti; A07",Nf3 d5 g3\nA08,A08,Nf3 d5 g3 c5\nA06,"Reversed Mexican Defense, Reti",Nf3 d5 Nc3\nA06,"Ampel Variation, Reti",Nf3 d5 Rg1\nA04,Wade Defense,Nf3 d6\nA06,"Improved Lisitsin G, Reti",Nf3 f5 d3\nA04,Lisitsin Gambit; Polish Gambit,Nf3 f5 e4\nA04,Rydel-Bloodgood Gambit,Nf3 f5 e4 fxe4 Ne5\nA04,Polish G; Dalesio G; Pirc-Lisitsin G,Nf3 f5 e4 fxe4 Ng5\nA04,"Herrstrom Gambit, Reti",Nf3 g5\nA04,Oberndorfer Gambit; Reti,Nf3 g5\nA04,Lessing Defense,Nf3 Nc6\nA05,King\'s Indian Attack; Reti; Zukertort; A05,Nf3 Nf6\nA00,Amar; Paris Opening,Nh3\nA00,Drunken Knight Opening,Nh3\nA00,Krazy Kat,Nh3 e5 f3 d5 Nf2';
14312
- Companion_instance_9 = new Companion_9();
14313
- Companion_instance_14 = new Companion_14();
14329
+ Companion_instance_10 = new Companion_10();
14330
+ Companion_instance_15 = new Companion_15();
14314
14331
  //endregion
14315
14332
  //region block: exports
14316
- defineProp(Bitboard, 'Companion', Companion_getInstance_9, VOID, true);
14333
+ defineProp(Bitboard, 'Companion', Companion_getInstance_10, VOID, true);
14317
14334
  var UCI = {get: get_UCI};
14318
14335
  var SAN = {get: get_SAN};
14319
- defineProp(Notation_0, 'Companion', Companion_getInstance_10, VOID, true);
14336
+ defineProp(Notation_0, 'Companion', Companion_getInstance_11, VOID, true);
14320
14337
  var EMPTY = {get: get_EMPTY};
14321
14338
  var WP = {get: get_WP};
14322
14339
  var WN = {get: get_WN};
@@ -14330,10 +14347,10 @@ var BB = {get: get_BB};
14330
14347
  var BR = {get: get_BR};
14331
14348
  var BQ = {get: get_BQ};
14332
14349
  var BK = {get: get_BK};
14333
- defineProp(Piece_0, 'Companion', Companion_getInstance_11, VOID, true);
14350
+ defineProp(Piece_0, 'Companion', Companion_getInstance_12, VOID, true);
14334
14351
  var WHITE = {get: get_WHITE};
14335
14352
  var BLACK = {get: get_BLACK};
14336
- defineProp(Side_0, 'Companion', Companion_getInstance_12, VOID, true);
14353
+ defineProp(Side_0, 'Companion', Companion_getInstance_13, VOID, true);
14337
14354
  var A1 = {get: get_A1};
14338
14355
  var B1 = {get: get_B1};
14339
14356
  var C1 = {get: get_C1};
@@ -14398,8 +14415,8 @@ var E8 = {get: get_E8};
14398
14415
  var F8 = {get: get_F8};
14399
14416
  var G8 = {get: get_G8};
14400
14417
  var H8 = {get: get_H8};
14401
- defineProp(Square_0, 'Companion', Companion_getInstance_13, VOID, true);
14402
- defineProp(Tuple_0, 'Companion', Companion_getInstance_14, VOID, true);
14418
+ defineProp(Square_0, 'Companion', Companion_getInstance_14, VOID, true);
14419
+ defineProp(Tuple_0, 'Companion', Companion_getInstance_15, VOID, true);
14403
14420
  export {
14404
14421
  Bitboard as Bitboard,
14405
14422
  EcoInfo_0 as EcoInfo,