Datoteka:Immortal Zugzwang Game, 1923.gif

Sadržaj stranice nije podržan na drugim jezicima.
S Wikipedije, slobodne enciklopedije

Izvorna datoteka(800 × 800 piksela, veličina datoteke: 2,56 MB, MIME tip: image/gif, stalno iznova, 53 sličice, 1 min 20 s)

Sažetak

Opis
English: Animation of the Immortal Zugzwang Game
Datum
Izvor Vlastito djelo
Autor Morn
GIF genesis
InfoField
 
This GIF graphic was created with Python.
Izvorni kod
InfoField

Python code

Source code
#!/usr/bin/env python3

# Plot a PGN game using python-chess and ImageMagick

import os
import chess.pgn
import chess.svg

pgn = open('saemisch_nimzowitsch_1923.pgn')
game = chess.pgn.read_game(pgn)
board = game.board()

def svg(i):
    lm = board.peek()
    a = [(lm.from_square, lm.to_square)]
    s = chess.svg.board(board, arrows = a, size = 800)

    f1 = "g_%04u.svg" % i
    f2 = "g_%04u.png" % i

    with open(f1, 'w') as f:
        f.write(s)
    os.system("convert %s %s" % (f1, f2))
    os.system("rm %s" % f1)

i = 1

for m in game.mainline_moves():
    board.push(m)
    svg(i)
    i += 1

# pause animation at the end:
for j in range(3):
    svg(i)
    i += 1

# create animation with
# convert -delay 150 g_*.png -loop 0 g.gif

PGN

[Event "Copenhagen"]
[Site "Copenhagen DEN"]
[Date "1923.03.09"]
[Round "6"]
[White "Friedrich Saemisch"]
[Black "Aron Nimzowitsch"]
[Result "0-1"]
[ECO "E18"]
[EventDate "1923.03.03"]
[PlyCount "50"]

1.d4 Nf6 2.c4 e6 3.Nf3 b6 4.g3 Bb7 5.Bg2 Be7 6.Nc3 O-O 7.O-O d5 8.Ne5 c6 9.cxd5 cxd5 10.Bf4 a6 11.Rc1 b5 12.Qb3 Nc6 13.Nxc6 Bxc6 14.h3 Qd7 15.Kh2 Nh5 16.Bd2 f5 17.Qd1 b4 18.Nb1 Bb5 19.Rg1 Bd6 20.e4 fxe4 21.Qxh5 Rxf2 22.Qg5 Raf8 23.Kh1 R8f5 24.Qe3 Bd3 25.Rce1 h6 0-1

Licenciranje

Ja, vlasnik autorskog prava ovog djela, ovdje ga objavljujem pod sljedećom licencom:
Creative Commons CC-Zero Ova datoteka je dostupna pod licencom Creative Commons CC0 1.0 Univerzalnom Posvetom Javne Domene.
Osoba koja je učestvovala u radu na ovom dokumentu posvetila je rad javnoj domeni odricanjem od svih svojih prava na taj rad širom svijeta po zakonu o autorskim pravima i svim povezanim zakonskim pravima koja bi imao/imala, u mjeri dopuštenoj zakonom. Možete kopirati, mijenjati, distribuirati i prilagođavati rad, čak i u komercijalne svrhe, bez traženja dopuštenja.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

prikazuje

chess game engleski

media type engleski

image/gif

Historija datoteke

Kliknite na datum/vrijeme da vidite verziju datoteke iz tog vremena.

Datum/vrijemeSmanjeni pregledDimenzijeKorisnikKomentar
trenutno14:48, 16 decembar 2020Smanjeni pregled verzije na dan 14:48, 16 decembar 2020800 × 800 (2,56 MB)MornUploaded own work with UploadWizard

Sljedeća stranica koristi ovu datoteku:

Globalna upotreba datoteke

Sljedeći wikiji koriste ovu datoteku: