packages feed

hscurses-fish-ex-1.3.2: README.md

# hscurses-fish-ex


## Synopsis

hscurses swimming fish example (Haskell)


## Description

Simple curses aquarium written to learn about the hscurses library.


## Getting source

- Download the cabalized source package [from Hackage](http://hackage.haskell.org/package/hscurses-fish-ex)
- Get the source with darcs: `$ git clone https://github.com/dino-/hscurses-fish-ex.git`
- If you're just looking, [browse the source](https://github.com/dino-/hscurses-fish-ex)

And once you have it, building the usual way:

    $ stack init
    $ stack build
    $ stack exec hscurses-fish-ex


## Contact

Dino Morelli <[dino@ui3.info](mailto:dino@ui3.info)>