Fitxategi:Roesch vs Schlage, 1910.gif

Bereizmen handikoa((800 × 800 pixel, fitxategiaren tamaina: 1,63 MB, MIME mota: image/gif), kiribildua, 33 irudi, 50s)

Fitxategi hau Wikimedia Commonsekoa da. Hango deskribapen orriko informazioa behean duzu.
Commons gordailu bat da, lizentzia askea duten multimedia fitxategiena. Lagun dezakezu.

Fitxategi hau Wikimedia Commonsekoa da

Laburpena

Deskribapena
English: Animation of the 1910 Roesch vs Schlage chess game which was used by Stanley Kubrick in his movie 2001: A Space Odyssey
Data
Jatorria Norberak egina
Egilea Morn
GIF genesis
InfoField
 
Fitxategi hau GIF (irudia) hau Python-ekin sortu da .
Iturburu kode
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('roesch_schlage_1910.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 "Hamburg"]
[Site "Hamburg GER"]
[Date "1910.??.??"]
[EventDate "?"]
[Round "?"]
[Result "0-1"]
[White "Roesch"]
[Black "Willi Schlage"]
[ECO "C77"]
[PlyCount "30"]

1.e4 e5 2.Nf3 Nc6 3.Bb5 a6 4.Ba4 Nf6 5.Qe2 b5 6.Bb3 Be7 7.c3
O-O 8.O-O d5 9.exd5 Nxd5 10.Nxe5 Nf4 11.Qe4 Nxe5 12.Qxa8 Qd3
13.Bd1 Bh3 14.Qxa6 Bxg2 15.Re1 Qf3 0-1

Lizentzia

Nik, lan honen egileak, argitaratzen dut ondorengo lizentzia pean:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Irudi-oineko testuak

Add a one-line explanation of what this file represents

Fitxategi honetan agertzen diren itemak

honako hau irudikatzen du

16 abendua 2020

media type ingelesa

image/gif

Fitxategiaren historia

Data/orduan klik egin fitxategiak orduan zuen itxura ikusteko.

Data/OrduaIruditxoaNeurriakErabiltzaileaIruzkina
oraingoa15:10, 16 abendua 202015:10, 16 abendua 2020 bertsioaren iruditxoa800 × 800 (1,63 MB)MornUploaded own work with UploadWizard

Hurrengo orrialdeek dute fitxategi honetarako lotura:

Fitxategiaren erabilera orokorra

Hurrengo beste wikiek fitxategi hau darabilte: