Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astynax/hluacows
:cow: The "Bulls & Cows" game, built with using Haskell+Lua(HsLua) and Dialogui
https://github.com/astynax/hluacows
Last synced: 19 days ago
JSON representation
:cow: The "Bulls & Cows" game, built with using Haskell+Lua(HsLua) and Dialogui
- Host: GitHub
- URL: https://github.com/astynax/hluacows
- Owner: astynax
- License: bsd-3-clause
- Created: 2015-09-27T16:12:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-15T11:16:48.000Z (about 9 years ago)
- Last Synced: 2023-08-03T03:55:25.203Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hLuaCows
*hLuaCows* is a variant of the ["Bulls & Cows" game](https://en.wikipedia.org/wiki/Bulls_and_Cows), implemented using:
- Haskell for the UI (with library [Dialogui](https://github.com/astynax/dialogui))
- Lua for the game logic## Installation
```shell
$ git clone
$ cd hluacows
$ stack install
```and then
```haskell
$ hluacows
```*Note:* the game's GUI requires installed Tk. You can have it with ``sudo apt-get install tk`` or the other way (native for your OS).