Skip to content

def-/gifstream

Repository files navigation

gifstream

Make interactive games in Haskell using GIF streams that can be shown in the webbrowser

An example of snake is included. Compile and run:

$ ghc -O3 -threaded SnakeFinished.hs
$ ./SnakeFinished
Listening on http://127.0.0.1:5002/

Control using wasd in the terminal, output in the browser looks like this:

Snake GIF

About

Make interactive games in Haskell using GIF streams that can be shown in the web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published