Merge branch 'master' of https://github.com/fat0troll/lorchess
This commit is contained in:
commit
cb4e81c1b2
@ -463,6 +463,11 @@
|
||||
black: HunOL
|
||||
result: '1:0'
|
||||
|
||||
- date: 16.10.2013
|
||||
white: J
|
||||
black: Michkova
|
||||
result: '0:1'
|
||||
|
||||
- date: 06.10.2013
|
||||
white: MyTrooName
|
||||
black: Genuine
|
||||
@ -470,6 +475,11 @@
|
||||
|
||||
- number: 11
|
||||
games:
|
||||
- date: 14.10.2013
|
||||
white: darkenshvein
|
||||
black: aptyp
|
||||
result: '0:1'
|
||||
|
||||
- date: 12.10.2013
|
||||
white: iVS
|
||||
black: trex6
|
||||
@ -497,3 +507,18 @@
|
||||
black: Kasparov
|
||||
result: '1:0'
|
||||
|
||||
- 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'
|
||||
|
||||
|
@ -40,6 +40,10 @@ module LORChess
|
||||
@players[num] = '<em style="font-weight:normal">отсутствует</em>'
|
||||
@elo_points[num] = '1200'
|
||||
end
|
||||
|
||||
# Remove Uroboros from the tournament (seppuku)
|
||||
num = @player_numbers['uroboros']
|
||||
@players[num] = '<del>uroboros</del>'
|
||||
end
|
||||
|
||||
def fill_results
|
||||
|
Loading…
Reference in New Issue
Block a user