Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).