https://github.com/daquirm/guessing-game
Ridiculously over-engineered guessing puzzle game made to tryout various application typing approaches
https://github.com/daquirm/guessing-game
Last synced: 2 months ago
JSON representation
Ridiculously over-engineered guessing puzzle game made to tryout various application typing approaches
- Host: GitHub
- URL: https://github.com/daquirm/guessing-game
- Owner: DaQuirm
- License: bsd-3-clause
- Created: 2018-10-01T08:29:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T21:19:28.000Z (over 7 years ago)
- Last Synced: 2026-01-02T10:55:56.603Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# guessing-game
### Available flavors (checkout the respective commit):
You can just follow the commits to see how the pattern/approach "evolves"
1. [Vanilla](https://github.com/DaQuirm/guessing-game/commit/3e7c52bca82063f08041785aed86fa8bcdd127ef)
2. [Naïve Interpreter](https://github.com/DaQuirm/guessing-game/commit/8e9dc3c5f1a185fd3e0f74f4011a06f7911dbd7e)
2. [Free monad](https://github.com/DaQuirm/guessing-game/commit/fe965f944bce66c4c8fba3a9b739388f736593b3)
3. [mtl-style](https://github.com/DaQuirm/guessing-game/commit/4d5540d77dee3af6a02f4b980265e59af677b74f)