Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/localshred/elm-mastermind

Mastermind game in elm
https://github.com/localshred/elm-mastermind

elm game

Last synced: about 1 month ago
JSON representation

Mastermind game in elm

Awesome Lists containing this project

README

        

# elm-mastermind

Mastermind is a simple code breaking game consisting of 10 rounds, 4 slots, and 6 colored pegs.

## Playing the game

You can play the game at [elm-mastermind.netlify.com](https://elm-mastermind.netlify.com).

## Installation

```bash
$ yarn
$ make server
# Then go to localhost:8000 in your browser
```