├── Aufgabe.pdf ├── Aufgabe.tex ├── GifStream.hs ├── LICENSE ├── README.md ├── Snake.hs ├── SnakeFinished.hs ├── listmonster.png ├── snake.cabal ├── snake.gif └── snake.png /Aufgabe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/Aufgabe.pdf -------------------------------------------------------------------------------- /Aufgabe.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/Aufgabe.tex -------------------------------------------------------------------------------- /GifStream.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/GifStream.hs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/README.md -------------------------------------------------------------------------------- /Snake.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/Snake.hs -------------------------------------------------------------------------------- /SnakeFinished.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/SnakeFinished.hs -------------------------------------------------------------------------------- /listmonster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/listmonster.png -------------------------------------------------------------------------------- /snake.cabal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/snake.cabal -------------------------------------------------------------------------------- /snake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/snake.gif -------------------------------------------------------------------------------- /snake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/def-/gifstream/HEAD/snake.png --------------------------------------------------------------------------------