Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibostr/hangman-hs
Hangman written in Haskell.
https://github.com/tibostr/hangman-hs
gtk hangman haskell haskell-game haskell-gi haskell-gui
Last synced: about 2 months ago
JSON representation
Hangman written in Haskell.
- Host: GitHub
- URL: https://github.com/tibostr/hangman-hs
- Owner: TiboStr
- Created: 2022-06-15T11:38:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T21:31:13.000Z (over 2 years ago)
- Last Synced: 2023-09-17T18:50:06.310Z (over 1 year ago)
- Topics: gtk, hangman, haskell, haskell-game, haskell-gi, haskell-gui
- Language: Haskell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hangman
I wanted to try to make a gui with Haskell. [This video](https://www.youtube.com/watch?v=ViW-bcNQ6Lc&ab_channel=DistroTube) inspired me to create a simple GTK application.To run this project, simply run `stack run` in `hangman/`.