A Game with Stones

A Game with Stones (German: Spiel mit Steinen; Czech: Hra s kameny) is a 1965 short animated film by Czech animator Jan Švankmajer.[1] It utilizes stop-motion animation.[2]

A Game with Stones
Directed byJan Švankmajer
Produced byAlexander Hans Puluj
Written byJan Švankmajer
CinematographyPeter Puluj
Edited byJan Švankmajer
Production
company
Studio A
Release date
  • 1965 (1965)
Running time
9 minutes
CountryAustria

Themes

The animator uses a motif of clocks and stones, accompanied by bizarre sounds and a xylophone/music box score. The film makes use of texture and pattern, with an emphasis on the dichotomy of black and white. The use of old and antique objects reappears in many of the filmmaker's later works.

Production

The film was Švankmajer's first collaboration with Austrian producer Alexander Hans Puluj and cinematographer Peter Puluj, who were both born in Prague. They were sons of a famous physicist Ivan Puluj. The whole film was shot in an Austrian farmhouse.[3]

gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
gollark: ++remind 10mo3d lyric bad
gollark: Fine.

References

  1. "Hra s kameny". čsfd.cz.
  2. Giannalberto Bendazzi (2015). Animation: A World History: Volume II: The Birth of a Style – The Three Markets. CRC Press. p. 252.
  3. Stefanie Schlüter (2015). "Game with Stone" (PDF). Deutsches Filminstitut.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.