Rename folder '02.autumn' by 'autumn'.

This commit is contained in:
vonavi
2013-11-19 13:00:44 +02:00
parent 5bb27fc525
commit 06291cf40c
185 changed files with 0 additions and 0 deletions

60
2013/autumn/RESULTS Normal file
View File

@@ -0,0 +1,60 @@
### LORChess: "Осень"
Турнир стартовал 02.09.2013 20:53:47
Турнир завершен 19.11.2013 01:29:53
http://www.linux.org.ru/forum/talks/9539078/
## Информация
* Количество участников: 20
* Планировалось туров: 19
* Сыграно туров: 19
* Аннулировано туров: 0
* Несыгранных туров: 0
* Сыграно партий: 159
* Несыгранных партий: 31
## Участники
* DoctorSinus
* Kakadu
* trex6
* aptyp
* J
* Michkova
* HunOL
* darkenshvein
* iVS
* Nedis
* Nokman
* shell-script
* redgremlin
* Magian
* Genuine
* LongLiveUbuntu (выбыл)
* raven_cler (выбыл)
* uroboros (выбыл)
* farzeet (выбыл)
* MyTrooName
## Результаты
* 1: Kakadu - 19 очков
* 2: redgremlin - 16.5 очков
* 3: Magian - 14.5 очков
* 4: iVS - 13 очков
* 5: Genuine - 12.5 очков
* 6: HunOL - 12 очков (1 очко против Nedis)
* 7: Nedis - 12 очков (0 очков против HunOL)
* 8: aptyp - 11.5 очков (1 очко против Michkova)
* 9: Michkova - 11.5 очков (0 очков против aptyp)
* 10: MyTrooName - 10.5 очков
* 11: Nokman - 9.5 очков
* 12: J - 8.5 очков
* 13: DoctorSinus - 7 очков
* 14: shell-script - 5.5 очков
* 15: trex6 - 4 очка
* 16: darkenshvein - 2.5 очка
* uroboros, raven_cler, farzeet, LongLiveUbuntu - выбыли из турнира

103
2013/autumn/players.yml Normal file
View File

@@ -0,0 +1,103 @@
- number: 1
lor: DoctorSinus
lichess: fat0troll
elo: 1048
- number: 2
lor: Kakadu
lichess: kesarev
elo: 1355
- number: 3
lor: trex6
lichess: txgames
elo: 986
- number: 4
lor: aptyp
lichess: aptypr
elo: 1182
- number: 5
lor: J
lichess: LOR_J
elo: 1148
- number: 6
lor: Michkova
lichess: Michkova
elo: 1295
- number: 7
lor: HunOL
lichess: HunOL
elo: 1374
- number: 8
lor: darkenshvein
lichess: darkshvein
elo: 1192
- number: 9
lor: iVS
lichess: iVS
elo: 1392
- number: 10
lor: Nedis
lichess: Nedis
elo: 1199
- number: 11
lor: Nokman
lichess: Nokman
elo: 1200
- number: 12
lor: shell-script
lichess: cppmm
elo: 947
- number: 13
lor: redgremlin
lichess: gremlin_the_red
elo: 1154
- number: 14
lor: Magian
lichess: Magian
elo: 1436
- number: 15
lor: Genuine
lichess: Genuine
elo: 1398
- number: 16
lor: LongLiveUbuntu
lichess: LLU
elo: 1203
status: withdrew
- number: 17
lor: raven_cler
lichess: raven_cler
elo: 902
status: withdrew
- number: 18
lor: uroboros
lichess: Uroboros
elo: 1439
status: withdrew
- number: 19
lor: farzeet
lichess: farzeet
elo: 1105
status: withdrew
- number: 20
lor: MyTrooName
lichess: sshilovsky
elo: 1167

32
2013/autumn/randomize.py Executable file
View File

@@ -0,0 +1,32 @@
#!/usr/bin/python2
# -*- coding: utf-8 -*-
import random, time
def write_user(username, table_size):
repeater = False
random_seed = random.choice(range(1, table_size))
tfile = open('table.txt', 'r+a')
tabledata = tfile.readlines()
for line in tabledata:
if line.split(' | ')[0] == str(random_seed):
# repeat from begin
repeater = True
write_user(username, table_size)
# if we haven't matching number, write das line
if repeater == False:
tfile.write("%i | %s\n" % (random_seed, username))
def check_file(username, table_size):
try:
tablefile = open('table.txt', 'r')
write_user(username, table_size)
except IOError:
tablefile = open('table.txt', 'w')
tablefile.write("Жеребьевка участников LORChess.\nРазмер таблицы участников: %s.\nДанный файл является неизменяемым и создаваемым один раз.\nUNIX timestamp: %i\n========\n\n" % (table_size - 1, int(time.time())))
tablefile.close()
write_user(username, table_size)
nickname = raw_input("Введите имя игрока: ")
check_file(nickname, 21)

988
2013/autumn/results.yml Normal file
View File

@@ -0,0 +1,988 @@
- number: 1
games:
- date: 09.09.2013
white: Kakadu
black: farzeet
result: '1:0'
- date: 15.09.2013
white: trex6
black: uroboros
result: '0:1'
- date: 09.09.2013
white: aptyp
black: raven_cler
result: '1:0'
- date: 08.09.2013
white: J
black: LongLiveUbuntu
result: '1:0'
- date: 15.09.2013
white: Michkova
black: Genuine
result: '1:0'
- date: 08.09.2013
white: HunOL
black: Magian
result: '0.5:0.5'
- date: 14.09.2013
white: darkenshvein
black: redgremlin
result: '0:1'
- date: 10.09.2013
white: iVS
black: shell-script
result: '1:0'
- date: 14.11.2013
white: Nedis
black: Nokman
result: '1:0'
- date: 21.09.2013
white: DoctorSinus
black: MyTrooName
result: '0:1'
- number: 2
games:
- date: 13.09.2013
white: shell-script
black: Nedis
result: '0:1'
- date: 10.09.2013
white: redgremlin
black: iVS
result: '0.5:0.5'
- date: 11.09.2013
white: Magian
black: darkenshvein
result: '1:0'
- date: 12.09.2013
white: Genuine
black: HunOL
result: '1:0'
- date: 15.09.2013
white: LongLiveUbuntu
black: Michkova
result: '0:1'
- date: 10.09.2013
white: raven_cler
black: J
result: '0:1'
- date: 08.09.2013
white: uroboros
black: aptyp
result: '1:0'
- date: 13.09.2013
white: farzeet
black: trex6
result: '0:1'
- date: 07.09.2013
white: DoctorSinus
black: Kakadu
result: '0:1'
- date: 07.11.2013
white: MyTrooName
black: Nokman
result: '0:1'
- number: 3
games:
- date: 19.09.2013
white: trex6
black: DoctorSinus
result: '1:0'
- date: 21.09.2013
white: aptyp
black: farzeet
result: '1:0'
- date: 15.09.2013
white: J
black: uroboros
result: '0:1'
- date: 20.09.2013
white: Michkova
black: raven_cler
result: '0:1'
- date: 20.09.2013
white: HunOL
black: LongLiveUbuntu
result: '1:0'
- date: 26.09.2013
white: darkenshvein
black: Genuine
result: '0:1'
- date: 15.09.2013
white: iVS
black: Magian
result: '0:1'
- date: 15.09.2013
white: Nedis
black: redgremlin
result: '0:1'
- date: 08.11.2013
white: Nokman
black: shell-script
result: '1:0'
- date: 21.09.2013
white: Kakadu
black: MyTrooName
result: '1:0'
- number: 4
games:
- date: 26.10.2013
white: redgremlin
black: Nokman
result: '1:0'
- date: 22.09.2013
white: Magian
black: Nedis
result: '1:0'
- date: 21.09.2013
white: Genuine
black: iVS
result: '0:1'
- date: 31.10.2013
white: LongLiveUbuntu
black: darkenshvein
result: '0:1'
- date: 17.09.2013
white: raven_cler
black: HunOL
result: '0:1'
- date: 15.09.2013
white: uroboros
black: Michkova
result: '1:0'
- date: 22.09.2013
white: farzeet
black: J
result: '0:1'
- date: 19.09.2013
white: DoctorSinus
black: aptyp
result: '0:1'
- date: 16.09.2013
white: Kakadu
black: trex6
result: '1:0'
- date: 20.09.2013
white: MyTrooName
black: shell-script
result: '1:0'
- number: 5
games:
- date: 22.09.2013
white: aptyp
black: Kakadu
result: '0:1'
- date: 22.09.2013
white: J
black: DoctorSinus
result: '0:1'
- date: 01.10.2013
white: Michkova
black: farzeet
result: '1:0'
- date: 28.09.2013
white: HunOL
black: uroboros
result: '1:0'
- date: 24.09.2013
white: darkenshvein
black: raven_cler
result: '0:1'
- date: 24.09.2013
white: iVS
black: LongLiveUbuntu
result: '1:0'
- date: 26.09.2013
white: Nedis
black: Genuine
result: '0:1'
- date: 19.10.2013
white: Nokman
black: Magian
result: '0:1'
- date: 23.09.2013
white: shell-script
black: redgremlin
result: '0:1'
- date: 28.09.2013
white: trex6
black: MyTrooName
result: '0:1'
- number: 6
games:
- date: 05.10.2013
white: Magian
black: shell-script
result: '1:0'
- date: 19.10.2013
white: Genuine
black: Nokman
result: '1:0'
- date: 27.09.2013
white: LongLiveUbuntu
black: Nedis
result: '0:1'
- date: 26.09.2013
white: raven_cler
black: iVS
result: '0.5:0.5'
- date: 30.09.2013
white: uroboros
black: darkenshvein
result: '1:0'
- date: 29.09.2013
white: farzeet
black: HunOL
result: '0:1'
- date: 23.09.2013
white: DoctorSinus
black: Michkova
result: '0:1'
- date: 25.09.2013
white: Kakadu
black: J
result: '1:0'
- date: 23.09.2013
white: trex6
black: aptyp
result: '0:1'
- date: 28.09.2013
white: MyTrooName
black: redgremlin
result: '0:1'
- number: 7
games:
- date: 02.10.2013
white: J
black: trex6
result: '1:0'
- date: 28.09.2013
white: Michkova
black: Kakadu
result: '0:1'
- date: 28.09.2013
white: HunOL
black: DoctorSinus
result: '1:0'
- date: 08.11.2013
white: darkenshvein
black: farzeet
result: '1:0'
- date: 29.09.2013
white: iVS
black: uroboros
result: '0.5:0.5'
- date: 29.09.2013
white: Nedis
black: raven_cler
result: '1:0'
- date: 31.10.2013
white: Nokman
black: LongLiveUbuntu
result: '1:0'
- date: 04.10.2013
white: shell-script
black: Genuine
result: '0:1'
- date: 29.09.2013
white: redgremlin
black: Magian
result: '0:1'
- date: 28.09.2013
white: aptyp
black: MyTrooName
result: '0:1'
- number: 8
games:
- date: 29.09.2013
white: Genuine
black: redgremlin
result: '0:1'
- date: 31.10.2013
white: LongLiveUbuntu
black: shell-script
result: '0:1'
- date: 17.11.2013
white: raven_cler
black: Nokman
result: '0:1'
- date: 29.09.2013
white: uroboros
black: Nedis
result: '1:0'
- date: 29.09.2013
white: farzeet
black: iVS
result: '0:1'
- date: 08.10.2013
white: DoctorSinus
black: darkenshvein
result: '1:0'
- date: 04.10.2013
white: Kakadu
black: HunOL
result: '1:0'
- date: 06.10.2013
white: trex6
black: Michkova
result: '0:1'
- date: 28.09.2013
white: aptyp
black: J
result: '0:1'
- date: 29.09.2013
white: MyTrooName
black: Magian
result: '1:0'
- number: 9
games:
- date: 13.10.2013
white: Michkova
black: aptyp
result: '0:1'
- date: 12.10.2013
white: HunOL
black: trex6
result: '1:0'
- date: 02.10.2013
white: darkenshvein
black: Kakadu
result: '0:1'
- date: 08.10.2013
white: iVS
black: DoctorSinus
result: '1:0'
- date: 19.10.2013
white: Nedis
black: farzeet
result: '1:0'
- date: 05.10.2013
white: Nokman
black: uroboros
result: '0:1'
- date: 17.11.2013
white: shell-script
black: raven_cler
result: '1:0'
- date: 31.10.2013
white: redgremlin
black: LongLiveUbuntu
result: '1:0'
- date: 06.10.2013
white: Magian
black: Genuine
result: '1:0'
- date: 06.10.2013
white: J
black: MyTrooName
result: '1:0'
- number: 10
games:
- date: 08.10.2013
white: LongLiveUbuntu
black: Magian
result: '0:1'
- date: 12.10.2013
white: raven_cler
black: redgremlin
result: '0:1'
- date: 04.10.2013
white: uroboros
black: shell-script
result: '1:0'
- date: 08.11.2013
white: farzeet
black: Nokman
result: '0:1'
- date: 04.11.2013
white: DoctorSinus
black: Nedis
result: '0:1'
- date: 05.10.2013
white: Kakadu
black: iVS
result: '1:0'
- date: 06.11.2013
white: trex6
black: darkenshvein
result: '1:0'
- date: 06.10.2013
white: aptyp
black: HunOL
result: '1:0'
- date: 16.10.2013
white: J
black: Michkova
result: '0:1'
- date: 06.10.2013
white: MyTrooName
black: Genuine
result: '0:1'
- number: 11
games:
- date: 17.10.2013
white: HunOL
black: J
result: '0:1'
- date: 14.10.2013
white: darkenshvein
black: aptyp
result: '0:1'
- date: 12.10.2013
white: iVS
black: trex6
result: '1:0'
- date: 18.10.2013
white: Nedis
black: Kakadu
result: '0:1'
- date: 04.11.2013
white: Nokman
black: DoctorSinus
result: '1:0'
- date: 17.10.2013
white: shell-script
black: farzeet
result: '1:0'
- date: 13.10.2013
white: redgremlin
black: uroboros
result: '1:0'
- date: 18.10.2013
white: Magian
black: raven_cler
result: '1:0'
- date: 31.10.2013
white: Genuine
black: LongLiveUbuntu
result: '1:0'
- date: 17.10.2013
white: Michkova
black: MyTrooName
result: '1:0'
- number: 12
games:
- date: 18.10.2013
white: raven_cler
black: Genuine
result: '1:0'
- date: 05.10.2013
white: uroboros
black: Magian
result: '1:0'
- date: 08.11.2013
white: farzeet
black: redgremlin
result: '0:1'
- date: 17.10.2013
white: DoctorSinus
black: shell-script
result: '1:0'
- date: 27.10.2013
white: Kakadu
black: Nokman
result: '1:0'
- date: 18.10.2013
white: trex6
black: Nedis
result: '0:1'
- date: 14.10.2013
white: aptyp
black: iVS
result: '0:1'
- date: 14.10.2013
white: J
black: darkenshvein
result: '1:0'
- date: 16.10.2013
white: Michkova
black: HunOL
result: '0.5:0.5'
- date: 31.10.2013
white: MyTrooName
black: LongLiveUbuntu
result: '1:0'
- number: 13
games:
- date: 20.10.2013
white: darkenshvein
black: Michkova
result: '0:1'
- date: 20.10.2013
white: iVS
black: J
result: '1:0'
- date: 23.10.2013
white: Nedis
black: aptyp
result: '1:0'
- date: 08.11.2013
white: Nokman
black: trex6
result: '1:0'
- date: 31.10.2013
white: shell-script
black: Kakadu
result: '0:1'
- date: 30.10.2013
white: redgremlin
black: DoctorSinus
result: '1:0'
- date: 06.11.2013
white: Magian
black: farzeet
result: '1:0'
- date: 19.10.2013
white: Genuine
black: uroboros
result: '1:0'
- date: 31.10.2013
white: LongLiveUbuntu
black: raven_cler
result: '0:1'
- date: 27.10.2013
white: HunOL
black: MyTrooName
result: '0:1'
- number: 14
games:
- date: 19.10.2013
white: uroboros
black: LongLiveUbuntu
result: '0:1'
- date: 08.11.2013
white: farzeet
black: Genuine
result: '0:1'
- date: 29.10.2013
white: DoctorSinus
black: Magian
result: '0:1'
- date: 27.10.2013
white: Kakadu
black: redgremlin
result: '1:0'
- date: 06.11.2013
white: trex6
black: shell-script
result: '0:1'
- date: 19.10.2013
white: aptyp
black: Nokman
result: '1:0'
- date: 26.10.2013
white: J
black: Nedis
result: '0:1'
- date: 21.10.2013
white: Michkova
black: iVS
result: '1:0'
- date: 23.10.2013
white: HunOL
black: darkenshvein
result: '1:0'
- date: 23.10.2013
white: MyTrooName
black: raven_cler
result: '1:0'
- number: 15
games:
- date: 27.10.2013
white: iVS
black: HunOL
result: '0:1'
- date: 03.11.2013
white: Nedis
black: Michkova
result: '0.5:0.5'
- date: 28.10.2013
white: Nokman
black: J
result: '1:0'
- date: 21.10.2013
white: shell-script
black: aptyp
result: '0:1'
- date: 08.11.2013
white: redgremlin
black: trex6
result: '1:0'
- date: 27.10.2013
white: Magian
black: Kakadu
result: '0:1'
- date: 30.10.2013
white: Genuine
black: DoctorSinus
result: '1:0'
- date: 31.10.2013
white: LongLiveUbuntu
black: farzeet
result: '0:1'
- date: 26.10.2013
white: raven_cler
black: uroboros
result: '1:0'
- date: 27.10.2013
white: darkenshvein
black: MyTrooName
result: '0.5:0.5'
- number: 16
games:
- date: 08.11.2013
white: farzeet
black: raven_cler
result: '0:1'
- date: 31.10.2013
white: DoctorSinus
black: LongLiveUbuntu
result: '1:0'
- date: 26.10.2013
white: Kakadu
black: Genuine
result: '1:0'
- date: 08.11.2013
white: trex6
black: Magian
result: '0:1'
- date: 26.10.2013
white: aptyp
black: redgremlin
result: '0:1'
- date: 17.11.2013
white: J
black: shell-script
result: '0.5:0.5'
- date: 04.11.2013
white: Michkova
black: Nokman
result: '0.5:0.5'
- date: 05.11.2013
white: HunOL
black: Nedis
result: '1:0'
- date: 26.10.2013
white: darkenshvein
black: iVS
result: '0:1'
- date: 26.10.2013
white: MyTrooName
black: uroboros
result: '1:0'
- number: 17
games:
- date: 04.11.2013
white: Nedis
black: darkenshvein
result: '1:0'
- date: 08.11.2013
white: Nokman
black: HunOL
result: '0:1'
- date: 08.11.2013
white: shell-script
black: Michkova
result: '0:1'
- date: 07.11.2013
white: redgremlin
black: J
result: '1:0'
- date: 02.11.2013
white: Magian
black: aptyp
result: '0:1'
- date: 03.11.2013
white: Genuine
black: trex6
result: '1:0'
- date: 27.10.2013
white: LongLiveUbuntu
black: Kakadu
result: '0:1'
- date: 17.11.2913
white: raven_cler
black: DoctorSinus
result: '0:1'
- date: 31.10.2013
white: uroboros
black: farzeet
result: '0:1'
- date: 31.10.2013
white: iVS
black: MyTrooName
result: '1:0'
- number: 18
games:
- date: 31.10.2013
white: DoctorSinus
black: uroboros
result: '1:0'
- date: 17.11.2013
white: Kakadu
black: raven_cler
result: '1:0'
- date: 31.10.2013
white: trex6
black: LongLiveUbuntu
result: '1:0'
- date: 03.11.2013
white: aptyp
black: Genuine
result: '0.5:0.5'
- date: 30.10.2013
white: J
black: Magian
result: '0:1'
- date: 07.11.2013
white: Michkova
black: redgremlin
result: '0:1'
- date: 08.11.2013
white: HunOL
black: shell-script
result: '1:0'
- date: 06.11.2013
white: darkenshvein
black: Nokman
result: '0:1'
- date: 02.11.2013
white: iVS
black: Nedis
result: '0.5:0.5'
- date: 08.11.2013
white: MyTrooName
black: farzeet
result: '1:0'
- number: 19
games:
- date: 01.11.2013
white: Nokman
black: iVS
result: '0:1'
- date: 23.10.2013
white: shell-script
black: darkenshvein
result: '1:0'
- date: 11.11.2013
white: redgremlin
black: HunOL
result: '1:0'
- date: 08.11.2013
white: Magian
black: Michkova
result: '1:0'
- date: 07.11.2013
white: Genuine
black: J
result: '1:0'
- date: 31.10.2013
white: LongLiveUbuntu
black: aptyp
result: '0:1'
- date: 11.11.2013
white: raven_cler
black: trex6
result: '1:0'
- date: 31.10.2013
white: uroboros
black: Kakadu
result: '0:1'
- date: 08.11.2013
white: farzeet
black: DoctorSinus
result: '0:1'
- date: 15.11.2013
white: Nedis
black: MyTrooName
result: '1:0'

33
2013/autumn/roundrobin.py Executable file
View File

@@ -0,0 +1,33 @@
#!/usr/bin/python2
# -*- coding: utf-8 -*-
def roundRobin(units, sets=None):
""" Generates a schedule of "fair" pairings from a list of units """
if len(units) % 2:
units.append(None)
count = len(units)
sets = sets or (count - 1)
half = count / 2
schedule = []
for turn in range(sets):
pairings = []
for i in range(half):
pairings.append((units[i], units[count-i-1]))
units.insert(1, units.pop())
schedule.append(pairings)
return schedule
# LOR sheduler
players = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]
tour_count = 0
# Generate LORCODE for pairings.
# Also generate "reversal" for autumm season.
for pairings in roundRobin(players):
tours = (len(players) - 1) * 2
tour_count = tour_count + 1
print "[b]Тур" + str(tour_count) + "[/b]"
print "[list]"
for pair in pairings:
print "[*]" + pair[0] + " играет против " + pair[1]
print "[/list]"

286
2013/autumn/scheduler.part1 Normal file
View File

@@ -0,0 +1,286 @@
Составлено с помощью http://chess.sainfo.ru/table.php
[b]Тур №1[/b]
[list]
[*][user]Kakadu[/user] — [user]farzeet[/user]
[*][user]trex6[/user] — [user]uroboros[/user]
[*][user]aptyp[/user] — [user]raven_cler[/user]
[*][user]J[/user] — [user]LongLiveUbuntu[/user]
[*][user]Michkova[/user] — [user]Genuine[/user]
[*][user]HunOL[/user] — [user]Magian[/user]
[*][user]darkenshvein[/user] — [user]redgremlin[/user]
[*][user]iVS[/user] — [user]shell-script[/user]
[*][user]Nedis[/user] — [user]Nokman[/user]
[*][user]DoctorSinus[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №2[/b]
[list]
[*][user]shell-script[/user] — [user]Nedis[/user]
[*][user]redgremlin[/user] — [user]iVS[/user]
[*][user]Magian[/user] — [user]darkenshvein[/user]
[*][user]Genuine[/user] — [user]HunOL[/user]
[*][user]LongLiveUbuntu[/user] — [user]Michkova[/user]
[*][user]raven_cler[/user] — [user]J[/user]
[*][user]uroboros[/user] — [user]aptyp[/user]
[*][user]farzeet[/user] — [user]trex6[/user]
[*][user]DoctorSinus[/user] — [user]Kakadu[/user]
[*][user]MyTrooName[/user] — [user]Nokman[/user]
[/list]
[b]Тур №3[/b]
[list]
[*][user]trex6[/user] — [user]DoctorSinus[/user]
[*][user]aptyp[/user] — [user]farzeet[/user]
[*][user]J[/user] — [user]uroboros[/user]
[*][user]Michkova[/user] — [user]raven_cler[/user]
[*][user]HunOL[/user] — [user]LongLiveUbuntu[/user]
[*][user]darkenshvein[/user] — [user]Genuine[/user]
[*][user]iVS[/user] — [user]Magian[/user]
[*][user]Nedis[/user] — [user]redgremlin[/user]
[*][user]Nokman[/user] — [user]shell-script[/user]
[*][user]Kakadu[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №4[/b]
[list]
[*][user]redgremlin[/user] — [user]Nokman[/user]
[*][user]Magian[/user] — [user]Nedis[/user]
[*][user]Genuine[/user] — [user]iVS[/user]
[*][user]LongLiveUbuntu[/user] — [user]darkenshvein[/user]
[*][user]raven_cler[/user] — [user]HunOL[/user]
[*][user]uroboros[/user] — [user]Michkova[/user]
[*][user]farzeet[/user] — [user]J[/user]
[*][user]DoctorSinus[/user] — [user]aptyp[/user]
[*][user]Kakadu[/user] — [user]trex6[/user]
[*][user]MyTrooName[/user] — [user]shell-script[/user]
[/list]
[b]Тур №5[/b]
[list]
[*][user]aptyp[/user] — [user]Kakadu[/user]
[*][user]J[/user] — [user]DoctorSinus[/user]
[*][user]Michkova[/user] - [user]farzeet[/user]
[*][user]HunOL[/user] — [user]uroboros[/user]
[*][user]darkenshvein[/user] — [user]raven_cler[/user]
[*][user]iVS[/user] — [user]LongLiveUbuntu[/user]
[*][user]Nedis[/user] — [user]Genuine[/user]
[*][user]Nokman[/user] — [user]Magian[/user]
[*][user]shell-script[/user] — [user]redgremlin[/user]
[*][user]trex6[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №6[/b]
[list]
[*][user]Magian[/user] — [user]shell-script[/user]
[*][user]Genuine[/user] — [user]Nokman[/user]
[*][user]LongLiveUbuntu[/user] — [user]Nedis[/user]
[*][user]raven_cler[/user] — [user]iVS[/user]
[*][user]uroboros[/user] — [user]darkenshvein[/user]
[*][user]farzeet[/user] — [user]HunOL[/user]
[*][user]DoctorSinus[/user] — [user]Michkova[/user]
[*][user]Kakadu[/user] — [user]J[/user]
[*][user]trex6[/user] — [user]aptyp[/user]
[*][user]MyTrooName[/user] — [user]redgremlin[/user]
[/list]
[b]Тур №7[/b]
[list]
[*][user]J[/user] — [user]trex6[/user]
[*][user]Michkova[/user] — [user]Kakadu[/user]
[*][user]HunOL[/user] — [user]DoctorSinus[/user]
[*][user]darkenshvein[/user] — [user]farzeet[/user]
[*][user]iVS[/user] — [user]uroboros[/user]
[*][user]Nedis[/user] — [user]raven_cler[/user]
[*][user]Nokman[/user] — [user]LongLiveUbuntu[/user]
[*][user]shell-script[/user] — [user]Genuine[/user]
[*][user]redgremlin[/user] — [user]Magian[/user]
[*][user]aptyp[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №8[/b]
[list]
[*][user]Genuine[/user] — [user]redgremlin[/user]
[*][user]LongLiveUbuntu[/user] — [user]shell-script[/user]
[*][user]raven_cler[/user] — [user]Nokman[/user]
[*][user]uroboros[/user] — [user]Nedis[/user]
[*][user]farzeet[/user] — [user]iVS[/user]
[*][user]DoctorSinus[/user] — [user]darkenshvein[/user]
[*][user]Kakadu[/user] — [user]HunOL[/user]
[*][user]trex6[/user] — [user]Michkova[/user]
[*][user]aptyp[/user] — [user]J[/user]
[*][user]MyTrooName[/user] — [user]Magian[/user]
[/list]
[b]Тур №9[/b]
[list]
[*][user]Michkova[/user] — [user]aptyp[/user]
[*][user]HunOL[/user] — [user]trex6[/user]
[*][user]darkenshvein[/user] — [user]Kakadu[/user]
[*][user]iVS[/user] — [user]DoctorSinus[/user]
[*][user]Nedis[/user] — [user]farzeet[/user]
[*][user]Nokman[/user] — [user]uroboros[/user]
[*][user]shell-script[/user] — [user]raven_cler[/user]
[*][user]redgremlin[/user] — [user]LongLiveUbuntu[/user]
[*][user]Magian[/user] — [user]Genuine[/user]
[*][user]J[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №10[/b]
[list]
[*][user]LongLiveUbuntu[/user] — [user]Magian[/user]
[*][user]raven_cler[/user] — [user]redgremlin[/user]
[*][user]uroboros[/user] — [user]shell-script[/user]
[*][user]farzeet[/user] — [user]Nokman[/user]
[*][user]DoctorSinus[/user] — [user]Nedis[/user]
[*][user]Kakadu[/user] — [user]iVS[/user]
[*][user]trex6[/user] — [user]darkenshvein[/user]
[*][user]aptyp[/user] — [user]HunOL[/user]
[*][user]J[/user] — [user]Michkova[/user]
[*][user]MyTrooName[/user] — [user]Genuine[/user]
[/list]
[b]Тур №11[/b]
[list]
[*][user]HunOL[/user] — [user]J[/user]
[*][user]darkenshvein[/user] — [user]aptyp[/user]
[*][user]iVS[/user] — [user]trex6[/user]
[*][user]Nedis[/user] — [user]Kakadu[/user]
[*][user]Nokman[/user] — [user]DoctorSinus[/user]
[*][user]shell-script[/user] — [user]farzeet[/user]
[*][user]redgremlin[/user] — [user]uroboros[/user]
[*][user]Magian[/user] — [user]raven_cler[/user]
[*][user]Genuine[/user] — [user]LongLiveUbuntu[/user]
[*][user]Michkova[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №12[/b]
[list]
[*][user]raven_cler[/user] — [user]Genuine[/user]
[*][user]uroboros[/user] — [user]Magian[/user]
[*][user]farzeet[/user] — [user]redgremlin[/user]
[*][user]DoctorSinus[/user] — [user]shell-script[/user]
[*][user]Kakadu[/user] — [user]Nokman[/user]
[*][user]trex6[/user] — [user]Nedis[/user]
[*][user]aptyp[/user] — [user]iVS[/user]
[*][user]J[/user] — [user]darkenshvein[/user]
[*][user]Michkova[/user] — [user]HunOL[/user]
[*][user]MyTrooName[/user] — [user]LongLiveUbuntu[/user]
[/list]
[b]Тур №13[/b]
[list]
[*][user]darkenshvein[/user] — [user]Michkova[/user]
[*][user]iVS[/user] — [user]J[/user]
[*][user]Nedis[/user] — [user]aptyp[/user]
[*][user]Nokman[/user] — [user]trex6[/user]
[*][user]shell-script[/user] — [user]Kakadu[/user]
[*][user]redgremlin[/user] — [user]DoctorSinus[/user]
[*][user]Magian[/user] — [user]farzeet[/user]
[*][user]Genuine[/user] — выбывший игрок (Uroboros)
[*][user]LongLiveUbuntu[/user] — [user]raven_cler[/user]
[*][user]HunOL[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №14[/b]
[list]
[*]выбывший игрок (Uroboros) — [user]LongLiveUbuntu[/user]
[*][user]farzeet[/user] — [user]Genuine[/user]
[*][user]DoctorSinus[/user] — [user]Magian[/user]
[*][user]Kakadu[/user] — [user]redgremlin[/user]
[*][user]trex6[/user] — [user]shell-script[/user]
[*][user]aptyp[/user] — [user]Nokman[/user]
[*][user]J[/user] — [user]Nedis[/user]
[*][user]Michkova[/user] — [user]iVS[/user]
[*][user]HunOL[/user] — [user]darkenshvein[/user]
[*][user]MyTrooName[/user] — [user]raven_cler[/user]
[/list]
[b]Тур №15[/b]
[list]
[*][user]iVS[/user] — [user]HunOL[/user]
[*][user]Nedis[/user] — [user]Michkova[/user]
[*][user]Nokman[/user] — [user]J[/user]
[*][user]shell-script[/user] — [user]aptyp[/user]
[*][user]redgremlin[/user] — [user]trex6[/user]
[*][user]Magian[/user] — [user]Kakadu[/user]
[*][user]Genuine[/user] — [user]DoctorSinus[/user]
[*][user]LongLiveUbuntu[/user] — [user]farzeet[/user]
[*][user]raven_cler[/user] — выбывший игрок (Uroboros)
[*][user]darkenshvein[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №16[/b]
[list]
[*][user]farzeet[/user] — [user]raven_cler[/user]
[*][user]DoctorSinus[/user] — [user]LongLiveUbuntu[/user]
[*][user]Kakadu[/user] — [user]Genuine[/user]
[*][user]trex6[/user] — [user]Magian[/user]
[*][user]aptyp[/user] — [user]redgremlin[/user]
[*][user]J[/user] — [user]shell-script[/user]
[*][user]Michkova[/user] — [user]Nokman[/user]
[*][user]HunOL[/user] — [user]Nedis[/user]
[*][user]darkenshvein[/user] — [user]iVS[/user]
[*][user]MyTrooName[/user] — выбывший игрок (Uroboros)
[/list]
[b]Тур №17[/b]
[list]
[*][user]Nedis[/user] — [user]darkenshvein[/user]
[*][user]Nokman[/user] — [user]HunOL[/user]
[*][user]shell-script[/user] — [user]Michkova[/user]
[*][user]redgremlin[/user] — [user]J[/user]
[*][user]Magian[/user] — [user]aptyp[/user]
[*][user]Genuine[/user] — [user]trex6[/user]
[*][user]LongLiveUbuntu[/user] — [user]Kakadu[/user]
[*][user]raven_cler[/user] — [user]DoctorSinus[/user]
[*]выбывший игрок (Uroboros) — [user]farzeet[/user]
[*][user]iVS[/user] — [user]MyTrooName[/user]
[/list]
[b]Тур №18[/b]
[list]
[*][user]DoctorSinus[/user] — выбывший игрок (Uroboros)
[*][user]Kakadu[/user] — [user]raven_cler[/user]
[*][user]trex6[/user] — [user]LongLiveUbuntu[/user]
[*][user]aptyp[/user] — [user]Genuine[/user]
[*][user]J[/user] — [user]Magian[/user]
[*][user]Michkova[/user] — [user]redgremlin[/user]
[*][user]HunOL[/user] — [user]shell-script[/user]
[*][user]darkenshvein[/user] — [user]Nokman[/user]
[*][user]iVS[/user] — [user]Nedis[/user]
[*][user]MyTrooName[/user] — [user]farzeet[/user]
[/list]
[b]Тур №19[/b]
[list]
[*][user]Nokman[/user] — [user]iVS[/user]
[*][user]shell-script[/user] — [user]darkenshvein[/user]
[*][user]redgremlin[/user] — [user]HunOL[/user]
[*][user]Magian[/user] — [user]Michkova[/user]
[*][user]Genuine[/user] — [user]J[/user]
[*][user]LongLiveUbuntu[/user] — [user]aptyp[/user]
[*][user]raven_cler[/user] — [user]trex6[/user]
[*]выбывший игрок (Uroboros) — [user]Kakadu[/user]
[*][user]farzeet[/user] — [user]DoctorSinus[/user]
[*][user]Nedis[/user] — [user]MyTrooName[/user]
[/list]

26
2013/autumn/table.txt Normal file
View File

@@ -0,0 +1,26 @@
Жеребьевка участников LORChess.
Размер таблицы участников: 16.
Данный файл является неизменяемым и создаваемым один раз.
UNIX timestamp: 1378056556
========
1 | DoctorSinus
6 | Michkova
5 | J
4 | aptyp
7 | HunOL
2 | Kakadu
14 | Magian
9 | iVS
15 | Genuine
12 | shell-script
13 | redgremlin
16 | LongLiveUbuntu
11 | qulinxao
3 | trex6
10 | Nedis
8 | darkenshvein
18 | uroboros
17 | raven_cler
19 | farzeet
20 | MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/2f3h0hf5"]
[Date "2013-09-08"]
[White "HunOL"]
[Black "Magian"]
[Result "1/2-1/2"]
[WhiteElo "1348"]
[BlackElo "1481"]
[PlyCount "145"]
[Variant "Standard"]
1. d4 Nf6 2. c4 g6 3. Nc3 Bg7 4. Bf4 d6 5. Nf3 Bg4 6. e3 O-O 7. Be2 Nbd7 8. h3 Bf5 9. Qb3 Rb8 10. O-O c5 11. Bh2 Ne4 12. Bd3 Nxc3 13. Bxf5 Ne2+ 14. Kh1 gxf5 15. Qc2 Nxd4 16. exd4 cxd4 17. Qxf5 e5 18. Ng5 Nf6 19. f4 Qd7 20. fxe5 Qxf5 21. Rxf5 Ne8 22. exd6 Rd8 23. Rd5 Nf6 24. Rxd4 b6 25. Rad1 Nd7 26. Rd4d2 Rfe8 27. b4 h6 28. Nf3 Bc3 29. Rd5 Bxb4 30. Ne5 Nf6 31. Nc6 Nxd5 32. Nxd8 Ne3 33. Rd3 Rxd8 34. Rxe3 Bxd6 35. Bxd6 Rxd6 36. Re7 a5 37. Ra7 Rc6 38. Rb7 Rxc4 39. Rxb6 Rc1+ 40. Kh2 Rc2 41. Rxh6 Rxa2 42. Ra6 a4 43. h4 a3 44. Kh3 Kg7 45. g3 Ra1 46. Kg4 a2 47. Kg5 Rg1 48. Rxa2 Rxg3+ 49. Kf4 Rb3 50. Rg2+ Kh6 51. Kf5 Rf3+ 52. Kg4 Ra3 53. Kf5 Kh5 54. Rg8 Rf3+ 55. Ke4 Rh3 56. Kf5 Rf3+ 57. Ke4 Rf1 58. Rf8 Kxh4 59. Ke5 Kg4 60. Rg8+ Kh5 61. Rg2 f6+ 62. Ke4 Kh4 63. Rg8 Kh5 64. Rg2 Kh4 65. Rg8 Kh3 66. Rg7 f5+ 67. Ke3 Ra1 68. Kf3 Rf1+ 69. Ke2 Rf4 70. Ke3 Rg4 71. Rf7 f4+ 72. Rxf4 Rxf4 73. Kxf4 1/2-1/2

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/40nila3a"]
[Date "2013-09-08"]
[White "LOR_J"]
[Black "mynamekirill"]
[Result "1-0"]
[WhiteElo "1167"]
[BlackElo "1236"]
[PlyCount "87"]
[Variant "Standard"]
1. e4 e5 2. Nf3 d6 3. Bc4 Nf6 4. d3 c6 5. O-O d5 6. exd5 cxd5 7. Bb3 Bd6 8. Bg5 O-O 9. Bxd5 Na6 10. a3 Bc7 11. b4 Qxd5 12. c4 Qd6 13. c5 Nxc5 14. bxc5 Qxc5 15. Nbd2 e4 16. Bxf6 exf3 17. Qxf3 Qd6 18. g3 Bh3 19. Rfe1 gxf6 20. Ne4 Qc6 21. Nxf6+ Kg7 22. Nh5+ Kh8 23. Qf6+ Qxf6 24. Nxf6 Kg7 25. Nh5+ Kg6 26. Nf4+ Bxf4 27. gxf4 f5 28. Re7 a5 29. Rxb7 Rg8 30. f3 Kf6+ 31. Kf2 Rg2+ 32. Ke3 Re8+ 33. Kd4 Rxh2 34. Rxh7 Rd8+ 35. Ke3 Re8+ 36. Kd4 a4 37. Ra7 Bf1 38. Rxf1 Rhe2 39. Rxa4 Rd8+ 40. Kc3 Re3 41. Rd4 Rc8+ 42. Kd2 Re6 43. Rh1 Rb6 44. Rh6+ 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/dc8ifdkj"]
[Date "2013-09-09"]
[White "kesarev"]
[Black "Anonymous"]
[Result "1-0"]
[WhiteElo "1498"]
[BlackElo "?"]
[PlyCount "61"]
[Variant "Standard"]
1. e4 e5 2. f4 exf4 3. Nf3 Nf6 4. e5 Ne4 5. d3 Nc5 6. d4 Ne4 7. Qe2 d5 8. exd6 Bxd6 9. Qxe4+ Qe7 10. Qxe7+ Bxe7 11. Bxf4 O-O 12. Bxc7 Na6 13. Bf4 Be6 14. c3 Rac8 15. Nbd2 g6 16. Bb5 Bf5 17. O-O Nc7 18. Rae1 Rfe8 19. Bxe8 Rxe8 20. Bxc7 Bd3 21. Rf2 Kf8 22. Ne5 f6 23. Nxd3 f5 24. g4 Bg5 25. Rxe8+ Kxe8 26. gxf5 Be3 27. f6 Kf7 28. Ne5+ Kf8 29. Bd6+ Ke8 30. f7+ Kd8 31. f8=Q# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/w0k8hii5"]
[Date "2013-09-09"]
[White "aptypr"]
[Black "raven_cler"]
[Result "1-0"]
[WhiteElo "1173"]
[BlackElo "955"]
[PlyCount "53"]
[Variant "Standard"]
1. e4 d5 2. exd5 Qxd5 3. Nc3 Qf5 4. Nf3 Nc6 5. Bc4 Qc5 6. Bb3 e5 7. d3 Qb4 8. O-O Bg4 9. Bd2 O-O-O 10. Bxf7 Nd4 11. Ne2 Nxe2+ 12. Qxe2 Bxf3 13. Qxf3 Qxd2 14. Qg4+ Rd7 15. Be6 Nf6 16. Bxd7+ Nxd7 17. Qa4 Bc5 18. Rad1 Nb6 19. Qxa7 Bxf2+ 20. Kh1 Rd8 21. Rxd2 Be3 22. Re2 Bd4 23. c3 Nc4 24. Qa8+ Kd7 25. Qxb7 Nd6 26. Qf3 e4 27. dxe4 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/hn9rtrb2"]
[Date "2013-09-10"]
[White "iVS"]
[Black "cppmm"]
[Result "1-0"]
[WhiteElo "1407"]
[BlackElo "972"]
[PlyCount "75"]
[Variant "Standard"]
1. d4 d5 2. c4 dxc4 3. Nf3 Nf6 4. e3 Bf5 5. Bxc4 Bxb1 6. Rxb1 Ne4 7. Ne5 e6 8. O-O Qf6 9. f3 Nd6 10. Bb3 Nc6 11. Nxc6 bxc6 12. e4 e5 13. d5 cxd5 14. Qxd5 Rb8 15. Qc6+ Kd8 16. Be3 h5 17. Rbc1 Rc8 18. Rfd1 h4 19. h3 Be7 20. Ba4 Qe6 21. Bc5 f5 22. Bb3 Qd7 23. Qxd7+ Kxd7 24. exf5 Rhf8 25. Be6+ Kd8 26. Bxc8 Kxc8 27. Bxd6 Bxd6 28. Rxd6 Rxf5 29. Rdc6 Rf7 30. Kf2 Kb7 31. Ke3 Re7 32. Ke4 g5 33. Kf5 e4 34. fxe4 Rg7 35. e5 g4 36. hxg4 a6 37. Rc1c4 a5 38. Kf6 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/4oj5b5ag"]
[Date "2013-09-14"]
[White "darkshvein"]
[Black "gremlin_the_red"]
[Result "0-1"]
[WhiteElo "1176"]
[BlackElo "1239"]
[PlyCount "70"]
[Variant "Standard"]
1. Nc3 c5 2. Nf3 Nc6 3. Nb5 a6 4. Nc3 g6 5. g3 d6 6. Bg2 Bg7 7. O-O e6 8. e3 Nge7 9. d4 O-O 10. dxc5 dxc5 11. Bd2 Qc7 12. Bh3 Rb8 13. a4 Rd8 14. Qe2 Nb4 15. Bc1 Ned5 16. e4 Nxc3 17. bxc3 Bxc3 18. Rb1 Bg7 19. Bd2 Nc6 20. Be1 Nd4 21. Nxd4 cxd4 22. Qd3 e5 23. Rb4 Bxh3 24. Rc4 Qxc4 25. Qxc4 Bxf1 26. Kxf1 Rdc8 27. Qd3 b5 28. axb5 axb5 29. f4 b4 30. fxe5 Bxe5 31. Kg2 Rc5 32. Bd2 Rbc8 33. Bf4 Rxc2+ 34. Kf3 Rc2c3 35. Qe3 Rxe3+ 0-1

View File

@@ -0,0 +1,45 @@
[Event "Rated game"]
[Site "http://lichess.org/np0fyumk"]
[Date "2013-09-15"]
[White "Michkova"]
[Black "Genuine"]
[Result "1-0"]
[WhiteElo "1360"]
[BlackElo "1388"]
[PlyCount "43"]
[Variant "Standard"]
1. d4 d5 2. c4 e6 3. Nc3 Nf6 4. Nf3 c6 5. Bg5 h6 6. Bh4 Nbd7 7. e4 Bb4 8. e5 g5 9. Nxg5 Ne4 10. Nxe4 Qxh4 11. Nd6+ Bxd6 12. exd6 Nf6 13. c5 b6 14. a3 Rg8 15. g3 Qg5 16. h4 Qf5 17. Bd3 Qg4 18. Qxg4 Rxg4 19. Ne2 Ne4 20. f3 Nxg3 21. fxg4 Nxh1 22. Kf1 1-0[Event "Rated game"]
[Site "http://lichess.org/np0fyumk"]
[Date "2013.??.??"]
[Round "?"]
[White "Michkova"]
[Black "Genuine"]
[Result "1-0"]
[ECO "D51"]
[WhiteElo "1360"]
[BlackElo "1388"]
[Annotator "Houdini 3 Pro w32 (30m)"]
[PlyCount "43"]
[EventDate "2013.??.??"]
{D51: Queen's Gambit Declined: 4 Bg5 Nbd7 sidelines} 1. d4 (1. e4 e6 $11) 1...
d5 (1... Nf6 2. Nf3 $11) 2. c4 (2. Bf4 Nf6 $11) 2... e6 3. Nc3 Nf6 (3... Nc6 4.
e3 $14) 4. Nf3 c6 {Consolidates b5} (4... Be7 5. Bf4 $14) 5. Bg5 (5. Bf4 dxc4
6. e4 b5 $14) 5... h6 (5... Nbd7 6. cxd5 exd5 7. e3 $11) 6. Bh4 (6. Bxf6 Qxf6
7. a3 dxc4 $11) 6... Nbd7 (6... Be7 $11) 7. e4 (7. e3 Be7 $11) 7... Bb4 (7...
g5 8. Bg3 Nxe4 9. Bd3 Nxg3 10. hxg3 $17) 8. e5 {White gains space} (8. exd5
exd5 9. Be2 g5 $11) 8... g5 $11 {Black threatens to win material: g5xh4} 9.
Nxg5 (9. exf6 $142 gxh4 10. Be2 $11) 9... Ne4 (9... hxg5 $142 {would keep
Black in the game} 10. Bxg5 Bxc3+ 11. bxc3 Qa5 12. exf6 Qxc3+ 13. Ke2 Qxc4+ 14.
Qd3 Qa4 $11) 10. Ngxe4 $16 Qxh4 11. Nd6+ Bxd6 12. exd6 Nf6 (12... O-O 13. g3
Qf6 14. Bg2 $16) 13. c5 (13. g3 Qg4 14. Be2 Qg7 $16) 13... b6 (13... Nd7 14.
Rc1 $16) 14. a3 (14. g3 Qg5 15. b4 Bd7 $18) 14... Rg8 (14... Ne4 $5 15. Qc2
Nxc3 16. bxc3 bxc5 17. dxc5 Qe4+ 18. Qxe4 dxe4 $16) 15. g3 $18 Qg5 (15... Qg4
16. Be2 Qf5 17. b4 $18) 16. h4 (16. Qa4 $142 $5 b5 17. Qd1 $18) 16... Qf5 17.
Bd3 Qg4 18. Qxg4 (18. Be2 Qf5 19. Qd2 $16) 18... Rxg4 $14 {White king safety
improved} 19. Ne2 Ne4 $4 (19... bxc5 $142 {would hold out} 20. dxc5 Nd7 $14)
20. f3 $18 Nxg3 21. fxg4 (21. Rg1 $142 {makes sure everything is clear} Rxh4
22. Nxg3 $18 (22. Rxg3 $143 Rh1+ 23. Ng1 Bb7 $18)) 21... Nxh1 22. Kf1 (22. Kf1
e5 23. dxe5 bxc5 24. Kg2 $18) 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/viaytkkz"]
[Date "2013-09-15"]
[White "txgames"]
[Black "Uroboros"]
[Result "0-1"]
[WhiteElo "1069"]
[BlackElo "1466"]
[PlyCount "49"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Bc5 5. Nxc6 Qf6 6. f3 bxc6 7. c3 Ne7 8. Bd2 O-O 9. b4 Bb6 10. a4 a5 11. b5 d5 12. Na3 dxe4 13. f4 e3 14. Bxe3 Bxe3 15. Qd3 Qxf4 16. Kd1 Bg4+ 17. Kc2 Bf5 18. Kb2 Bxd3 19. Bxd3 Rad8 20. Rhf1 Rxd3 21. Rxf4 Bxf4 22. c4 Rfd8 23. Rb1 Rd2+ 24. Nc2 Be5+ 25. Ka2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/7zurlqj4"]
[Date "2013-09-21"]
[White "fat0troll"]
[Black "sshilovsky"]
[Result "0-1"]
[WhiteElo "966"]
[BlackElo "1152"]
[PlyCount "106"]
[Variant "Standard"]
1. e3 e5 2. Be2 d5 3. Nf3 e4 4. Nd4 Bc5 5. O-O Qg5 6. g3 Qf6 7. Re1 Bxd4 8. exd4 Qxd4 9. d3 Bf5 10. Bf4 c6 11. Nd2 Qxb2 12. Nb3 Nf6 13. Nc5 O-O 14. Nxb7 Qxb7 15. Rb1 Qd7 16. Qd2 h6 17. Rb3 g5 18. Be5 Ng4 19. Bxg4 Bxg4 20. Reb1 Na6 21. Qa5 exd3 22. cxd3 Qc8 23. Kg2 Re8 24. Bd6 Re6 25. Bc5 Nxc5 26. Qxc5 Qa6 27. Rb8+ Rxb8 28. Rxb8+ Kg7 29. d4 Qxa2 30. Qf8+ Kf6 31. Qh8+ Kf5 32. Qh7+ Kf6 33. Qxh6+ Kf5 34. Qh7+ Rg6 35. Rg8 Bh5 36. Qxf7+ Rf6 37. Qxh5 Qd2 38. Qxg5+ Qxg5 39. Rxg5+ Kxg5 40. h4+ Kh5 41. Kh3 Rf3 42. Kg2 Rd3 43. f3 Rxd4 44. Kh3 a5 45. g4+ Kh6 46. h5 a4 47. Kg3 a3 48. f4 a2 49. f5 Kg5 50. h6 Rd3+ 51. Kh2 a1=Q 52. h7 Qa2+ 53. Kg1 Rd1# 0-1

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/w5y895kl"]
[Date "2013.11.14"]
[White "Nedis"]
[Black "Nokman"]
[Result "1-0"]
[WhiteElo "1311"]
[BlackElo "1223"]
[PlyCount "78"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e6 2. d4 d5 3. Nd2 c5 4. exd5 exd5 5. Bb5+ Nd7?! { (-0.10 → 0.78) Inaccuracy. The best move was Bd7. } (5... Bd7 6. Qe2+ Be7 7. Ngf3 Nf6 8. dxc5 O-O 9. Nb3 Rfe8 10. Be3) 6. Qe2+ Be7 7. dxc5 Ngf6 8. c6 bxc6 9. Bxc6 Rab8 10. Ngf3 O-O 11. O-O Nb6?! { (-0.18 → 0.72) Inaccuracy. The best move was Bd6. } (11... Bd6 12. c4 Ba6 13. Rfd1 Nb6 14. Nd4 Nxc4 15. Nxc4 Bxc4 16. Qc2) 12. Rfe1 Bd7?? { (0.62 → 5.49) Blunder. The best move was Bd6. } (12... Bd6 13. Nd4 Qc7 14. Nd2f3 Bg4 15. h3 Bh2+ 16. Kh1 Bxf3 17. Qxf3) 13. Bxd7 Qxd7 14. Qxe7 Rbe8 15. Qxd7 Nbxd7 16. Nb3 Rxe1+ 17. Nxe1 Nb6 18. Be3 Nc4 19. Bd4 Ne4 20. Nd3 f5?! { (7.33 → 8.20) Inaccuracy. The best move was a5. } (20... a5 21. Re1 a4 22. Nbc5 Nxc5 23. Nxc5 a3 24. b3 Nd6 25. Re5) 21. Bxa7 Rf7? { (8.20 → 9.39) Mistake. The best move was Ng5. } (21... Ng5 22. a4 Ra8 23. Bd4 Ne6 24. Bc3 g6 25. Nd4 Nxd4 26. Bxd4) 22. Be3? { (9.39 → 8.14) Mistake. The best move was Bd4. } (22. Bd4 Rf8 23. a4 Ng5 24. Nf4 Kf7 25. a5 Ne6 26. Nxe6 Kxe6) 22... Nxe3 23. fxe3 Rd7?! { (8.30 → 8.92) Inaccuracy. The best move was Nd6. } (23... Nd6 24. Nd4 Nc4 25. Kf2 Re7 26. Re1 g6 27. a4 Re4 28. Nc5) 24. Rf1?! { (8.92 → 8.28) Inaccuracy. The best move was Nd4. } (24. Nd4 Nf6 25. a4 Ng4 26. Re1 Ra7 27. h3 Nh6 28. b3 Kf7) 24... g6 25. Nbc5 Rc7 26. b4 Nd2 27. Rf4?! { (8.56 → 7.85) Inaccuracy. The best move was Re1. } (27. Re1 Kf7 28. a4 Ne4 29. Nxe4 fxe4 30. Nc5 Kf6 31. Rf1+ Ke5) 27... Nc4 28. Kf2 Na3?! { (8.34 → 9.11) Inaccuracy. The best move was Re7. } (28... Re7 29. b5 Re8 30. a4 h5 31. Rd4 Nxe3 32. b6 Nxc2 33. Rxd5) 29. Ne1?! { (9.11 → 8.14) Inaccuracy. The best move was Rd4. } (29. Rd4 Nxc2 30. Rxd5 Na3 31. Rd8+ Kf7 32. Nf4 Ra7 33. Nd5 Kg7) 29... Re7?! { (8.14 → 8.78) Inaccuracy. The best move was Nb5. } (29... Nb5 30. a4 Nc3 31. Ned3 Kf7 32. g4 Kf6 33. a5 Nd1+ 34. Ke2) 30. Rd4 Nc4 31. Rd3? { (9.19 → 8.08) Mistake. The best move was e4. } (31. e4 fxe4 32. Rxd5 e3+ 33. Ke2 Na3 34. Rd3 Ra7 35. Kxe3 Re7+) 31... Nb2? { (8.08 → 9.81) Mistake. The best move was Ne5. } (31... Ne5 32. Rxd5 Ng4+ 33. Ke2 Rxe3+ 34. Kd2 Re8 35. Nf3 Ne3 36. Rd7) 32. Rxd5 Ra7 33. e4 f4 34. Kf3 Rxa2 35. Kxf4 Kg7 36. Rd7+ Kh6 37. Ne6 Ra8 38. Ng5 Rf8+ 39. Kg4 Rh8 1-0

View File

@@ -0,0 +1,15 @@
Тур №1
==========
Время проведения: 07.09.2013 - 15.09.2013
09.09.2013 — Kakadu 1:0 farzeet
15.09.2013 — trex6 0:1 uroboros
09.09.2013 — aptyp 1:0 raven_cler
08.09.2013 — J 1:0 LongLiveUbuntu
15.09.2013 — Michkova 1:0 Genuine
08.09.2013 — HunOL 0.5:0.5 Magian
14.09.2013 — darkenshvein 0:1 redgremlin
10.09.2013 — iVS 1:0 shell-script
14.11.2013 — Nedis 1:0 Nokman
21.09.2013 — DoctorSinus 0:1 MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/xh2d8xvl"]
[Date "2013-09-07"]
[White "fat0troll"]
[Black "kesarev"]
[Result "0-1"]
[WhiteElo "989"]
[BlackElo "1455"]
[PlyCount "16"]
[Variant "Standard"]
1. e4 e5 2. Be2 Bc5 3. f3 Nf6 4. Nc3 Nh5 5. d3 Qh4+ 6. g3 Nxg3 7. Nd5 Nxe4+ 8. Kf1 Qf2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/unlc8o6r"]
[Date "2013-09-08"]
[White "Uroboros"]
[Black "aptypr"]
[Result "1-0"]
[WhiteElo "1459"]
[BlackElo "1251"]
[PlyCount "103"]
[Variant "Standard"]
1. d4 d5 2. c4 c6 3. e3 Nf6 4. Nc3 e6 5. Nf3 Nbd7 6. Be2 dxc4 7. Bxc4 b5 8. Bd3 b4 9. Ne4 Nxe4 10. Bxe4 Bb7 11. Qc2 Nf6 12. Bxc6+ Bxc6 13. Qxc6+ Nd7 14. Ne5 Rc8 15. Qxd7+ Qxd7 16. Nxd7 Kxd7 17. Kd2 Bd6 18. b3 Rc6 19. Bb2 Rhc8 20. Rhc1 h5 21. h3 f6 22. Kd3 e5 23. Rc4 e4+ 24. Kxe4 Rxc4 25. bxc4 Rxc4 26. Rc1 Rxc1 27. Bxc1 Kc6 28. Kd3 Kb5 29. e4 a5 30. f4 a4 31. e5 fxe5 32. fxe5 Be7 33. d5 Kc5 34. d6 Bxd6 35. exd6 Kxd6 36. Kc4 b3 37. axb3 axb3 38. Bb2 Ke6 39. Bxg7 Kf5 40. Kxb3 Kf4 41. h4 Kg3 42. Bf6 Kxg2 43. Kc4 Kg3 44. Kd5 Kg4 45. Ke6 Kf4 46. Bg5+ Kg4 47. Kf6 Kh3 48. Kg6 Kg4 49. Kh6 Kf5 50. Kxh5 Ke6 51. Kg6 Kd7 52. h5 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/li4btmjd"]
[Date "2013-09-10"]
[White "raven_cler"]
[Black "LOR_J"]
[Result "0-1"]
[WhiteElo "948"]
[BlackElo "1111"]
[PlyCount "42"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Nxd4 5. Qxd4 d6 6. Bb5+ Bd7 7. Bxd7+ Qxd7 8. O-O O-O-O 9. Qxa7 Qc6 10. Nc3 Nf6 11. Bg5 Be7 12. Bxf6 Bxf6 13. Nd5 b6 14. Nxf6 gxf6 15. Rae1 Kd7 16. f3 Ra8 17. Qxa8 Rxa8 18. Re3 Qxc2 19. Rf2 Qb1+ 20. Rf1 Qxb2 21. h3 Rxa2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/d4yo486h"]
[Date "2013-09-10"]
[White "gremlin_the_red"]
[Black "iVS"]
[Result "1/2-1/2"]
[WhiteElo "1231"]
[BlackElo "1419"]
[PlyCount "115"]
[Variant "Standard"]
1. d4 Nf6 2. c4 e6 3. Nc3 Bb4 4. f3 d5 5. e3 b6 6. a3 Bxc3+ 7. bxc3 Ba6 8. cxd5 Bxf1 9. Kxf1 exd5 10. Ne2 O-O 11. g4 Nfd7 12. Ng3 Nc6 13. h4 Na5 14. Qd3 Nc4 15. Nf5 Re8 16. Kf2 Qf6 17. h5 h6 18. Bd2 Rad8 19. Rag1 c5 20. Bc1 Nf8 21. f4 Re4 22. Ng3 Re6 23. g5 hxg5 24. h6 g6 25. Ne2 Nh7 26. e4 Na5 27. e5 Qe7 28. fxg5 cxd4 29. cxd4 Nc4 30. Nf4 Nxe5 31. dxe5 Rxe5 32. Nxg6 Qc5+ 33. Be3 Rxe3 34. Qxe3 Qc2+ 35. Kf3 Qxg6 36. Qe5 d4 37. Rh2 d3 38. Rd2 Qh5+ 39. Rg4 Qh3+ 40. Rg3 Qf1+ 41. Kg4 f6 42. Qe6+ Kf8 43. g6 Rd4+ 44. Kh5 Qh1+ 45. Rh2 Qxh2+ 46. Qh3 Rd5+ 47. Kh4 Rd4+ 48. Rg4 Qf2+ 49. Qg3 Rxg4+ 50. Kxg4 f5+ 51. Kh3 Qf1+ 52. Kh2 Qe2+ 53. Kg1 Qd1+ 54. Kg2 Qe2+ 55. Kg1 Qd1+ 56. Kg2 Qe2+ 57. Kg1 Qd1+ 58. Kg2 1/2-1/2

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/7jir4ghi"]
[Date "2013-09-11"]
[White "Magian"]
[Black "darkshvein"]
[Result "1-0"]
[WhiteElo "1396"]
[BlackElo "1200"]
[PlyCount "23"]
[Variant "Standard"]
1. e4 e5 2. Bc4 f6 3. Nc3 Nc6 4. d3 Bb4 5. Ne2 Nd4 6. O-O Ne7 7. Nxd4 Bxc3 8. bxc3 exd4 9. cxd4 b6 10. f4 g5 11. Qh5+ Kf8 12. Qf7# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/05o36cwx"]
[Date "2013-09-12"]
[White "Genuine"]
[Black "HunOL"]
[Result "1-0"]
[WhiteElo "1379"]
[BlackElo "1385"]
[PlyCount "85"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. Bb5 d6 4. h3 Bd7 5. Nc3 Nf6 6. d3 Be7 7. Be3 O-O 8. O-O a6 9. Bc4 Be6 10. Nd2 Na5 11. Bb3 Qd7 12. f4 Nxb3 13. Nxb3 g6 14. fxe5 dxe5 15. Nc5 Qc8 16. Rf3 Nh5 17. Nxe6 Qxe6 18. Nd5 Bd6 19. Qf1 Ng7 20. Qf2 c6 21. Rf6 Qe8 22. Rxd6 cxd5 23. Rxd5 f6 24. Bc5 Rf7 25. Rd6 Nh5 26. Rf1 Nf4 27. Be3 Ne6 28. Rb6 Qe7 29. Qg3 Qc7 30. c3 Nf4 31. Rb4 Nxd3 32. Bb6 Qd6 33. Rd1 Rd7 34. Qe3 Kg7 35. Rb3 Rc8 36. c4 Rxc4 37. Rbxd3 Rxe4 38. Qxe4 Qxb6+ 39. Kh2 Rxd3 40. Rxd3 Qxb2 41. Rd7+ Kg8 42. Qd5+ Kh8 43. Qf7 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/0ace6ofu"]
[Date "2013-09-13"]
[White "farzeet"]
[Black "txgames"]
[Result "0-1"]
[WhiteElo "1041"]
[BlackElo "1029"]
[PlyCount "188"]
[Variant "Standard"]
1. e4 c5 2. Bc4 e6 3. Nf3 a6 4. O-O b5 5. Bd3 c4 6. Be2 Bb7 7. c3 Bxe4 8. d3 cxd3 9. Bxd3 Bxd3 10. Qxd3 h6 11. Bf4 Nc6 12. Qe4 d5 13. Qd3 Bd6 14. Bxd6 Qxd6 15. Nbd2 Ne5 16. Qd4 Nc6 17. Qd3 Nf6 18. Rac1 Ne5 19. Qd4 Nc6 20. Qe3 b4 21. Qb6 Nd7 22. Qb7 O-O 23. Nd4 Nc5 24. Qb6 Rfc8 25. Nd2b3 Rab8 26. Qxc5 Qxc5 27. Nxc5 bxc3 28. bxc3 Nxd4 29. cxd4 Rb4 30. Nxa6 Rxc1 31. Nxb4 Rc4 32. Nd3 Rxd4 33. Ne5 Re4 34. Nd7 d4 35. Nc5 Re5 36. Nd3 Ra5 37. Ra1 Ra3 38. Nc5 d3 39. Nxd3 Rxd3 40. a4 Rd8 41. a5 Ra8 42. a6 Ra7 43. Kf1 Kf8 44. Ke2 Ke7 45. Kd3 Kd6 46. Kc4 Kc6 47. Ra5 Kb6 48. Kb4 Rxa6 49. Rxa6+ Kxa6 50. Kc4 Kb6 51. Kd4 Kc6 52. Ke4 Kd6 53. Kf4 Ke7 54. Ke5 f6+ 55. Kf4 Kf7 56. h4 g5+ 57. Kg4 Kg6 58. h5+ Kf7 59. f4 f5+ 60. Kg3 gxf4+ 61. Kxf4 Kf6 62. g4 e5+ 63. Kg3 f4+ 64. Kh4 e4 65. g5+ hxg5+ 66. Kg4 e3 67. h6 e2 68. h7 Kg7 69. Kf3 Kxh7 70. Kxe2 Kh6 71. Kf3 Kg6 72. Kg4 Kf6 73. Kf3 Kf5 74. Kf2 g4 75. Kg2 f3+ 76. Kg3 Kg5 77. Kf2 Kf4 78. Kf1 g3 79. Ke1 f2+ 80. Kd2 f1=Q 81. Kc3 Ke4 82. Kb4 Kd4 83. Kb3 Kd3 84. Kb4 Kd4 85. Kb3 Qc4+ 86. Ka3 Qd3+ 87. Kb4 Qc4+ 88. Ka5 Qd5+ 89. Kb4 g2 90. Ka4 g1=Q 91. Kb4 Qc1 92. Ka4 Qd8 93. Kb4 Qb8+ 94. Ka4 Qa1# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/1btgjn9d"]
[Date "2013-09-13"]
[White "cppmm"]
[Black "Nedis"]
[Result "0-1"]
[WhiteElo "966"]
[BlackElo "1296"]
[PlyCount "52"]
[Variant "Standard"]
1. g3 e5 2. Bg2 d5 3. e4 dxe4 4. Bxe4 Nf6 5. d3 Nxe4 6. Nf3 Nc5 7. Nxe5 Qd5 8. O-O Bh3 9. Nf3 Bxf1 10. Kxf1 Nc6 11. Qe2+ Ne6 12. c4 Qf5 13. Nc3 O-O-O 14. Bf4 Nxf4 15. gxf4 Rxd3 16. Nh4 Qh3+ 17. Kg1 Bd6 18. Ng2 Nd4 19. Qe4 Nf3+ 20. Kf1 Nd2+ 21. Ke2 Nxe4 22. Nxe4 Qxg2 23. Kxd3 Qf3+ 24. Kd4 Rd8 25. Re1 Bb4+ 26. Ke5 Bxe1 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/7k9aeq9v"]
[Date "2013-09-15"]
[White "LLU"]
[Black "Michkova"]
[Result "0-1"]
[WhiteElo "1037"]
[BlackElo "1377"]
[PlyCount "48"]
[Variant "Standard"]
1. e4 e5 2. Nc3 Nf6 3. Nf3 Nc6 4. d3 Bb4 5. a3 Ba5 6. b4 Bb6 7. b5 Nd4 8. a4 d6 9. Nxd4 Bxd4 10. Bb2 Ng4 11. Be2 Nxf2 12. Qc1 Nxh1 13. Nd5 Bxb2 14. Qxb2 c6 15. bxc6 bxc6 16. Ne3 Qh4+ 17. Kd2 Qxh2 18. Ng4 Bxg4 19. Bxg4 Qf4+ 20. Kd1 Nf2+ 21. Ke1 Nxg4 22. Qb7 Qf2+ 23. Kd1 Ne3+ 24. Kc1 Qxc2# 0-1

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/mas2npbr"]
[Date "2013.11.08"]
[White "sshilovsky"]
[Black "Nokman"]
[Result "0-1"]
[WhiteElo "1190"]
[BlackElo "1209"]
[PlyCount "24"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e6 2. d4 d5 3. e5 c5 4. Be3 Nc6 5. Bb5?! { (-0.38 → -0.88) Inaccuracy. The best move was c3. } (5. c3 Nge7 6. Nf3 Nf5 7. Bd3 Qb6 8. Bc1 cxd4 9. Bxf5 exf5) 5... cxd4 6. Bxd4 Nge7 7. Bc5 Bd7 8. Bxc6 Nxc6 9. f4?? { (-1.13 → -7.77) Blunder. The best move was Bxf8. } (9. Bxf8 Rhxf8 10. Nf3 f6 11. c4 fxe5 12. cxd5 exd5 13. Qxd5 Bh3) 9... Bxc5 10. Nc3 Qb6 11. Nh3? { (-8.04 → -11.51) Mistake. The best move was Nge2. } (11. Nge2 Be3 12. a4 g5 13. Rhf1 gxf4 14. Nxf4 Qxb2 15. Nfxd5 exd5) 11... Qxb2 12. Na4 Qb4+ 0-1

View File

@@ -0,0 +1,15 @@
Тур №2
==========
Время проведения: 07.09.2013 - 15.09.2013
13.09.2013 — shell-script 0:1 Nedis
10.09.2013 — redgremlin 0.5:0.5 iVS
11.09.2013 — Magian 1:0 darkenshvein
12.09.2013 — Genuine 1:0 HunOL
15.09.2013 — LongLiveUbuntu 0:1 Michkova
10.09.2013 — raven_cler 0:1 J
08.09.2013 — uroboros 1:0 aptyp
13.09.2013 — farzeet 0:1 trex6
07.09.2013 — DoctorSinus 0:1 Kakadu
07.11.2013 — MyTrooName 0:1 Nokman

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/2rwo40kl"]
[Date "2013-09-15"]
[White "LOR_J"]
[Black "Uroboros"]
[Result "0-1"]
[WhiteElo "1057"]
[BlackElo "1469"]
[PlyCount "92"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. Bc4 Nf6 4. d3 Bc5 5. O-O d6 6. Be3 Bb6 7. Nc3 Bg4 8. Nd5 Nxd5 9. Bxd5 Qf6 10. h3 Bxf3 11. Qxf3 Qxf3 12. gxf3 Nd8 13. f4 exf4 14. Bxf4 Ne6 15. Bg3 c6 16. Bb3 Ke7 17. Kh2 Raf8 18. f4 Nd4 19. c3 Nxb3 20. axb3 Kd7 21. d4 f5 22. e5 d5 23. Rfd1 Ke6 24. c4 a6 25. Ra4 Rf7 26. c5 Bd8 27. h4 g6 28. Rh1 h6 29. Kg2 Rhh7 30. Bf2 g5 31. hxg5 hxg5 32. Be3 Rxh1 33. Kxh1 Rh7+ 34. Kg2 g4 35. Rb4 a5 36. Ra4 Rh3 37. Bd2 Rxb3 38. Bxa5 Rxb2+ 39. Kg1 Bxa5 40. Rxa5 Rb4 41. Ra7 Rxd4 42. Rxb7 Rxf4 43. Rb6 Kxe5 44. Rxc6 Rc4 45. Rc8 d4 46. c6 Kd6 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/3a1fj8y1"]
[Date "2013-09-15"]
[White "Nedis"]
[Black "gremlin_the_red"]
[Result "0-1"]
[WhiteElo "1308"]
[BlackElo "1239"]
[PlyCount "56"]
[Variant "Standard"]
1. e4 c5 2. c3 d5 3. exd5 Qxd5 4. d4 Nf6 5. Be3 cxd4 6. cxd4 Nc6 7. Nc3 Qd8 8. d5 Nb8 9. Nf3 g6 10. Bc4 Bg7 11. O-O O-O 12. Rc1 Bg4 13. h3 Bxf3 14. Qxf3 Nbd7 15. d6 exd6 16. Qxb7 Rb8 17. Qxa7 Rxb2 18. Rfd1 Ne5 19. Bb3 Nh5 20. Qa3 Rxb3 21. axb3 Qh4 22. g3 Nxg3 23. Qa4 Qxh3 24. fxg3 Qxg3+ 25. Kf1 Qxe3 26. Re1 Qf3+ 27. Kg1 Ng4 28. Ne2 Qf2+ 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/7dadecl3"]
[Date "2013-09-15"]
[White "iVS"]
[Black "Magian"]
[Result "0-1"]
[WhiteElo "1453"]
[BlackElo "1388"]
[PlyCount "102"]
[Variant "Standard"]
1. d4 Nf6 2. c4 g6 3. Nc3 Bg7 4. e4 d6 5. Bd3 Nbd7 6. Nge2 c5 7. d5 Ne5 8. O-O O-O 9. f4 Nxd3 10. Qxd3 Qc7 11. Nb5 Qb6 12. a4 a6 13. a5 Qd8 14. Nbc3 Bg4 15. Ng3 e6 16. Re1 exd5 17. Nxd5 Re8 18. Bd2 Nxd5 19. cxd5 Bxb2 20. Rab1 Bd4+ 21. Kh1 Rb8 22. Rb6 Qf6 23. Reb1 c4 24. Qxc4 Bxb6 25. Rxb6 Rec8 26. Qb3 Qa1+ 27. Qb1 Qxb1+ 28. Rxb1 Rc2 29. Bb4 Rd8 30. h3 Be2 31. Re1 Bb5 32. Nf1 Rb2 33. Bc3 Rb3 34. Bf6 Re8 35. Nh2 Ra3 36. e5 Rxa5 37. Nf3 Bc4 38. Rd1 Rxd5 39. Rxd5 Bxd5 40. exd6 Bc6 41. Be7 Rc8 42. Ne5 Ba4 43. Kg1 Rc1+ 44. Kf2 Rd1 45. Ke2 Rd5 46. Ke3 f5 47. Nc4 Bb5 48. Nb6 Rd3+ 49. Kf2 Kf7 50. h4 a5 51. g3 a4 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/9toz3dw7"]
[Date "2013-09-19"]
[White "txgames"]
[Black "fat0troll"]
[Result "1-0"]
[WhiteElo "995"]
[BlackElo "981"]
[PlyCount "91"]
[Variant "Standard"]
1. e4 e6 2. d4 Be7 3. a3 Nf6 4. e5 Nd5 5. c4 Nb6 6. Qg4 O-O 7. Bh6 g6 8. Bxf8 Qxf8 9. Qd1 f5 10. exf6 Bxf6 11. Qf3 Na4 12. b3 Nb2 13. Ra2 Bxd4 14. Qxf8+ Kxf8 15. Be2 a5 16. Nf3 Bg7 17. a4 Nc6 18. O-O Nb4 19. Ra3 Nb2d3 20. Bxd3 Nxd3 21. Rd1 Nf4 22. Ng5 h6 23. Ne4 b6 24. c5 Bb7 25. f3 bxc5 26. Nxc5 Bc6 27. Nxd7+ Bxd7 28. Rxd7 Bd4+ 29. Kh1 Be5 30. Ra2 c5 31. g3 Nd5 32. Re2 Rb8 33. Rxe5 Rxb3 34. Rxe6 Rxb1+ 35. Kg2 Nb4 36. Rb6 Ke8 37. Ra7 Rb2+ 38. Kh3 Rd2 39. Rxg6 Kf8 40. Rxh6 Kg8 41. Rh5 c4 42. Rc5 Rd8 43. Rxc4 Na2 44. Rxa5 Rf8 45. Rg4+ Kh7 46. Rh5# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/v4ff1kl6"]
[Date "2013.09.20"]
[White "HunOL"]
[Black "LLU"]
[Result "1-0"]
[WhiteElo "1390"]
[BlackElo "1027"]
[PlyCount "69"]
[Variant "Standard"]
1. d4 d6 2. e4 e5 3. dxe5 dxe5 4. Qxd8+ Kxd8 5. Bc4 Bb4+ 6. c3 Bc5 7. Bxf7 Nf6 8. Bg5 Rf8 9. Bb3 h6 10. Bh4 g5 11. Bg3 Ng4 12. f3 Ne3 13. Bf2 Nxg2+ 14. Kf1 Ne3+ 15. Bxe3 Bxe3 16. Ke2 Bf4 17. Na3 Bd7 18. Rd1 Nc6 19. Be6 Ke7 20. Rxd7+ Kxe6 21. Rxc7 Kd6 22. Rxb7 Na5 23. Rb5 Nc6 24. Rd5+ Kc7 25. Nc4 Rab8 26. b4 Ne7 27. Rc5+ Kd7 28. Nxe5+ Bxe5 29. Rxe5 Nc6 30. Rd5+ Ke6 31. Ke3 g4 32. fxg4 Rfc8 33. Ne2 Nxb4 34. cxb4 Rc2 35. Nd4+ 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/f58owyn8"]
[Date "2013.09.20"]
[White "Michkova"]
[Black "raven_cler"]
[Result "0-1"]
[WhiteElo "1358"]
[BlackElo "925"]
[PlyCount "64"]
[Variant "Standard"]
1. d4 d5 2. c4 dxc4 3. Nc3 Nc6 4. Nf3 Qd6 5. e4 Bg4 6. d5 Ne5 7. Be2 Bxf3 8. Bxf3 Nd3+ 9. Kf1 Qb4 10. a3 Qb6 11. Be3 Qxb2 12. Na4 Qe5 13. Rb1 O-O-O 14. Be2 Qxe4 15. Bxd3 Qxd3+ 16. Qxd3 cxd3 17. Nc5 Rxd5 18. Rxb7 Rxc5 19. Bxc5 Kxb7 20. Ke1 Nf6 21. Kd2 Ne4+ 22. Kxd3 Nxc5+ 23. Ke3 e6 24. Rb1+ Kc8 25. Kd4 Na6 26. a4 Bc5+ 27. Ke4 Nb4 28. f3 f5+ 29. Ke5 Re8 30. Kf4 Nd3+ 31. Kg3 Bf2+ 32. Kh3 Nf4# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/dk2b5rkw"]
[Date "2013-09-21"]
[White "kesarev"]
[Black "sshilovsky"]
[Result "1-0"]
[WhiteElo "1627"]
[BlackElo "1160"]
[PlyCount "63"]
[Variant "Standard"]
1. e4 e5 2. f4 Bc5 3. Nf3 exf4 4. d4 Be7 5. Bxf4 Nc6 6. Nbd2 d6 7. Bd3 Bg4 8. c3 Bh4+ 9. g3 Bxf3 10. Nxf3 Bf6 11. Qb3 Na5 12. Qa4+ Nc6 13. d5 Ne7 14. dxc6 Nxc6 15. O-O-O h6 16. e5 Bg5 17. exd6 Bxf4+ 18. Qxf4 cxd6 19. Rhe1+ Kd7 20. Qxf7+ Kc8 21. Bb5 Rf8 22. Qe6+ Kc7 23. Nd4 Nxd4 24. Rxd4 Qg5+ 25. Kb1 Rad8 26. Qe7+ Qxe7 27. Rxe7+ Kb6 28. a4 d5 29. Rxg7 a6 30. Bd3 Kc5 31. Rg6 Rh8 32. b4# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/s6grpyj9"]
[Date "2013-09-21"]
[White "aptypr"]
[Black "farzeet"]
[Result "1-0"]
[WhiteElo "1258"]
[BlackElo "1041"]
[PlyCount "65"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Bd6 3. d4 Qe7 4. dxe5 Bxe5 5. Nxe5 Qxe5 6. Nc3 d6 7. Bc4 Ne7 8. Be3 O-O 9. Qf3 h6 10. O-O-O Be6 11. Bd4 Qg5+ 12. Be3 Qa5 13. Bb3 Bxb3 14. cxb3 Nbc6 15. h4 Rad8 16. g4 b5 17. h5 g5 18. hxg6 fxg6 19. Qh3 Kg7 20. Bxh6+ Kf7 21. Bxf8 Rxf8 22. Qh7+ Ke6 23. Rhf1 b4 24. Nd5 Qxa2 25. Kc2 Rf3 26. Rd3 Nd4+ 27. Rxd4 Qxb3+ 28. Kc1 Nc6 29. Nxc7+ Ke5 30. Qg7+ Kf4 31. Qf6+ Kxg4 32. Qxg6+ Kf4 33. Qf5# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/wxwd0m97"]
[Date "2013.09.26"]
[White "darkshvein"]
[Black "Genuine"]
[Result "0-1"]
[WhiteElo "1176"]
[BlackElo "1351"]
[PlyCount "78"]
[Variant "Standard"]
1. Nc3 Nf6 2. Nf3 Nc6 3. Nb5 a6 4. Na3 e5 5. g3 d5 6. d3 h6 7. Nd2 Bc5 8. e3 Bg4 9. Be2 Bxe2 10. Qxe2 Qd7 11. O-O Qh3 12. d4 Bxa3 13. bxa3 e4 14. a4 O-O 15. Rb1 Rab8 16. Nb3 Rfe8 17. Nc5 Nd8 18. c3 a5 19. Rb5 b6 20. Nb3 c6 21. f3 cxb5 22. fxe4 bxa4 23. Nd2 Nxe4 24. Nxe4 Rxe4 25. Rf4 Rxf4 26. exf4 Qe6 27. Qb5 Qe1+ 28. Qf1 Qxf1+ 29. Kxf1 Rc8 30. Bb2 Ne6 31. f5 Ng5 32. h4 Ne4 33. g4 Nxc3 34. Bxc3 Rxc3 35. g5 hxg5 36. hxg5 Rc4 37. Ke2 b5 38. f6 gxf6 39. gxf6 Rxd4 0-1

View File

@@ -0,0 +1,13 @@
[Event "Casual game"]
[Site "http://lichess.org/ne8xcpvu"]
[Date "2013.11.08"]
[White "Nokman"]
[Black "cppmm"]
[Result "1-0"]
[WhiteElo "1209"]
[BlackElo "945"]
[PlyCount "9"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e5 2. Nf3 Nf6 3. Nxe5 Nxe4 4. Qf3? { (0.80 → -0.30) Mistake. The best move was Qe2. } (4. Qe2 Qe7 5. Qxe4 d6 6. d4 dxe5 7. dxe5 Nd7 8. Bf4 g5) 4... d5?? { (-0.30 → Mate in 1) Checkmate is now unavoidable. The best move was Nf6. } (4... Nf6 5. Qe3 Be7 6. d4 d6 7. Nf3 O-O 8. Bd3 Nc6 9. O-O) 5. Qxf7# 1-0

View File

@@ -0,0 +1,15 @@
Тур №3
==========
Время проведения: 15.09.2013 - 22.09.2013
19.09.2013 — trex6 1:0 DoctorSinus
21.09.2013 — aptyp 1:0 farzeet
15.09.2013 — J 0:1 uroboros
20.09.2013 — Michkova 0:1 raven_cler
20.09.2013 — HunOL 1:0 LongLiveUbuntu
26.09.2013 — darkenshvein 0:1 Genuine
15.09.2013 — iVS 0:1 Magian
15.09.2013 — Nedis 0:1 redgremlin
08.11.2013 — Nokman 1:0 shell-script
21.09.2013 — Kakadu 1:0 MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/d3adnuqd"]
[Date "2013-09-17"]
[White "raven_cler"]
[Black "HunOL"]
[Result "0-1"]
[WhiteElo "925"]
[BlackElo "1409"]
[PlyCount "106"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Bc5 5. Nxc6 Qf6 6. Qf3 dxc6 7. Bc4 Qxf3 8. gxf3 Ne7 9. Bf4 Bd6 10. Bxd6 cxd6 11. Nc3 O-O 12. O-O-O Bh3 13. Rxd6 Bg2 14. Rg1 Bxf3 15. Rg3 Bh5 16. Rd7 b5 17. Bxb5 cxb5 18. Rxe7 a6 19. Nd5 Bg6 20. Rd7 Kh8 21. Nc7 Ra7 22. Ne6 Rxd7 23. Nxf8 Rd8 24. Nxg6+ hxg6 25. Ra3 Rd6 26. e5 Re6 27. Re3 Kh7 28. f4 Kg8 29. Rg3 Kf8 30. Rf3 Ke7 31. f5 Rxe5 32. fxg6 fxg6 33. Ra3 Re6 34. Rc3 Kf6 35. Rf3+ Kg5 36. Rf7 Kh6 37. b3 g5 38. a4 bxa4 39. bxa4 Re4 40. a5 Ra4 41. Ra7 Rxa5 42. c4 g6 43. Rc7 Kh5 44. c5 Kg4 45. c6 Rc5+ 46. Kd2 Kh3 47. Kd3 Kxh2 48. Kd4 Rc1 49. Kd5 g4 50. Rg7 g3 51. c7 g2 52. Rxg6 Rxc7 53. Rxg2+ Kxg2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/8z8zmxnu"]
[Date "2013-09-16"]
[White "kesarev"]
[Black "txgames"]
[Result "1-0"]
[WhiteElo "1609"]
[BlackElo "1043"]
[PlyCount "39"]
[Variant "Standard"]
1. e4 c5 2. b4 cxb4 3. a3 e6 4. axb4 Bxb4 5. c3 Be7 6. d4 d5 7. e5 a6 8. Qg4 g6 9. Bd3 f5 10. exf6 Nxf6 11. Qe2 Nc6 12. Nf3 Nh5 13. O-O Bf6 14. Bh6 b5 15. Bxb5 Bb7 16. Qxe6+ Qe7 17. Bxc6+ Bxc6 18. Qxc6+ Kf7 19. Re1 Qd8 20. Qe6# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/y5oz7ily"]
[Date "2013-09-15"]
[White "Uroboros"]
[Black "Michkova"]
[Result "1-0"]
[WhiteElo "1472"]
[BlackElo "1381"]
[PlyCount "17"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. Nc3 Nf6 4. Bb5 a6 5. Bxc6 dxc6 6. Nxe5 Qd4 7. Nf3 Qxe4+ 8. Nxe4 Nxe4 9. O-O 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/haevyy5f"]
[Date "2013-09-19"]
[White "fat0troll"]
[Black "aptypr"]
[Result "0-1"]
[WhiteElo "987"]
[BlackElo "1252"]
[PlyCount "56"]
[Variant "Standard"]
1. e3 e5 2. Be2 d5 3. Nf3 Nc6 4. O-O Nf6 5. Ne1 Bd6 6. d3 O-O 7. Bd2 b6 8. Nc3 a6 9. e4 dxe4 10. dxe4 Bb7 11. f3 Ne7 12. Bg5 Nh5 13. Bxe7 Qxe7 14. Nd5 Qe6 15. c4 Rad8 16. b3 Bc5+ 17. Kh1 c6 18. Bd3 cxd5 19. cxd5 Qg6 20. Rf2 Bxf2 21. a4 Bxe1 22. Qxe1 Nf4 23. Qd2 Nxd3 24. Qxd3 f5 25. Rc1 fxe4 26. fxe4 Bxd5 27. Re1 Bb7 28. b4 Rxd3 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/dow8zcyf"]
[Date "2013.09.20"]
[White "sshilovsky"]
[Black "cppmm"]
[Result "1-0"]
[WhiteElo "1145"]
[BlackElo "923"]
[PlyCount "47"]
[Variant "Standard"]
1. e4 g6 2. d4 Bg7 3. f4 Nh6 4. g4 d6 5. g5 Ng4 6. Bh3 f5 7. Nc3 e5 8. dxe5 Ne3 9. Bxe3 fxe4 10. Bxc8 Qxc8 11. exd6 cxd6 12. Nxe4 Bxb2 13. Nxd6+ Kd8 14. Nxc8+ Kxc8 15. Rb1 Bc3+ 16. Kf2 Nc6 17. Nf3 Kc7 18. Nd4 Rad8 19. Ne6+ Kc8 20. Nxd8 Rxd8 21. Qg4+ Kc7 22. Rhd1 Rf8 23. Qd7+ Kb8 24. Qxb7# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/615eh66t"]
[Date "2013-09-21"]
[White "Genuine"]
[Black "iVS"]
[Result "0-1"]
[WhiteElo "1397"]
[BlackElo "1458"]
[PlyCount "60"]
[Variant "Standard"]
1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Bg5 Qa5+ 6. Bd2 Qb6 7. Be3 Qxb2 8. Nd2 e6 9. Bb5+ Nbd7 10. O-O Be7 11. Qe2 O-O 12. Rfb1 Qc3 13. a4 a6 14. Bxd7 Nxd7 15. Qg4 Ne5 16. Qg3 Bf6 17. Nd2b3 Nc4 18. Re1 e5 19. Nf5 Bxf5 20. exf5 Qxc2 21. Bh6 Qxf5 22. Rac1 d5 23. Nc5 b6 24. Nb3 Rac8 25. Be3 Nxe3 26. Qxe3 d4 27. Qe2 d3 28. Qe4 Qxe4 29. Rxe4 Rxc1+ 30. Nxc1 d2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/dnmjvq24"]
[Date "2013-09-22"]
[White "Magian"]
[Black "Nedis"]
[Result "1-0"]
[WhiteElo "1433"]
[BlackElo "1268"]
[PlyCount "99"]
[Variant "Standard"]
1. e4 e5 2. Bc4 Nf6 3. d3 d5 4. exd5 Nxd5 5. Qf3 c6 6. Nc3 Bb4 7. Bd2 Be6 8. Nge2 O-O 9. O-O-O b5 10. Bxd5 cxd5 11. Nxb5 Bxd2+ 12. Rxd2 Qa5 13. Na3 Nc6 14. d4 e4 15. Qe3 f5 16. Nf4 Rfe8 17. f3 Bd7 18. Qb3 Be6 19. Qb5 Rac8 20. Qxa5 Nxa5 21. Nb5 Re7 22. Nd6 Rd8 23. Nxe6 Rxd6 24. Nc5 Nc4 25. Re2 f4 26. fxe4 dxe4 27. Nxe4 Rde6 28. Rhe1 Nd6 29. d5 Rxe4 30. Rxe4 Rxe4 31. Rf1 Rd4 32. c3 Rxd5 33. Rxf4 Rf5 34. Rd4 Nb5 35. Rd2 g5 36. Kc2 h5 37. c4 Nc7 38. b4 g4 39. Kb3 h4 40. Ka4 h3 41. gxh3 gxh3 42. Rd3 Rf2 43. Rd8+ Rf8 44. Rd3 Rf2 45. Rg3+ Kf7 46. Rxh3 Rxa2+ 47. Kb3 Re2 48. Rh7+ Ke6 49. Rxc7 Rxh2 50. Rxa7 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/nt89nd5t"]
[Date "2013-09-22"]
[White "farzeet"]
[Black "LOR_J"]
[Result "0-1"]
[WhiteElo "1025"]
[BlackElo "1087"]
[PlyCount "92"]
[Variant "Standard"]
1. e4 e5 2. Bc4 Nf6 3. d3 h6 4. Nf3 Bc5 5. O-O d6 6. Nc3 Nc6 7. Be3 Bg4 8. Bxc5 dxc5 9. h3 Bh5 10. Qe2 Nd4 11. Qe3 Bxf3 12. gxf3 Nxc2 13. Qxc5 Nxa1 14. Rxa1 Qe7 15. Qb5+ c6 16. Qb3 b5 17. Bxf7+ Qxf7 18. Qxf7+ Kxf7 19. h4 Rhf8 20. Rd1 Nh5 21. d4 exd4 22. Rxd4 Kg8 23. Rd6 Rac8 24. Kg2 Rf6 25. Rd7 a5 26. e5 Re6 27. Ra7 a4 28. a3 Rxe5 29. Rd7 Nf4+ 30. Kg3 Nd5 31. f4 Rf5 32. Kg4 Rxf4+ 33. Kg3 Rf5 34. Ne4 Nf6 35. Nd6 Rf8 36. Rc7 Nh5+ 37. Kg4 g6 38. Ne4 Rf4+ 39. Kh3 Rxe4 40. f3 Rxf3+ 41. Kg2 Rg3+ 42. Kf2 Rc4 43. Rxc6 Rxc6 44. Kf1 Rc2 45. b4 Rxa3 46. Ke1 Ra1# 0-1

View File

@@ -0,0 +1,13 @@
[Event "Casual game"]
[Site "http://lichess.org/7guje8xt"]
[Date "2013.10.26"]
[White "gremlin_the_red"]
[Black "Nokman"]
[Result "1-0"]
[WhiteElo "1314"]
[BlackElo "1169"]
[PlyCount "67"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. d4 d5 2. c4 Nf6 3. Nc3 e6 4. Nf3 Be7 5. Bg5 Ne4 6. Bxe7 Qxe7 7. cxd5 exd5? { (0.66 → 1.67) Mistake. The best move was Nxc3. } (7... Nxc3 8. bxc3 exd5 9. Qb3 c6 10. e3 Bf5 11. Be2 O-O 12. O-O) 8. Nxd5 Qd8 9. Nc3 Bf5?! { (1.77 → 2.28) Inaccuracy. The best move was Nxc3. } (9... Nxc3 10. bxc3 O-O 11. e3 Bf5 12. Bd3 Bxd3 13. Qxd3 Nc6 14. O-O) 10. e3 O-O 11. Bd3 Rfe8? { (1.73 → 3.43) Mistake. The best move was Nxc3. } (11... Nxc3 12. bxc3 Bxd3 13. Qxd3 Nc6 14. O-O Rfe8 15. e4 Rab8 16. Rfd1) 12. Bxe4? { (3.43 → 1.87) Mistake. The best move was Qc2. } (12. Qc2 Nxc3 13. Bxf5 Nd5 14. Bxh7+ Kh8 15. Qf5 Qd7 16. Ne5 Qxf5) 12... Bxe4 13. Nxe4 Rxe4 14. O-O Nc6?! { (1.75 → 2.26) Inaccuracy. The best move was Qd5. } (14... Qd5 15. Nd2 Re7 16. Qb3 Qxb3 17. Nxb3 Na6 18. a3 Rd8 19. Rfc1) 15. Qc2?! { (2.26 → 1.57) Inaccuracy. The best move was Qb3. } (15. Qb3 Rb8 16. Rac1 Rg4 17. Rfd1 Qf6 18. Ne5 Nxe5 19. dxe5 Qe7) 15... Qe7? { (1.57 → 3.05) Mistake. The best move was Qd5. } (15... Qd5 16. Rfc1 Rd8 17. Qb1 Rg4 18. h3 Rg6 19. Rc5 Qe6 20. Qf5) 16. a3? { (3.05 → 1.81) Mistake. The best move was Ne5. } (16. Ne5 Rxe5 17. dxe5 Qxe5 18. Rfd1 Qe7 19. Qb3 Rb8 20. Rac1 Ne5) 16... a5? { (1.81 → 3.67) Mistake. The best move was Rg4. } (16... Rg4 17. d5 Ne5 18. Nd4 Rg6 19. Rac1 c6 20. f4 Ng4 21. Nf5) 17. Ng5? { (3.67 → 2.06) Mistake. The best move was Rac1. } (17. Rac1 a4 18. Rfd1 Rd8 19. Qxa4 Rg4 20. Qb5 Rg6 21. d5 Ne5) 17... Rh4 18. Nf3? { (2.00 → 0.00) Mistake. The best move was Nh3. } (18. Nh3 a4 19. Rac1 Qd6 20. Qf5 Qe6 21. Qxe6 fxe6 22. Nf4 Kf7) 18... Rh6? { (0.00 → 2.16) Mistake. The best move was Re4. } (18... Re4 19. Rac1 h6 20. d5 Na7 21. Qxc7 Nb5 22. Qb6 Nd6 23. Rc7) 19. Rac1 Rd8 20. Rfd1 Rhd6 21. Qb3 b6 22. Qb5?! { (2.66 → 2.04) Inaccuracy. The best move was Rc3. } (22. Rc3 Rc8 23. Qc2 Na7 24. Rdc1 c5 25. dxc5 Rxc5 26. Rc3xc5 bxc5) 22... Na7 23. Qf5?! { (2.28 → 1.57) Inaccuracy. The best move was Qa4. } (23. Qa4 Qd7 24. Qxd7 Rd6xd7 25. Ne5 Re7 26. Kf1 Rd5 27. f3 Rb5) 23... Rd8d7?! { (1.57 → 2.42) Inaccuracy. The best move was c5. } (23... c5 24. Rd2 Nb5 25. Rcd1 g6 26. Qd3 Nc7 27. Qc2 cxd4 28. Nxd4) 24. Ne5 g6? { (2.34 → 3.97) Mistake. The best move was Rd7d8. } (24... Rd7d8 25. Qc2 f6 26. Nd3 Rc6 27. Qb3+ Qf7 28. Qa4 Qd7 29. Rxc6) 25. Qf3? { (3.97 → 2.08) Mistake. The best move was Qc2. } (25. Qc2 Rd7d8 26. Qxc7 Re6 27. Qc4 Qd6 28. Qb3 b5 29. Nd3 Re7) 25... Rd7d8 26. Qb7?! { (2.08 → 1.53) Inaccuracy. The best move was g3. } (26. g3 f6 27. Nc6 Nxc6 28. Rxc6 Rd8d7 29. Kg2 f5 30. Rdc1 Kg7) 26... Nb5?? { (1.53 → 6.08) Blunder. The best move was Qxe5. } (26... Qxe5 27. Qxc7 Qb5 28. Qxa7 Qxb2 29. a4 Qb4 30. Rca1 Rc6 31. g3) 27. a4?? { (6.08 → -0.24) Blunder. The best move was Nc6. } (27. Nc6 Qf8 28. Nxd8 Rxd8 29. a4 Rb8 30. Qd5 Nd6 31. Rxc7 Ne8) 27... f6?? { (-0.24 → 7.61) Blunder. The best move was Nxd4. } (27... Nxd4 28. exd4 Qxe5 29. Qxc7 Qg5 30. h3 Rd6xd4 31. Rxd4 Rxd4 32. b3) 28. Nc6 Rxc6 29. Rxc6 Nd6 30. Qxc7?! { (7.83 → 7.29) Inaccuracy. The best move was Rxc7. } (30. Rxc7 Nxb7 31. Rxe7 Nd6 32. Rc1 b5 33. axb5 Nxb5 34. Rc6 Nd6) 30... Qxc7 31. Rxc7 Nf5?! { (7.33 → 7.83) Inaccuracy. The best move was b5. } (31... b5 32. axb5 Nxb5 33. Rc6 Kf7 34. Ra1 Rb8 35. Rxa5 Ke7 36. Raa6) 32. Rdc1 Nd6 33. Rc1c6 Nf7? { (7.85 → 9.69) Mistake. The best move was b5. } (33... b5 34. axb5 Nxb5 35. Rb7 Nd6 36. Ra7 h5 37. g3 Kf8 38. Kg2) 34. Rxf6 1-0

View File

@@ -0,0 +1,15 @@
Тур №4
==========
Время проведения: 15.09.2013 - 22.09.2013
26.10.2013 — redgremlin 1:0 Nokman
22.09.2013 — Magian 1:0 Nedis
21.09.2013 — Genuine 0:1 iVS
31.10.2013 — LongLiveUbuntu 0:1 darkenshvein
17.09.2013 — raven_cler 0:1 HunOL
15.09.2013 — uroboros 1:0 Michkova
22.09.2013 — farzeet 0:1 J
19.09.2013 — DoctorSinus 0:1 aptyp
16.09.2013 — Kakadu 1:0 trex6
20.09.2013 — MyTrooName 1:0 shell-script

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/wewbbew9"]
[Date "2013-09-22"]
[White "LOR_J"]
[Black "fat0troll"]
[Result "0-1"]
[WhiteElo "1115"]
[BlackElo "958"]
[PlyCount "104"]
[Variant "Standard"]
1. e4 e6 2. d4 Be7 3. f4 Nh6 4. Nf3 O-O 5. h3 f5 6. e5 Nf7 7. Bd3 g6 8. O-O h6 9. c4 g5 10. d5 c5 11. d6 gxf4 12. dxe7 Qxe7 13. Bxf4 Ng5 14. Nxg5 hxg5 15. Bd2 Nc6 16. Qh5 Nxe5 17. Be2 g4 18. hxg4 Nxg4 19. Bxg4 fxg4 20. Qxg4+ Qg7 21. Qxg7+ Kxg7 22. Nc3 Rxf1+ 23. Rxf1 b6 24. a3 Bb7 25. b4 Rc8 26. b5 a5 27. Rf4 d5 28. cxd5 exd5 29. Rg4+ Kf6 30. Bg5+ Kf5 31. Rg3 d4 32. Nd1 c4 33. Kf2 c3 34. Bc1 c2 35. Nb2 Be4 36. Ke2 d3+ 37. Nxd3 Rc3 38. Rg5+ Ke6 39. Nf4+ Kd6 40. g4 a4 41. Rg8 Kc5 42. Rg5+ Kc4 43. Ng6 Kb3 44. Ne7 Ka2 45. Nd5 Rc5 46. Nc3+ Rxc3 47. Kd2 Rc4 48. Re5 Bh7 49. g5 Kb1 50. Rd5 Rg4 51. Rd6 Rg2+ 52. Kc3 Kxc1 0-1

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/pltz5z2s"]
[Date "2013-09-22"]
[White "aptypr"]
[Black "kesarev"]
[Result "0-1"]
[WhiteElo "1283"]
[BlackElo "1627"]
[PlyCount "100"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 4. Ba4 Nge7 5. d4 exd4 6. Nxd4 Nxd4 7. Qxd4 Nc6 8. Qe3 d6 9. Nc3 Be6 10. Bxc6+ bxc6 11. O-O Be7 12. b3 O-O 13. Bb2 Qd7 14. Qg3 f6 15. Rad1 Rfd8 16. Ne2 Bf7 17. Nf4 Qe8 18. Qg4 Qd7 19. Qg3 Kh8 20. Ne2 Bh5 21. f3 Bf8 22. Qh4 Bf7 23. f4 d5 24. Rf3 Qe7 25. Rh3 Bg8 26. e5 fxe5 27. fxe5 Qxh4 28. Rxh4 Be7 29. Rg4 Be6 30. Rf4 c5 31. c3 Rab8 32. Ba1 Bg5 33. Ra4 Bd7 34. Ra5 Bb5 35. Ng3 c4 36. bxc4 dxc4 37. Rxd8+ Rxd8 38. Kf2 c6 39. Ne4 Rf8+ 40. Kg3 Bd8 41. Nd6 Bxa5 42. Nxb5 axb5 43. Bb2 Kg8 44. Kg4 Kf7 45. Kg5 Re8 46. Bc1 Ke6 47. Bf4 Bb6 48. h4 Ra8 49. g4 Bc5 50. h5 Be7# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/c7muhgee"]
[Date "2013.09.23"]
[White "cppmm"]
[Black "gremlin_the_red"]
[Result "0-1"]
[WhiteElo "957"]
[BlackElo "1258"]
[PlyCount "48"]
[Variant "Standard"]
1. e4 c5 2. d3 Nc6 3. Be3 d6 4. Nf3 g6 5. Be2 Bg7 6. O-O Bxb2 7. Nbd2 Bxa1 8. Qxa1 Nf6 9. c3 O-O 10. d4 cxd4 11. cxd4 Ng4 12. d5 Nxe3 13. fxe3 Nb4 14. Ng5 e5 15. Nc4 Qxg5 16. Nxd6 Bh3 17. Rf2 Nc2 18. Qc1 Nxe3 19. Bf3 Rac8 20. Qd2 Rc2 21. Qe1 Nxg2 22. Bxg2 Rc1 23. Nxf7 Rxe1+ 24. Rf1 Qxg2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/i75k3jc9"]
[Date "2013.09.24"]
[White "Anonymous"]
[Black "raven_cler"]
[Result "0-1"]
[WhiteElo "?"]
[BlackElo "938"]
[PlyCount "38"]
[Variant "Standard"]
1. Nc3 Nc6 2. Nf3 d5 3. g3 d4 4. Nb5 Nf6 5. Bg2 e5 6. c3 a6 7. Na3 Bxa3 8. bxa3 O-O 9. Qa4 d3 10. exd3 Qxd3 11. Ng5 e4 12. Bf1 Qd5 13. c4 Qxg5 14. Bb2 Rd8 15. Qd1 Ne8 16. Qe2 Ne5 17. c5 Nf3+ 18. Kd1 Rxd2+ 19. Kc1 Rxe2+ 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/2zapxr6l"]
[Date "2013.09.24"]
[White "iVS"]
[Black "LLU"]
[Result "1-0"]
[WhiteElo "1462"]
[BlackElo "1019"]
[PlyCount "57"]
[Variant "Standard"]
1. d4 d6 2. c4 e5 3. d5 Nf6 4. Bg5 Be7 5. Nc3 O-O 6. e4 Bg4 7. f3 Bh5 8. Qd2 Bg6 9. O-O-O Na6 10. g4 Nxe4 11. Nxe4 Bxe4 12. Bxe7 Qxe7 13. fxe4 Nc5 14. Bg2 c6 15. Ne2 cxd5 16. cxd5 Nxe4 17. Bxe4 Rac8+ 18. Kb1 Rc4 19. Ng3 Rfc8 20. Nf5 Rc1+ 21. Rxc1 Rxc1+ 22. Rxc1 Qf8 23. Nxd6 Qxd6 24. Rc8+ Qf8 25. Qc3 h6 26. Rxf8+ Kxf8 27. Qc8+ Ke7 28. Qc7+ Kf8 29. Qd8# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/u6j04iar"]
[Date "2013.09.26"]
[White "Nedis"]
[Black "Genuine"]
[Result "0-1"]
[WhiteElo "1259"]
[BlackElo "1339"]
[PlyCount "56"]
[Variant "Standard"]
1. d4 d5 2. c4 e6 3. cxd5 exd5 4. Nc3 h6 5. Nf3 Nf6 6. Bf4 a6 7. Rc1 Nc6 8. e3 Bg4 9. Be2 Bd6 10. O-O Bxf4 11. exf4 O-O 12. Qd3 Re8 13. Ne5 Bxe2 14. Nxe2 Nb4 15. Qb3 Qd6 16. Rfe1 Rab8 17. Ng3 a5 18. Nf5 Qe6 19. Qh3 Nc6 20. Qd3 Ne4 21. Nxc6 bxc6 22. f3 Qxf5 23. fxe4 Rxe4 24. Rf1 Rxb2 25. Rxc6 Qg4 26. Rc2 Rxc2 27. Qxc2 Re2 28. h3 Qxg2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/c91zgc5m"]
[Date "2013.09.28"]
[White "HunOL"]
[Black "Uroboros"]
[Result "1-0"]
[WhiteElo "1375"]
[BlackElo "1495"]
[PlyCount "91"]
[Variant "Standard"]
1. d4 Nf6 2. c4 g6 3. Nc3 d5 4. e3 Bg7 5. Nf3 O-O 6. Bd3 c5 7. O-O cxd4 8. Nxd4 Nc6 9. Nf3 Nb4 10. a3 Nxd3 11. Qxd3 dxc4 12. Qxc4 Be6 13. Qb4 b6 14. Rd1 Qc7 15. Nb5 Qb7 16. h3 Rfd8 17. Bd2 Bxh3 18. Bc3 Bd7 19. Qxe7 Re8 20. Qxf7+ Kxf7 21. Nd6+ Kg8 22. Nxb7 Bc6 23. Bxf6 Bxf6 24. Rd6 Bxb2 25. Rb1 Bxf3 26. gxf3 Bxa3 27. Rd7 Rab8 28. Ra1 Bf8 29. Rxa7 b5 30. Na5 b4 31. Nb3 Rec8 32. Rxh7 Rc3 33. Nd4 b3 34. Rab7 Rxb7 35. Rxb7 Bc5 36. Nxb3 Bxe3 37. fxe3 Rxe3 38. Kg2 Re2+ 39. Kg3 Rb2 40. Kg4 Rg2+ 41. Kh3 Rb2 42. f4 Kf8 43. Nc5 Rf2 44. Kg3 Rf1 45. Ne6+ Kg8 46. Kg2 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/k9x5qmgi"]
[Date "2013.09.28"]
[White "txgames"]
[Black "sshilovsky"]
[Result "0-1"]
[WhiteElo "1066"]
[BlackElo "1207"]
[PlyCount "44"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Bc5 3. d4 exd4 4. Nxd4 Qh4 5. Nc3 d5 6. Nxd5 Qxe4+ 7. Be3 Qxd5 8. Bb5+ Nd7 9. O-O Bxd4 10. Bxd4 Nf6 11. Re1+ Kd8 12. Bxf6+ Nxf6 13. Qxd5+ Nxd5 14. Rad1 c6 15. Bc4 Be6 16. a3 Kc7 17. g3 Rhe8 18. Bxd5 Bxd5 19. Rxe8 Rxe8 20. h4 Bf3 21. Rd2 Re1+ 22. Kh2 Rh1# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/vmp27fx4"]
[Date "2013.10.01"]
[White "Michkova"]
[Black "Anonymous"]
[Result "1-0"]
[WhiteElo "1358"]
[BlackElo "?"]
[PlyCount "49"]
[Variant "Standard"]
1. d4 e6 2. c4 Bd6 3. Nc3 Nc6 4. Nf3 b6 5. e4 Qf6 6. e5 Qf4 7. Bxf4 Bb4 8. a3 Bxc3+ 9. bxc3 d6 10. d5 Na5 11. exd6 cxd6 12. Bxd6 Nf6 13. c5 exd5 14. Bb5+ Bd7 15. Bxd7+ Kxd7 16. O-O Nc4 17. Qa4+ Ke6 18. Rfe1+ Ne4 19. Ng5+ Kf5 20. Nxe4 Rab8 21. Ng3+ Kg5 22. Qd1 Rb7 23. Qxd5+ Kg6 24. Qf5+ Kh6 25. Qh5# 1-0

View File

@@ -0,0 +1,13 @@
[Event "Casual game"]
[Site "http://lichess.org/8zzmyo0u"]
[Date "2013.10.19"]
[White "Nokman"]
[Black "Magian"]
[Result "0-1"]
[WhiteElo "1112"]
[BlackElo "1572"]
[PlyCount "36"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e5 2. Nc3 Nf6 3. Bd3?! { (0.22 → -0.38) Inaccuracy. The best move was Nf3. } (3. Nf3 Bb4 4. Nxe5 O-O 5. Bc4 Qe7 6. Nf3 Bxc3 7. dxc3 Qxe4+) 3... Bc5 4. Nf3 d6 5. h3 Nc6 6. Na4 Bb6 7. Bb5?! { (-0.42 → -1.35) Inaccuracy. The best move was O-O. } (7. O-O Be6 8. Rfe1 Nb4 9. b3 Nxd3 10. cxd3 c5 11. Nxb6 axb6) 7... O-O? { (-1.35 → -0.26) Mistake. The best move was Nxe4. } (7... Nxe4 8. Bxc6+ bxc6 9. O-O O-O 10. d3 Nc5 11. Nxc5 Bxc5 12. c3) 8. Bxc6 bxc6 9. O-O? { (-0.32 → -1.39) Mistake. The best move was d3. } (9. d3 c5 10. O-O Bd7 11. Nxb6 axb6 12. Bd2 c4 13. b3 b5) 9... Nxe4 10. d3 Nf6 11. Nc3 h6 12. Qe2 Nd5 13. Nxd5 cxd5 14. b3 Qf6 15. Bb2 Qg6 16. Nd2? { (-2.02 → -3.69) Mistake. The best move was Kh1. } (16. Kh1 Rfe8 17. Rad1 Bd7 18. Nh4 Qf6 19. Qh5 Rab8 20. Nf3 d4) 16... Bxh3 17. Qf3 Be6 18. Qg3?? { (-3.59 → -18.72) Blunder. The best move was Rfe1. } (18. Rfe1 c6 19. Nf1 Rab8 20. Qg3 Qxg3 21. Nxg3 f5 22. Nf1 Ba5) 18... Qxg3 0-1

View File

@@ -0,0 +1,15 @@
Тур №5
==========
Время проведения: 22.09.2013 - 29.09.2013
22.09.2013 — aptyp 0:1 Kakadu
22.09.2013 — J 0:1 DoctorSinus
01.10.2013 — Michkova 1:0 farzeet
28.09.2013 — HunOL 1:0 uroboros
24.09.2013 — darkenshvein 0:1 raven_cler
24.09.2013 — iVS 1:0 LongLiveUbuntu
26.09.2013 — Nedis 0:1 Genuine
19.10.2013 — Nokman 0:1 Magian
23.09.2013 — shell-script 0:1 redgremlin
28.09.2013 — trex6 0:1 MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/ayi5wrra"]
[Date "2013.09.23"]
[White "fat0troll"]
[Black "Michkova"]
[Result "0-1"]
[WhiteElo "981"]
[BlackElo "1355"]
[PlyCount "48"]
[Variant "Standard"]
1. e4 e5 2. Be2 Nf6 3. Nf3 Nc6 4. Nc3 Bc5 5. O-O O-O 6. d3 d6 7. Be3 Nd4 8. Nxd4 exd4 9. Bg5 dxc3 10. bxc3 h6 11. Bxf6 Qxf6 12. c4 Bd4 13. Rb1 Qg5 14. g3 Bh3 15. Re1 Bc3 16. f4 Qc5+ 17. d4 Bxd4+ 18. Kh1 Bf2 19. Qd5 Qe3 20. Bh5 Bxe1 21. Qxb7 Rab8 22. e5 Rxb7 23. Rxb7 Qe4+ 24. Kg1 Qg2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/93mbya9q"]
[Date "2013.09.23"]
[White "txgames"]
[Black "aptypr"]
[Result "0-1"]
[WhiteElo "1135"]
[BlackElo "1283"]
[PlyCount "88"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Bc5 5. Nxc6 Qf6 6. Be3 Bxe3 7. fxe3 Qxc6 8. Bd3 d6 9. O-O Nf6 10. Qe2 Bg4 11. Bb5 Bxe2 12. Bxc6+ bxc6 13. Rf2 Bb5 14. Nc3 O-O 15. a4 Bc4 16. b3 Be6 17. Ne2 Nxe4 18. Rf4 d5 19. Raf1 Nc5 20. Nc3 Na6 21. e4 dxe4 22. Nxe4 Nb4 23. Rf1f2 Bxb3 24. cxb3 Nd3 25. Rxf7 Nxf2 26. Rxf8+ Rxf8 27. Nxf2 a5 28. Nd3 Rf5 29. b4 axb4 30. Nxb4 Ra5 31. Nxc6 Rxa4 32. Nd8 Rc4 33. Nb7 Re4 34. Na5 c5 35. Kf2 c4 36. Kf3 Rd4 37. Ke3 Rh4 38. Kd2 Kf7 39. Kc3 Rxh2 40. Nxc4 Rxg2 41. Ne5+ Ke6 42. Nc6 h5 43. Nd4+ Kf6 44. Nf3 Rg3 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/l085hmyt"]
[Date "2013.09.25"]
[White "Anonymous"]
[Black "LOR_J"]
[Result "1-0"]
[WhiteElo "?"]
[BlackElo "1131"]
[PlyCount "47"]
[Variant "Standard"]
1. e4 e5 2. f4 d6 3. Nf3 Bg4 4. Bc4 exf4 5. O-O Nf6 6. Nc3 a6 7. a3 b5 8. Ba2 c5 9. d3 Be7 10. Bxf4 Nc6 11. Qd2 O-O 12. h3 Bh5 13. Rae1 Qa5 14. Nd1 Bxf3 15. Qxa5 Nxa5 16. Rxf3 h6 17. Ne3 Nh5 18. Bh2 Bf6 19. Bxd6 Rfd8 20. Bxc5 Bxb2 21. Bxf7+ Kh8 22. Bxh5 Nb7 23. Be7 Rd7 24. Nd5 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/h7nrg5x3"]
[Date "2013.09.25"]
[White "raven_cler"]
[Black "iVS"]
[Result "1/2-1/2"]
[WhiteElo "938"]
[BlackElo "1400"]
[PlyCount "88"]
[Variant "Standard"]
1. e4 c5 2. Nf3 d6 3. Nc3 Nf6 4. Be2 Nc6 5. O-O e6 6. d4 cxd4 7. Nxd4 Bd7 8. Bg5 Be7 9. Bxf6 Bxf6 10. Ndb5 O-O 11. Qxd6 a6 12. Rad1 axb5 13. Qxd7 Qb6 14. Qd3 Rfd8 15. Qxb5 Qxb5 16. Rxd8+ Rxd8 17. Bxb5 Nd4 18. Rd1 e5 19. Rd3 Rd6 20. a4 Bd8 21. Nd5 Kf8 22. Rh3 h6 23. c4 Ne6 24. b4 b6 25. Kf1 f6 26. Rg3 Kf7 27. a5 bxa5 28. c5 Nd4 29. cxd6 Nxb5 30. bxa5 Bxa5 31. d7 Bd8 32. Rb3 Nd4 33. Rb8 Ne6 34. Rc8 g6 35. Nc7 Bxc7 36. Rxc7 Ke7 37. Ra7 Nd8 38. Ke2 Kd6 39. Kd3 Kc6 40. Kc4 Kb6 41. Ra8 Kc7 42. Ra7+ Kb6 43. Ra8 Kc7 44. Ra7+ Kb6 1/2-1/2

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/q0pskrwt"]
[Date "2013.09.27"]
[White "LLU"]
[Black "Nedis"]
[Result "0-1"]
[WhiteElo "1014"]
[BlackElo "1265"]
[PlyCount "23"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nf6 3. Nc3 Bb4 4. a3 Bxc3 5. bxc3 O-O 6. Bd3 d5 7. exd5 e4 8. Bc4 exf3 9. Qxf3 Re8+ 10. Be2 Bg4 11. Qf4 Rxe2+ 12. Kf1 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/s2hgalz6"]
[Date "2013.09.28"]
[White "sshilovsky"]
[Black "Anonymous"]
[Result "0-1"]
[WhiteElo "1223"]
[BlackElo "?"]
[PlyCount "54"]
[Variant "Standard"]
1. e4 c5 2. Bc4 Nc6 3. Nf3 e6 4. d3 Nf6 5. Nc3 d5 6. exd5 exd5 7. Bb5 Be7 8. Ne5 O-O 9. Nxc6 bxc6 10. Bxc6 Rb8 11. Bg5 Qd6 12. Bxf6 Bxf6 13. Nxd5 Bxb2 14. Rb1 Be6 15. Qf3 Bxd5 16. Bxd5 Bc3+ 17. Ke2 Rfe8+ 18. Be4 g6 19. Rxb8 Rxb8 20. Rd1 Rb2 21. Rc1 c4 22. Bd5 cxd3+ 23. Qxd3 Qe5+ 24. Kf1 Bd4 25. Re1 Qxd5 26. c3 Rxf2+ 27. Kg1 Qxg2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/4v2lpzfz"]
[Date "2013.09.29"]
[White "Anonymous"]
[Black "HunOL"]
[Result "0-1"]
[WhiteElo "?"]
[BlackElo "1400"]
[PlyCount "50"]
[Variant "Standard"]
1. e4 e5 2. Bc4 Nf6 3. d3 Be7 4. Nf3 d6 5. b3 O-O 6. Ba3 Nc6 7. Nc3 Bg4 8. h3 Bh5 9. Qd2 Bxf3 10. gxf3 Nd4 11. Qe3 Nxc2+ 12. Kd2 Nxe3 13. Kxe3 Nh5 14. Bd5 c6 15. Bxf7+ Rxf7 16. Rad1 Bg5+ 17. Ke2 Nf4+ 18. Ke3 Nd5+ 19. Ke2 Nxc3+ 20. Ke1 Nxd1 21. Kxd1 Rxf3 22. h4 Rxd3+ 23. Kc2 Rd2+ 24. Kc3 Qb6 25. hxg5 Qd4# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/ibgg1gjr"]
[Date "2013.09.30"]
[White "Uroboros"]
[Black "darkshvein"]
[Result "1-0"]
[WhiteElo "1479"]
[BlackElo "1176"]
[PlyCount "41"]
[Variant "Standard"]
1. d4 Nf6 2. c4 Nc6 3. Nc3 b6 4. Nf3 Bb7 5. d5 Nb8 6. e4 c6 7. e5 Ng8 8. Be2 cxd5 9. cxd5 Ba6 10. O-O Bxe2 11. Qxe2 Qc7 12. Bf4 d6 13. Nb5 Qd7 14. exd6 a6 15. dxe7 Bxe7 16. Nd6+ Kf8 17. Rfe1 Bxd6 18. Bxd6+ Ne7 19. Bxe7+ Qxe7 20. Qxe7+ Kg8 21. Qe8# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "/nc8rzj18"]
[Date "2013.10.04"]
[White "Magian"]
[Black "cppmm"]
[Result "1-0"]
[WhiteElo "1458"]
[BlackElo "935"]
[PlyCount "53"]
[Variant "Standard"]
1. e4 e5 2. Bc4 Nf6 3. d3 c6 4. Nf3 b5 5. Bb3 Bc5 6. Be3 Qb6 7. Bxc5 Qxc5 8. O-O O-O 9. h3 Qd4 10. Nxd4 exd4 11. Nd2 Ba6 12. Nf3 b4 13. Nxd4 c5 14. Nf5 Nc6 15. f4 Nd4 16. Nxd4 cxd4 17. e5 Nh5 18. Qxh5 g6 19. Qg5 Rfc8 20. f5 Kf8 21. fxg6 hxg6 22. Qxg6 Ke7 23. Qf6+ Ke8 24. Bxf7+ Kf8 25. Bg6+ Kg8 26. Qf7+ Kh8 27. Qh7# 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/q8b4naus"]
[Date "2013.10.19"]
[White "Genuine"]
[Black "Nokman"]
[Result "1-0"]
[WhiteElo "1407"]
[BlackElo "1126"]
[PlyCount "53"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e5 2. Nf3 Nc6 3. Bb5 Nge7 4. Nc3 a6 5. Ba4 d5?! { (0.62 → 1.39) Inaccuracy. The best move was Ng6. } (5... Ng6 6. O-O Bc5 7. Nd5 O-O 8. c3 Nh4 9. Nxh4 Qxh4 10. Nxc7) 6. exd5 Nxd5 7. Nxe5 Bd7?! { (1.47 → 2.06) Inaccuracy. The best move was Nxc3. } (7... Nxc3 8. dxc3 Qxd1+ 9. Kxd1 Bd7 10. Nxc6 Bxc6 11. Bxc6+ bxc6 12. Be3) 8. Nxd7?! { (2.06 → 1.51) Inaccuracy. The best move was Nxd5. } (8. Nxd5 Nxe5 9. Qe2 f6 10. Bb3 Bg4 11. Qe3 Be6 12. Nf4 Bxb3) 8... Qxd7 9. Qf3 Rad8 10. Nxd5 Qxd5 11. Bxc6+ Qxc6 12. Qxc6+ bxc6 13. d3 Be7 14. O-O g6 15. Rfe1 O-O?? { (1.35 → 7.27) Blunder. The best move was Kd7. } (15... Kd7 16. Be3 Rhe8 17. Rab1 Rdb8 18. c3 a5 19. g3 Bf6 20. d4) 16. Rxe7 Rdc8? { (7.01 → 8.34) Mistake. The best move was Rfe8. } (16... Rfe8 17. Rxe8+ Rxe8 18. Kf1 f6 19. Bf4 Rc8 20. h4 Kf7 21. Ke2) 17. Bf4?! { (8.34 → 7.83) Inaccuracy. The best move was Bh6. } (17. Bh6 Rfd8 18. Rae1 c5 19. b3 c6 20. Be3 Kg7 21. Bxc5 Rcb8) 17... Rcb8?! { (7.83 → 8.56) Inaccuracy. The best move was Rfe8. } (17... Rfe8 18. Rae1 Rxe7 19. Rxe7 Kf8 20. Rxc7 Rxc7 21. Bxc7 Ke7 22. Kf1) 18. b3 Rb5?! { (8.56 → 9.17) Inaccuracy. The best move was Rfe8. } (18... Rfe8 19. Rae1 Rxe7 20. Rxe7 Rc8 21. Bxc7 c5 22. Be5 Kf8 23. Ra7) 19. Rae1 Rbf5? { (8.72 → 12.56) Mistake. The best move was Rc8. } (19... Rc8 20. Bxc7 Rd5 21. Re7e8+ Rxe8 22. Rxe8+ Kg7 23. Ra8 a5 24. Bxa5) 20. Bh6 Rd5 21. Bxf8 Kxf8 22. Rxc7 Rd6 23. Ree7 Re6 24. Rxe6 fxe6 25. Rxc6 Ke7 26. a4 h5 27. b4 1-0

View File

@@ -0,0 +1,15 @@
Тур №6
==========
Время проведения: 22.09.2013 - 29.09.2013
05.10.2013 — Magian 1:0 shell-script
19.10.2013 — Genuine 1:0 Nokman
27.09.2013 — LongLiveUbuntu 0:1 Nedis
26.09.2013 — raven_cler 0.5:0.5 iVS
30.09.2013 — uroboros 1:0 darkenshvein
29.09.2013 — farzeet 0:1 HunOL
23.09.2013 — DoctorSinus 0:1 Michkova
25.09.2013 — Kakadu 1:0 J
23.09.2013 — trex6 0:1 aptyp
28.09.2013 — MyTrooName 0:1 redgremlin

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/fj81y4lq"]
[Date "2013.09.28"]
[White "HunOL"]
[Black "fat0troll"]
[Result "1-0"]
[WhiteElo "1396"]
[BlackElo "978"]
[PlyCount "55"]
[Variant "Standard"]
1. d4 d5 2. c4 c6 3. Nc3 Nf6 4. Bg5 Ne4 5. Nxe4 dxe4 6. e3 f6 7. Bh4 g5 8. Bg3 h5 9. h4 g4 10. Qc2 f5 11. Be5 Rh7 12. O-O-O Bg7 13. f4 gxf3 14. gxf3 e6 15. fxe4 Bxe5 16. dxe5 Qe7 17. exf5 exf5 18. Bd3 Na6 19. Bxf5 Bxf5 20. Qxf5 Qf7 21. Qf6 Qxc4+ 22. Kb1 Qe4+ 23. Ka1 Qxh1 24. Qg6+ Ke7 25. Qxh7+ Ke6 26. Rd6+ Kxe5 27. Qe7+ Kf5 28. Qe6# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/hezofvhz"]
[Date "2013.09.28"]
[White "Michkova"]
[Black "kesarev"]
[Result "0-1"]
[WhiteElo "1358"]
[BlackElo "1627"]
[PlyCount "90"]
[Variant "Standard"]
1. d4 Nc6 2. c4 e5 3. e3 Nf6 4. Nc3 d6 5. Bd3 g6 6. Nf3 Bg7 7. O-O O-O 8. d5 Ne7 9. h3 Ne8 10. e4 f5 11. Bg5 Bf6 12. Bh6 Bg7 13. Qd2 f4 14. Bxg7 Kxg7 15. Kh1 Nf6 16. Be2 Rg8 17. Nh2 Kf7 18. Rg1 h5 19. Qd1 a6 20. b3 Qf8 21. g4 hxg4 22. Bxg4 Qh6 23. Qf3 Rh8 24. Kg2 Nf5 25. Bxf5 gxf5 26. exf5 Bxf5 27. Ng4 Rag8 28. Kf1 Qxh3+ 29. Qxh3 Rxh3 30. Nxf6 Rxg1+ 31. Kxg1 Rxc3 32. Nh5 Rh3 33. Nxf4 exf4 34. Kg2 f3+ 35. Kg1 Rh8 36. Re1 Kf6 37. Re3 Bg4 38. a4 Kf5 39. b4 Kf4 40. c5 Bh3 41. Re7 Bg2 42. Rf7+ Ke5 43. Re7+ Kxd5 44. Re5+ Kxe5 45. cxd6 Rh1# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/xurc85wn"]
[Date "2013.09.28"]
[White "aptypr"]
[Black "sshilovsky"]
[Result "0-1"]
[WhiteElo "1230"]
[BlackElo "1206"]
[PlyCount "124"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Bc5 3. Nxe5 Qh4 4. d4 Qxe4+ 5. Be3 Bxd4 6. Qxd4 Qxc2 7. Bd3 c5 8. Bxc2 cxd4 9. Bxd4 f6 10. Nf3 Nc6 11. Bc5 b6 12. Bd6 Ba6 13. Nc3 Nge7 14. O-O-O O-O-O 15. Rhe1 Rhe8 16. Nd5 Nxd5 17. Rxd5 Rxe1+ 18. Nxe1 Bc4 19. Rd2 Bxa2 20. Bxh7 Rh8 21. Bb1 Bxb1 22. Kxb1 Na5 23. Kc2 Nc4 24. Rd4 Nxd6 25. Rxd6 Rxh2 26. Rd2 b5 27. f3 Kc7 28. b4 Kc6 29. Kc3 d6 30. Ra2 Rh1 31. Nd3 Kb6 32. Nf4 Kb7 33. Nd5 Rd1 34. Ne3 Rc1+ 35. Nc2 Rg1 36. Nd4 Rc1+ 37. Kd2 Rc4 38. Nxb5 Rxb4 39. Nxd6+ Kb6 40. Ne4 a5 41. Nc3 Kc5 42. Rxa5+ Kc4 43. Ra4 Rxa4 44. Nxa4 Kd4 45. Nc3 g5 46. Nd1 f5 47. Ke2 Ke5 48. g3 Kd4 49. Nf2 Ke5 50. g4 fxg4 51. fxg4 Kf4 52. Kd3 Kf3 53. Kd4 Kxf2 54. Ke4 Kg3 55. Kf5 Kh4 56. Ke4 Kxg4 57. Ke3 Kg3 58. Ke2 Kg2 59. Ke3 g4 60. Kf4 g3 61. Kg4 Kh2 62. Kf3 g2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/xcikex4c"]
[Date "2013.09.29"]
[White "Nedis"]
[Black "raven_cler"]
[Result "1-0"]
[WhiteElo "1295"]
[BlackElo "993"]
[PlyCount "77"]
[Variant "Standard"]
1. d4 d5 2. e3 Nf6 3. Nf3 Nc6 4. Bd3 Bg4 5. Bb5 e6 6. O-O Bd6 7. c4 Bxf3 8. Qxf3 O-O 9. c5 Be7 10. Nc3 Qd7 11. a3 e5 12. Rd1 e4 13. Qe2 a6 14. Ba4 Qe6 15. Bd2 b6 16. b4 h6 17. Rf1 Ng4 18. Bxc6 Qxc6 19. Qxg4 f5 20. Qf4 Rad8 21. Rab1 Rd7 22. Qg3 a5 23. Rfc1 g5 24. cxb6 axb4 25. bxc7 bxc3 26. Rxc3 Qa6 27. Qe5 Rc8 28. Qxf5 Rcxc7 29. Rxc7 Rxc7 30. Rb8+ Rc8 31. Rxc8+ Kg7 32. Qe5+ Bf6 33. Rc7+ Kg6 34. Qe8+ Kf5 35. Qd7+ Kg6 36. g4 Be7 37. Qe8+ Kf6 38. Qxe7+ Kg6 39. Qf7# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/h2uwzcvy"]
[Date "2013.09.29"]
[White "iVS"]
[Black "Uroboros"]
[Result "1/2-1/2"]
[WhiteElo "1400"]
[BlackElo "1483"]
[PlyCount "105"]
[Variant "Standard"]
1. d4 Nf6 2. c4 g6 3. Nc3 d5 4. Nf3 Bg7 5. Bg5 Ne4 6. Bf4 Nxc3 7. bxc3 c5 8. e3 O-O 9. Qb3 dxc4 10. Bxc4 Nc6 11. O-O a6 12. Qc2 b5 13. Be2 Bb7 14. Rad1 Qa5 15. d5 Na7 16. c4 b4 17. e4 Bc8 18. h3 Bd7 19. Nd2 Rac8 20. e5 Ba4 21. Nb3 Qb6 22. Bg3 Rcd8 23. f4 Nc8 24. f5 gxf5 25. Qxf5 e6 26. Qf2 exd5 27. cxd5 Bxb3 28. axb3 Ne7 29. Bc4 Ng6 30. Rfe1 Qa7 31. Re2 Rfe8 32. Rde1 Kh8 33. Kh1 a5 34. e6 fxe6 35. Rxe6 Rf8 36. Qe2 Qf7 37. Bd6 Nf4 38. Bxf4 Qxf4 39. Re4 Qf6 40. Qg4 h6 41. Re6 Qd4 42. Rg6 Rde8 43. Qxd4 cxd4 44. Rxe8 Rxe8 45. Re6 Rxe6 46. dxe6 Bf8 47. Kg1 Kg7 48. Kf1 Kf6 49. Ke2 Ke5 50. Kd3 Be7 51. g3 Bf6 52. Ke2 Ke4 53. Bd3+ 1/2-1/2

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/9415z8ze"]
[Date "2013.09.29"]
[White "gremlin_the_red"]
[Black "Magian"]
[Result "0-1"]
[WhiteElo "1263"]
[BlackElo "1450"]
[PlyCount "150"]
[Variant "Standard"]
1. d4 Nf6 2. c4 g6 3. Nc3 Bg7 4. e4 d6 5. f3 Nbd7 6. Be3 O-O 7. Bd3 e5 8. d5 c6 9. Nge2 c5 10. Qd2 Nb6 11. O-O-O Bd7 12. g4 Ne8 13. h4 Na4 14. Nxa4 Bxa4 15. Rdg1 f6 16. Bh6 Bd7 17. Ng3 Qe7 18. h5 g5 19. Bxg7 Nxg7 20. h6 Ne8 21. Nf5 Qd8 22. Rh5 Kh8 23. Qc3 Rg8 24. Ng3 a6 25. Rh2 b5 26. Nh5 b4 27. Qd2 a5 28. Rgh1 a4 29. Rh3 a3 30. b3 Qe7 31. Kb1 Nc7 32. Rg3 Raf8 33. Rg2 Na8 34. Bc2 Nb6 35. Qd3 Nc8 36. Rhg1 Qf7 37. Ng3 Ne7 38. Nf1 Ng6 39. Qe3 Nf4 40. Rh2 Ng6 41. Qf2 Nh4 42. Ng3 Rd8 43. Rxh4 gxh4 44. Nh5 Qg6 45. Qxh4 Rdf8 46. Ng3 Qg5 47. Qh2 Rg6 48. Rh1 Qe3 49. Bd1 Rfg8 50. Nf5 Bxf5 51. exf5 Rg5 52. Qc2 Re8 53. Rh2 Qf4 54. Rf2 Re7 55. Qd2 Qg3 56. Rg2 Qh3 57. Rh2 Qg3 58. Rg2 Qf4 59. Qxf4 exf4 60. Re2 Rxe2 61. Bxe2 Rg8 62. Kc2 Re8 63. Kd2 Re3 64. Bd1 Kg8 65. Be2 Kf7 66. Bd1 Rc3 67. Bc2 Rxf3 68. Bd1 Rg3 69. Ke1 Rg2 70. Be2 f3 71. Bxf3 Rxa2 72. g5 fxg5 73. Bh5+ Kf6 74. Bg6 hxg6 75. h7 Rh2 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/1hcnskin"]
[Date "2013.10.02"]
[White "LOR_J"]
[Black "txgames"]
[Result "1-0"]
[WhiteElo "1160"]
[BlackElo "975"]
[PlyCount "75"]
[Variant "Standard"]
1. e4 c5 2. Nf3 a6 3. c3 d5 4. e5 e6 5. d4 c4 6. b3 b5 7. Be2 h6 8. O-O g5 9. g3 f5 10. exf6 Qxf6 11. Be3 Nc6 12. Nbd2 e5 13. Nxe5 Nxe5 14. dxe5 Qxe5 15. Bd4 Qd6 16. Bxh8 Bh3 17. Rfe1 O-O-O 18. Bg4+ Bxg4 19. Qxg4+ Qd7 20. Qxd7+ Rxd7 21. bxc4 dxc4 22. Nf3 b4 23. cxb4 Bxb4 24. Re8+ Rd8 25. Rxd8+ Kxd8 26. Rd1+ Kc7 27. Rc1 c3 28. Bxc3 Bxc3 29. Rxc3+ Kb6 30. Kf1 Nf6 31. Ke2 Ne4 32. Rb3+ Kc5 33. Ke3 Nd6 34. h4 g4 35. Ne5 Nf5+ 36. Kf4 Nd4 37. Rc3+ Kb4 38. Rc4+ 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "/ropeywab"]
[Date "2013.10.04"]
[White "cppmm"]
[Black "Genuine"]
[Result "0-1"]
[WhiteElo "937"]
[BlackElo "1375"]
[PlyCount "40"]
[Variant "Standard"]
1. g3 d5 2. Bg2 e5 3. e4 d4 4. c3 Nc6 5. cxd4 Nxd4 6. Nf3 Bg4 7. Nxe5 Bxd1 8. Kxd1 Nf6 9. b3 Bb4 10. Nc3 O-O 11. Nd5 Nxd5 12. exd5 Qd6 13. Nc4 Qg6 14. Bb2 Qc2+ 15. Ke1 Rfe8+ 16. Kf1 Qd3+ 17. Kg1 Ne2+ 18. Kf1 Nc1+ 19. Kg1 Re1+ 20. Bf1 Qxf1# 0-1

View File

@@ -0,0 +1,15 @@
Тур №7
==========
Время проведения: 29.09.2013 - 06.10.2013
02.10.2013 — J 1:0 trex6
28.09.2013 — Michkova 0:1 Kakadu
28.09.2013 — HunOL 1:0 DoctorSinus
08.11.2013 — darkenshvein 1:0 farzeet
29.09.2013 — iVS 0.5:0.5 uroboros
29.09.2013 — Nedis 1:0 raven_cler
31.10.2013 — Nokman 1:0 LongLiveUbuntu
04.10.2013 — shell-script 0:1 Genuine
29.09.2013 — redgremlin 0:1 Magian
28.09.2013 — aptyp 0:1 MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/jzzwvoc4"]
[Date "2013.09.28"]
[White "aptypr"]
[Black "LOR_J"]
[Result "0-1"]
[WhiteElo "1229"]
[BlackElo "1114"]
[PlyCount "77"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Nxd4 5. Qxd4 d6 6. Nc3 Nf6 7. Bc4 Be6 8. O-O Be7 9. Nd5 O-O 10. Nxe7+ Qxe7 11. Bg5 Bxc4 12. Qxc4 c5 13. f3 h6 14. Bh4 Qe5 15. Rab1 b6 16. Bg3 Qe6 17. Qxe6 fxe6 18. Bxd6 Rfd8 19. e5 Ne8 20. Rbd1 Rd7 21. f4 Rad8 22. Rd2 Kf7 23. Rfd1 Kg6 24. g4 h5 25. h3 h4 26. Kf2 Kh6 27. Kf3 Kg6 28. Ke4 Nc7 29. Rd3 Nd5 30. c4 Nb4 31. f5+ Kf7 32. Rf3 Nxa2 33. f6 g5 34. Be7 Rxd1 35. Bxd8 Rxd8 36. Rd3 Rxd3 37. Kxd3 Nb4+ 38. Kc3 Nc6 39. b4 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/vv8evgo9"]
[Date "2013.09.29"]
[White "Genuine"]
[Black "gremlin_the_red"]
[Result "0-1"]
[WhiteElo "1351"]
[BlackElo "1255"]
[PlyCount "68"]
[Variant "Standard"]
1. e4 c5 2. Nc3 Nc6 3. Nf3 d6 4. d3 g6 5. g3 Bg7 6. Bg2 e6 7. Be3 Nd4 8. Rb1 Ne7 9. Ne2 Nec6 10. c3 Nxf3+ 11. Bxf3 O-O 12. O-O Rb8 13. Bg2 Bd7 14. Qd2 Re8 15. Bg5 Qa5 16. a3 b5 17. Rfd1 b4 18. Be3 bxa3 19. bxa3 Qxa3 20. Ra1 Qb2 21. Ra2 Qxd2 22. Bxd2 e5 23. f4 Rb7 24. fxe5 Nxe5 25. Bf4 Reb8 26. Rda1 Nxd3 27. Bxd6 Rb1+ 28. Bf1 Rxa1 29. Rxa1 Rb7 30. Nc1 Bxc3 31. Ra3 Bd4+ 32. Kg2 Nxc1 33. Bc4 Rb2+ 34. Kf3 Rf2# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/fhx3f696"]
[Date "2013.09.29"]
[White "sshilovsky"]
[Black "Magian"]
[Result "1-0"]
[WhiteElo "1230"]
[BlackElo "1452"]
[PlyCount "57"]
[Variant "Standard"]
1. e4 e5 2. Bc4 Bc5 3. Nf3 d6 4. d3 Bg4 5. Bxf7+ Kf8 6. Bxg8 Kxg8 7. h3 Bh5 8. g4 Bg6 9. Nc3 c6 10. Bg5 Qe8 11. d4 exd4 12. Nxd4 Bxe4 13. Nxe4 Qxe4+ 14. Qe2 Qxh1+ 15. Kd2 Nd7 16. Qe6+ Kf8 17. Be7+ Ke8 18. Bxd6+ Kd8 19. Rxh1 Re8 20. Qc4 Bxd6 21. Ne6+ Kc8 22. Re1 Ne5 23. Qb3 b5 24. f4 Nc4+ 25. Kd1 g6 26. f5 Bg3 27. Qxg3 Nxb2+ 28. Kc1 Nc4 29. Qc7# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/jkl9gcom"]
[Date "2013.09.29"]
[White "Anonymous"]
[Black "iVS"]
[Result "0-1"]
[WhiteElo "?"]
[BlackElo "1404"]
[PlyCount "86"]
[Variant "Standard"]
1. e4 c5 2. Bc4 d6 3. d3 Nf6 4. Nf3 Nc6 5. Bf4 Bg4 6. e5 Bxf3 7. Qxf3 dxe5 8. Bxe5 Nxe5 9. Qxb7 Nxc4 10. dxc4 g6 11. O-O Bg7 12. Qb5+ Qd7 13. Qxc5 O-O 14. Nc3 Rfc8 15. Qe5 Ng4 16. Qe4 Bxc3 17. bxc3 Nf6 18. Qd3 Rd8 19. c5 Qxd3 20. cxd3 Rxd3 21. c6 Rc8 22. Rad1 Rxc3 23. Rd7 Nxd7 24. cxd7 Rd8 25. Rd1 Rc7 26. Kf1 Rcxd7 27. Rxd7 Rxd7 28. a4 e5 29. f3 f5 30. g3 e4 31. fxe4 fxe4 32. Ke2 Rd3 33. a5 Kf7 34. a6 Ke6 35. g4 Ke5 36. g5 Kf4 37. h4 Ra3 38. Kf2 Ra2+ 39. Ke1 Ke3 40. Kd1 Kd3 41. Kc1 Rc2+ 42. Kd1 e3 43. Ke1 Rc1# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/97vox6yd"]
[Date "2013.09.29"]
[White "Uroboros"]
[Black "Nedis"]
[Result "1-0"]
[WhiteElo "1474"]
[BlackElo "1300"]
[PlyCount "101"]
[Variant "Standard"]
1. d4 Nf6 2. c4 e6 3. Nc3 Bb4 4. e3 c5 5. a3 Bxc3+ 6. bxc3 O-O 7. Qc2 b6 8. Bd3 Ba6 9. e4 d5 10. cxd5 Bxd3 11. Qxd3 exd5 12. e5 Ne4 13. Ne2 Nc6 14. O-O h6 15. f3 Ng5 16. f4 Ne4 17. f5 Qh4 18. Be3 Rad8 19. Rf4 Qh5 20. Ng3 Nxg3 21. hxg3 f6 22. Rh4 Qe8 23. e6 cxd4 24. cxd4 Ne7 25. g4 Qa4 26. Qd2 Rc8 27. Bxh6 Qc2 28. Qf4 Qe4 29. Rd1 Qxf4 30. Bxf4 g5 31. fxg6 Nxg6 32. Bg3 Nxh4 33. Bxh4 Rc6 34. e7 Re8 35. Re1 Kf7 36. g5 Rxe7 37. Rf1 Re4 38. Bf2 fxg5 39. Be1+ Kg6 40. Bg3 Rxd4 41. Bb8 Ra4 42. Rf3 g4 43. Rd3 Rc1+ 44. Kh2 a5 45. Bd6 b5 46. Rxd5 b4 47. axb4 axb4 48. Rb5 Rb1 49. Rb6 Kh5 50. Bf4 b3 51. Rh6# 1-0

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "/x5wocc12"]
[Date "2013.10.04"]
[White "kesarev"]
[Black "HunOL"]
[Result "1-0"]
[WhiteElo "1627"]
[BlackElo "1372"]
[PlyCount "91"]
[Variant "Standard"]
1. e4 e5 2. f4 exf4 3. Nf3 Be7 4. Bc4 Bh4+ 5. Kf1 Be7 6. Nc3 Nc6 7. d4 Na5 8. Bd3 c6 9. Bxf4 d5 10. e5 f6 11. Kf2 Bg4 12. h3 Bxf3 13. Qxf3 Qb6 14. Ne2 fxe5 15. Bxe5 Nf6 16. Rhf1 O-O 17. Kg1 Nc4 18. Kh1 Nd2 19. Qg3 Nxf1 20. Rxf1 Nh5 21. Rxf8+ Rxf8 22. Qg4 Nf6 23. Qe6+ Rf7 24. Bxf6 Bxf6 25. Bxh7+ Kf8 26. Nf4 g5 27. Bg6 Qc7 28. Bxf7 Qxf7 29. Qxf7+ Kxf7 30. Ne2 Kg6 31. g4 Be7 32. Kg2 c5 33. Kf3 b6 34. Nc3 cxd4 35. Nxd5 Bc5 36. Ke4 Kf7 37. b4 Bf8 38. Kxd4 Bg7+ 39. Ke4 Bb2 40. Kf5 Bc1 41. c4 Kg7 42. a4 Kh6 43. c5 bxc5 44. bxc5 Ba3 45. c6 Bd6 46. c7 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/wddvgd6x"]
[Date "2013.10.06"]
[White "txgames"]
[Black "Michkova"]
[Result "0-1"]
[WhiteElo "1036"]
[BlackElo "1367"]
[PlyCount "92"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e5 2. Nf3 Nc6 3. d4 exd4 4. Nxd4 Nxd4 5. Qxd4 d6 6. Bf4 Nf6 7. e5 $6 { Inaccuracy. Best was b1c3. } 7... c5 $6 { Inaccuracy. Best was d6e5. } 8. Qa4+ $6 { Inaccuracy. Best was d4d1. } 8... Bd7 9. Bb5 dxe5 10. Bxd7+ $2 { Mistake. Best was f4e5. } 10... Nxd7 $6 { Inaccuracy. Best was d8d7. } 11. Bg3 $6 { Inaccuracy. Best was f4e3. } 11... Bd6 $6 { Inaccuracy. Best was d8b6. } 12. O-O O-O 13. Rfd1 Nb6 14. Qh4 Qxh4 15. Bxh4 Bc7 16. b3 $6 { Inaccuracy. Best was b1c3. } 16... f5 $6 { Inaccuracy. Best was e5e4. } 17. c4 $2 { Mistake. Best was h4e7. } 17... h6 $2 { Mistake. Best was e5e4. } 18. Nc3 $2 { Mistake. Best was h4e7. } 18... g5 19. Nd5 $2 { Mistake. Best was h4g3. } 19... Nxd5 20. cxd5 Bd6 21. Bxg5 $6 { Inaccuracy. Best was h4g3. } 21... hxg5 22. f3 Rae8 $6 { Inaccuracy. Best was e5e4. } 23. Rab1 $6 { Inaccuracy. Best was d1f1. } 23... e4 24. Rde1 $6 { Inaccuracy. Best was f3e4. } 24... e3 $2 { Mistake. Best was e4f3. } 25. h3 $6 { Inaccuracy. Best was g1f1. } 25... f4 26. Kh2 $2 { Mistake. Best was g1f1. } 26... Rf5 27. a3 $2 { Mistake. Best was b1d1. } 27... Ree5 $6 { Inaccuracy. Best was f5d5. } 28. b4 $6 { Inaccuracy. Best was h2g1. } 28... c4 $6 { Inaccuracy. Best was c5b4. } 29. b5 $2 { Mistake. Best was h2g1. } 29... Rexd5 30. a4 Rd3 $6 { Inaccuracy. Best was c4c3. } 31. Rbc1 $2 { Mistake. Best was b5b6. } 31... c3 32. h4 $6 { Inaccuracy. Best was b5b6. } 32... gxh4 33. Kh3 $2 { Mistake. Best was b5b6. } 33... Rg5 34. Rc2 $4 { Blunder. Best was a4a5. } 34... Rd2 35. Rxc3 $4 { Checkmate is now unavoidable. Best was b5b6. } 35... Rdxg2 36. Rh1 Rg2g3+ $6 { Detected checkmate in 5 moves, but player moved for mate in 12. Best was d6e7. } 37. Kh2 Rxf3 $2 { Lost forced checkmate sequence. Best was e3e2. } 38. Rg1 $4 { Blunder. Best was c3c2. } 38... Rf2+ 39. Kh1 Rxg1+ 40. Kxg1 h3 41. Rc8+ Kf7 42. Rh8 Rf3 $6 { Detected checkmate in 6 moves, but player moved for mate in 10. Best was f2g2. } 43. Kh1 e2 44. Kh2 e1=Q 45. Rxh3 Qf2+ $6 { Detected checkmate in 1 moves, but player moved for mate in 2. Best was f3f2. } 46. Kh1 Rxh3# 0-1

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/hq7w93wh"]
[Date "2013.10.08"]
[White "fat0troll"]
[Black "Anonymous"]
[Result "1-0"]
[WhiteElo "973"]
[BlackElo "?"]
[PlyCount "23"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 Nf6 $6 { Inaccuracy. Best was e7e6. } 2. d3 $6 { Inaccuracy. Best was e4e5. } 2... d5 3. Bg5 $6 { Inaccuracy. Best was e4d5. } 3... dxe4 4. Bxf6 $6 { Inaccuracy. Best was b1c3. } 4... gxf6 5. Nc3 exd3 6. Qxd3 Qxd3 7. Bxd3 Bg7 $6 { Inaccuracy. Best was c7c6. } 8. O-O-O Bd7 9. Bb5 Bxb5 10. Nxb5 c6 $4 { Checkmate is now unavoidable. Best was b8a6. } 11. Nc7+ Kf8 12. Rd8# 1-0

View File

@@ -0,0 +1,15 @@
Тур №8
==========
Время проведения: 29.09.2013 - 06.10.2013
29.09.2013 — Genuine 0:1 redgremlin
31.10.2013 — LongLiveUbuntu 0:1 shell-script
17.11.2013 — raven_cler 0:1 Nokman
29.09.2013 — uroboros 1:0 Nedis
29.09.2013 — farzeet 0:1 iVS
08.10.2013 — DoctorSinus 1:0 darkenshvein
04.10.2013 — Kakadu 1:0 HunOL
06.10.2013 — trex6 0:1 Michkova
28.09.2013 — aptyp 0:1 J
29.09.2013 — MyTrooName 1:0 Magian

View File

@@ -0,0 +1,12 @@
[Event "Casual game"]
[Site "http://lichess.org/gyidpapb"]
[Date "2013.10.01"]
[White "darkshvein"]
[Black "kesarev"]
[Result "0-1"]
[WhiteElo "1162"]
[BlackElo "1627"]
[PlyCount "30"]
[Variant "Standard"]
1. Nc3 d5 2. Nf3 Nc6 3. g3 e5 4. Nb1 Nf6 5. Bg2 h5 6. O-O h4 7. gxh4 e4 8. Ng5 Rxh4 9. d3 Bd6 10. h3 Bf5 11. dxe4 dxe4 12. Be3 Qe7 13. Nc3 Qe5 14. f3 Qh2+ 15. Kf2 Bg3# 0-1

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "http://lichess.org/qxkdrup5"]
[Date "2013.10.06"]
[White "LOR_J"]
[Black "sshilovsky"]
[Result "1-0"]
[WhiteElo "1169"]
[BlackElo "1190"]
[PlyCount "91"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Bc5 3. Bc4 d6 4. h3 Nf6 5. Nc3 c6 6. d3 b5 7. Bb3 a5 8. a4 b4 9. Ne2 Qb6 10. O-O h6 11. c3 Bg4 12. hxg4 Nxg4 13. d4 exd4 14. cxd4 Bxd4 15. Nfxd4 d5 16. exd5 g5 17. Rfe1 O-O 18. Be3 Nxe3 19. fxe3 c5 20. Nf5 Qf6 21. Qc2 Nd7 22. Neg3 Kh8 23. e4 Ne5 24. d6 Rac8 25. Bd5 c4 26. Qd2 Nd3 27. Ref1 Nf4 28. Rxf4 gxf4 29. Qxf4 Qg5 30. Qxg5 hxg5 31. Rc1 f6 32. Bxc4 Rc5 33. b3 Rd8 34. Rd1 Kh7 35. Nh5 Kg6 36. g4 Re5 37. Bd5 Rc8 38. Ne7+ Rxe7 39. dxe7 Re8 40. Be6 Rxe7 41. Bf5+ Kf7 42. Rd5 Ra7 43. Rd6 Ke7 44. Rxf6 Rd7 45. Bxd7 Kxd7 46. Kf2 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/tkylzu2d"]
[Date "2013.10.06"]
[White "Magian"]
[Black "Genuine"]
[Result "1-0"]
[WhiteElo "1487"]
[BlackElo "1385"]
[PlyCount "131"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 c5 2. Nf3 e6 3. d4 cxd4 4. Nxd4 Nf6 5. e5 $2 { Mistake. Best was b1c3. } 5... Nd5 $2 { Mistake. Best was d8a5. } 6. Bc4 Nb6 7. Bb3 $6 { Inaccuracy. Best was c4e2. } 7... d6 8. Nf3 Nc6 9. exd6 Bxd6 10. Nc3 a6 $6 { Inaccuracy. Best was e8g8. } 11. Ne4 $6 { Inaccuracy. Best was c1e3. } 11... Be7 12. Qxd8+ Bxd8 13. O-O O-O 14. Bf4 Be7 15. Rad1 Nb4 $6 { Inaccuracy. Best was b6d5. } 16. c3 Nb4d5 17. Bg3 $6 { Inaccuracy. Best was f4e5. } 17... Bd7 $6 { Inaccuracy. Best was f7f5. } 18. Ne5 Bc6 19. Rfe1 Rfd8 $2 { Mistake. Best was c6a4. } 20. a3 $2 { Mistake. Best was c3c4. } 20... Nf6 $2 { Mistake. Best was c6a4. } 21. Rxd8+ Rxd8 22. Nxf6+ $6 { Inaccuracy. Best was e5c6. } 22... Bxf6 23. Nxc6 bxc6 24. Bc7 $6 { Inaccuracy. Best was g1f1. } 24... Rd2 25. Rb1 Nd5 26. Bg3 h6 $6 { Inaccuracy. Best was g7g6. } 27. Kf1 Bg5 $6 { Inaccuracy. Best was d5b6. } 28. h4 Bf4 29. Bxd5 $2 { Mistake. Best was f1e1. } 29... Bxg3 30. Bxc6 Rxf2+ 31. Kg1 Bxh4 32. b3 Rd2 33. c4 Be7 34. b4 e5 $6 { Inaccuracy. Best was f7f5. } 35. a4 $6 { Inaccuracy. Best was c6b7. } 35... f5 36. b5 Bc5+ 37. Kh2 axb5 38. cxb5 Bb6 39. Ra1 $2 { Mistake. Best was a4a5. } 39... Ba5 40. Kg1 $6 { Inaccuracy. Best was a1b1. } 40... e4 41. Kf1 e3 42. Bf3 f4 $2 { Mistake. Best was d2f2. } 43. Rb1 Bb6 $6 { Inaccuracy. Best was d2d6. } 44. Rc1 $4 { Blunder. Best was a4a5. } 44... Rd4 $4 { Blunder. Best was d2f2. } 45. Rc6 Ba5 46. Ra6 $6 { Inaccuracy. Best was b5b6. } 46... Bc7 $2 { Mistake. Best was d4a4. } 47. a5 Ra4 $2 { Mistake. Best was d4b4. } 48. Ra8+ Kh7 49. a6 $4 { Blunder. Best was b5b6. } 49... Ra5 $4 { Blunder. Best was h7g6. } 50. Ra7 $4 { Blunder. Best was f3e4. } 50... Bb6 51. Rb7 Bd4 $2 { Mistake. Best was b6c5. } 52. Be4+ Kg8 53. Bd3 $4 { Blunder. Best was e4g6. } 53... Ra1+ $2 { Mistake. Best was g8f8. } 54. Ke2 Ra2+ 55. Kf3 Rf2+ $6 { Inaccuracy. Best was g8f8. } 56. Ke4 Bc5 57. a7 Bxa7 58. Rxa7 e2 59. Bxe2 $4 { Blunder. Best was a7a1. } 59... Rxe2+ 60. Kf3 Rb2 61. Rb7 Rb4 62. b6 h5 63. Rb8+ Kf7 64. b7 Ke7 $4 { Blunder. Best was f7g6. } 65. Rg8 Rb3+ 66. Kxf4 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/z39dzeqm"]
[Date "2013.10.08"]
[White "iVS"]
[Black "fat0troll"]
[Result "1-0"]
[WhiteElo "1472"]
[BlackElo "975"]
[PlyCount "135"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. d4 d5 2. c4 c6 3. Nf3 e6 4. Nc3 Nf6 5. Bg5 Be7 6. e3 Nbd7 7. Be2 O-O 8. O-O Ne4 $6 { Inaccuracy. Best was b7b6. } 9. Bxe7 Qxe7 10. Nd2 $6 { Inaccuracy. Best was d1c2. } 10... Nxc3 11. bxc3 f5 12. cxd5 cxd5 13. c4 b6 14. cxd5 exd5 15. Qb3 Nf6 16. Nf3 Be6 17. Ne5 Rfc8 18. Rac1 Ne4 19. Rfd1 Rxc1 20. Rxc1 Rc8 $2 { Mistake. Best was e4f6. } 21. Rxc8+ Bxc8 22. f3 $6 { Inaccuracy. Best was b3d5. } 22... Nd2 $4 { Blunder. Best was e4f6. } 23. Qc2 $2 { Mistake. Best was b3d5. } 23... Nc4 24. Bxc4 dxc4 25. Qxc4+ Be6 26. d5 Qa3 $4 { Blunder. Best was e6f7. } 27. Nd3 $4 { Blunder. Best was d5e6. } 27... Bf7 $2 { Mistake. Best was e6d7. } 28. Qc8+ Qf8 29. Qxf8+ $2 { Mistake. Best was c8f5. } 29... Kxf8 30. e4 f4 $2 { Mistake. Best was f5e4. } 31. Nxf4 Ke7 32. Kf2 Kd6 33. Nd3 g5 34. Ke3 a5 35. Kd4 b5 $2 { Mistake. Best was a5a4. } 36. e5+ Ke7 37. Nc5 a4 38. Nd3 $4 { Blunder. Best was d5d6. } 38... Bg8 39. Nb4 h5 $2 { Mistake. Best was g8f7. } 40. Kc5 Kd7 $2 { Mistake. Best was e7f7. } 41. Kxb5 a3 $6 { Inaccuracy. Best was d7c7. } 42. Ka4 Kc7 43. Kxa3 Kb6 $2 { Mistake. Best was g8f7. } 44. e6 Kc5 45. e7 $2 { Mistake. Best was a3b3. } 45... Bf7 46. Kb3 Kd6 47. Kc3 $4 { Blunder. Best was a2a4. } 47... Kxe7 $2 { Mistake. Best was f7e8. } 48. Kd4 $6 { Inaccuracy. Best was a2a4. } 48... Kd6 $2 { Mistake. Best was f7e8. } 49. a4 Be8 50. a5 Bb5 $4 { Blunder. Best was e8d7. } 51. g3 $4 { Blunder. Best was a5a6. } 51... Be2 $4 { Blunder. Best was d6c7. } 52. f4 $2 { Mistake. Best was a5a6. } 52... gxf4 53. gxf4 Bb5 54. f5 Ke7 $4 { Blunder. Best was b5d7. } 55. Ke5 $4 { Blunder. Best was a5a6. } 55... Bf1 $4 { Blunder. Best was b5d7. } 56. a6 Bxa6 57. Nxa6 h4 58. f6+ Kf7 59. h3 $6 { Detected checkmate in 7 moves, but player moved for mate in 8. Best was d5d6. } 59... Ke8 60. Ke6 Kf8 61. f7 $6 { Detected checkmate in 6 moves, but player moved for mate in 7. Best was a6c7. } 61... Kg7 62. Ke7 Kg6 63. f8=Q Kg5 64. Qf6+ $6 { Detected checkmate in 4 moves, but player moved for mate in 5. Best was f8f3. } 64... Kh5 65. Qf5+ Kh6 66. Qg4 Kh7 67. Kf7 Kh6 68. Qg6# 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/o60d02qv"]
[Date "2013.10.12"]
[White "HunOL"]
[Black "txgames"]
[Result "1-0"]
[WhiteElo "1246"]
[BlackElo "992"]
[PlyCount "65"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. d4 e6 2. c4 c5 3. e3 cxd4 4. exd4 a6 5. Nf3 d5 6. c5 b6 7. b4 Nc6 8. a3?! { Inaccuracy. Best was b1c3. } 8... Nf6?! { Inaccuracy. Best was b6c5. } 9. Bg5?! { Inaccuracy. Best was b1c3. } 9... h6 10. Bh4?! { Inaccuracy. Best was g5e3. } 10... Be7 11. Bd3 a5? { Mistake. Best was b6c5. } 12. b5 Na7 13. c6 Nxb5? { Mistake. Best was g7g5. } 14. Bxb5 Ba6?? { Blunder. Best was e8g8. } 15. c7+ Bxb5 16. cxd8=Q+ Raxd8 17. Nc3 Bc4 18. Ne2? { Mistake. Best was f3e5. } 18... b5 19. O-O b4?! { Inaccuracy. Best was g7g5. } 20. Qa4+?! { Inaccuracy. Best was a3b4. } 20... Nd7? { Mistake. Best was e8f8. } 21. Rfe1 Bxh4 22. Nxh4 b3 23. Nc3?! { Inaccuracy. Best was a1b1. } 23... O-O 24. Nf3 f6? { Mistake. Best was d7f6. } 25. Rxe6 Rfe8?? { Blunder. Best was f8f7. } 26. Rxe8+ Rxe8 27. Qxd7 Rf8 28. Nxd5 b2?? { Blunder. Best was c4d3. } 29. Rb1 Rb8? { Mistake. Best was g8h8. } 30. Ne7+ Kh7 31. Qf5+ g6 32. Qxg6+ Kh8 33. Qxh6# 1-0

View File

@@ -0,0 +1,13 @@
[Event "Rated game"]
[Site "http://lichess.org/gym1l1xs"]
[Date "2013.10.13"]
[White "Michkova"]
[Black "aptypr"]
[Result "0-1"]
[WhiteElo "1348"]
[BlackElo "1306"]
[PlyCount "96"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. d4 d5 2. c4 c6 3. Nc3 Nf6 4. Nf3 e6 5. Bg5 h6 6. Bh4 dxc4 7. e4 g5 8. Bg3 b5 9. e5 Nh5 10. Be2 Nd7?! { Inaccuracy. Best was f8e7. } 11. O-O?! { Inaccuracy. Best was a2a4. } 11... Nxg3 12. fxg3 Bb7?! { Inaccuracy. Best was f8b4. } 13. Nd2? { Mistake. Best was a2a4. } 13... Qb6 14. Nde4?! { Inaccuracy. Best was g1h1. } 14... a6? { Mistake. Best was e8c8. } 15. Bh5?! { Inaccuracy. Best was a2a4. } 15... Nxe5?! { Inaccuracy. Best was e8c8. } 16. Nf6+ Kd8 17. Kh1 Nd3 18. Bxf7? { Mistake. Best was d1g4. } 18... Qxd4 19. Qe2 Be7 20. Qxe6 Bxf6?! { Inaccuracy. Best was d3c5. } 21. Rxf6 Nc5?! { Inaccuracy. Best was d4e5. } 22. Qf5 Kc7 23. Rd1?! { Inaccuracy. Best was a2a4. } 23... Nd3 24. Bh5 Rad8 25. h3 Bc8 26. Qf3 Rd6 27. Rf7+ Kb8 28. Ne4 Re6 29. Nc3 Qe3 30. Rdf1? { Mistake. Best was d1b1. } 30... Nxb2 31. Bg4 Rhe8? { Mistake. Best was e3f3. } 32. Bxe6 Rxe6?! { Inaccuracy. Best was e3f3. } 33. Nd1? { Mistake. Best was c3e4. } 33... Nxd1? { Mistake. Best was e3f3. } 34. Qxd1 Qd3 35. Qf3? { Mistake. Best was d1a1. } 35... Qxf3 36. Rf7xf3 b4 37. Rc1 c3 38. a3 c5 39. a4? { Mistake. Best was h1g1. } 39... Ka7? { Mistake. Best was c8b7. } 40. a5? { Mistake. Best was h1g1. } 40... Re2?! { Inaccuracy. Best was c8b7. } 41. Rf7+?? { Blunder. Best was h1g1. } 41... Bb7 42. Rfc7?? { Blunder. Best was h1g1. } 42... c2 43. Rc7xc5?? { Blunder. Best was c7e7. } 43... b3 44. Rc5c3?? { Checkmate is now unavoidable. Best was h1g1. } 44... b2 45. Rc3xc2 Rxc2 46. Rxc2 b1=Q+ 47. Kh2 Qxc2 48. g4 Qxg2# 0-1

View File

@@ -0,0 +1,13 @@
[Event "Casual game"]
[Site "http://lichess.org/5ui4dwl2"]
[Date "2013.10.19"]
[White "Nedis"]
[Black "Anonymous"]
[Result "1-0"]
[WhiteElo "1328"]
[BlackElo "?"]
[PlyCount "57"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 e5 2. Nf3 Bd6?! { (0.38 → 1.01) Inaccuracy. The best move was Nc6. } (2... Nc6 3. Bc4 Bc5 4. Nc3 Nf6 5. d3 O-O 6. O-O d6 7. Na4) 3. Nc3?! { (1.01 → 0.50) Inaccuracy. The best move was d4. } (3. d4 Nc6 4. d5 Nce7 5. Bd3 Nf6 6. Nbd2 O-O 7. O-O c6) 3... Nf6 4. Bb5 O-O 5. d4 c6?! { (0.00 → 0.54) Inaccuracy. The best move was exd4. } (5... exd4 6. Qxd4 a6 7. Qa4 Nc6 8. O-O Qe7 9. Bg5 Ne5 10. Nd4) 6. dxe5 cxb5? { (0.68 → 3.39) Mistake. The best move was Bxe5. } (6... Bxe5 7. Nxe5 cxb5 8. Ng4 Nxg4 9. Qxg4 d5 10. Qf4 dxe4 11. O-O) 7. Qxd6 Rfe8?? { (2.98 → 6.62) Blunder. The best move was Ne8. } (7... Ne8 8. Qa3 b4 9. Qxb4 Nc6 10. Qa3 d6 11. Bg5 Qd7 12. exd6) 8. exf6 Qxf6 9. Qxf6 gxf6 10. e5? { (7.25 → 6.06) Mistake. The best move was Nd5. } (10. Nd5 Rxe4+ 11. Kd1 Kg7 12. Nc7 b6 13. Nxa8 Na6 14. a4 bxa4) 10... fxe5 11. Nd5 e4?! { (6.18 → 7.03) Inaccuracy. The best move was d6. } (11... d6 12. Nc7 Bd7 13. Nxa8 Na6 14. Be3 e4 15. Nd2 d5 16. O-O-O) 12. Ng5 Re5 13. Nc7 Rc5? { (7.29 → 8.34) Mistake. The best move was f6. } (13... f6 14. Bf4 Na6 15. Nxa8 Re8 16. Nh3 d6 17. Bxd6 Bf5 18. c4) 14. Nxa8 d6? { (8.20 → 9.83) Mistake. The best move was d5. } (14... d5 15. c3 Rc6 16. Be3 b6 17. O-O-O f6 18. Nh3 Bb7 19. Rxd5) 15. Nxe4 Re5 16. f3 f5 17. Bf4 Re6 18. Nc7 Re7 19. Bxd6 Rd7 20. Nf6+ Kf7 21. Nxd7 Bxd7 22. O-O-O Nc6 23. Bc5 Ne5 24. f4 Ng4 25. Rxd7+ Kg6 26. Rd6+ Kh5 27. h3 Nh6?! { (39.09 → Mate in 4) Checkmate is now unavoidable. } 28. g4+?! { (Mate in 4 → 97.27) Lost forced checkmate sequence. The best move was Ne8. } (28. Ne8 Ng4 29. g3 Nf6 30. Rxf6 b4 31. Ng7#) 28... Kh4?! { (97.27 → Mate in 1) Checkmate is now unavoidable. The best move was fxg4. } (28... fxg4 29. hxg4+ Kxg4 30. Rdxh6 b6 31. Bxb6 axb6 32. Nxb5 Kxf4 33. Rxb6) 29. Bf2# 1-0

View File

@@ -0,0 +1,15 @@
Тур №9
==========
Время проведения: 06.10.2013 - 13.10.2013
13.10.2013 — Michkova 0:1 aptyp
12.10.2013 — HunOL 1:0 trex6
02.10.2013 — darkenshvein 0:1 Kakadu
08.10.2013 — iVS 1:0 DoctorSinus
19.10.2013 — Nedis 1:0 farzeet
05.10.2013 — Nokman 0:1 uroboros
17.11.2013 — shell-script 1:0 raven_cler
31.10.2013 — redgremlin 1:0 LongLiveUbuntu
06.10.2013 — Magian 1:0 Genuine
06.10.2013 — J 1:0 MyTrooName

View File

@@ -0,0 +1,12 @@
[Event "Rated game"]
[Site "/b4vbzdxp"]
[Date "2013.10.04"]
[White "Uroboros"]
[Black "cppmm"]
[Result "1-0"]
[WhiteElo "1517"]
[BlackElo "938"]
[PlyCount "67"]
[Variant "Standard"]
1. e4 e5 2. Nf3 Bc5 3. c3 Nf6 4. d4 exd4 5. cxd4 Bb4+ 6. Bd2 Qe7 7. e5 Ne4 8. Bd3 d5 9. O-O Bg4 10. Qa4+ Nc6 11. Bb5 O-O 12. Bxc6 bxc6 13. Bxb4 Bxf3 14. Bxe7 Bxg2 15. Kxg2 Rfe8 16. Bh4 Rab8 17. Qc2 f6 18. f4 fxe5 19. fxe5 g5 20. Nd2 gxh4 21. Nxe4 dxe4 22. a3 c5 23. dxc5 Rxe5 24. b4 e3 25. Rae1 Rg5+ 26. Kh3 Re8 27. Qc4+ Kg7 28. Qd4+ Kh6 29. Rf7 e2 30. Qxh4+ Rh5 31. Rxh7+ Kg6 32. Qxh5+ Kf6 33. Rf7+ Ke6 34. Qf5# 1-0

View File

@@ -0,0 +1,13 @@
[Event "Casual game"]
[Site "http://lichess.org/7mm4yn1t"]
[Date "2013.10.05"]
[White "kesarev"]
[Black "iVS"]
[Result "1-0"]
[WhiteElo "1636"]
[BlackElo "1350"]
[PlyCount "50"]
[Variant "Standard"]
[Annotator "lichess.org"]
1. e4 c5 2. d3 d6 3. Nd2 g6 4. g3 Bg7 5. Bg2 Nc6 6. c3 Nf6 7. Ngf3 O-O 8. O-O Qb6 9. Nh4 $6 { Inaccuracy. Best was d2c4. } 9... Be6 10. f4 d5 $2 { Mistake. Best was b6a6. } 11. e5 $2 { Mistake. Best was f4f5. } 11... Ng4 12. Ndf3 f5 $2 { Mistake. Best was f7f6. } 13. Ng5 Nd8 14. Qb3 Qxb3 15. axb3 Kh8 $2 { Mistake. Best was e6f7. } 16. Nxe6 Nxe6 17. Bxd5 Nc7 18. Bxb7 Rab8 19. Bf3 Nxe5 $2 { Mistake. Best was a7a6. } 20. fxe5 Bxe5 21. Rfe1 Bd6 22. Rxa7 Rxb3 $2 { Mistake. Best was e7e5. } 23. Bf4 Nb5 $4 { Blunder. Best was f8e8. } 24. Rexe7 Bxe7 $4 { Blunder. Best was b5a7. } 25. Rxe7 Kg8 1-0

Some files were not shown because too many files have changed in this diff Show More