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
- Host: GitHub
- URL: https://github.com/shou/minecraft-hs
- Owner: Shou
- License: bsd-3-clause
- Created: 2019-10-27T17:33:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T01:03:41.000Z (over 6 years ago)
- Last Synced: 2025-02-27T02:50:25.390Z (over 1 year ago)
- Language: Haskell
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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