An open API service indexing awesome lists of open source software.

https://github.com/shou/minecraft-hs

Minecraft Haskell city structures
https://github.com/shou/minecraft-hs

Last synced: about 1 month ago
JSON representation

Minecraft Haskell city structures

Awesome Lists containing this project

README

          

A very rudimentary collection of Minecraft city structures written in Haskell, based on [this blog post][1].

There is no Cabal or Stack project here, but you run GHCi with `nix-shell` to ensure you have the dependencies:

```bash
nix-shell -p ghc.withPackages(ps: with ps; [random lens monad-loops directory]) --run ghci Minecraft.lhs
```

[1]: http://www.timphilipwilliams.com/posts/2019-07-25-minecraft.html