Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/localshred/elm-mastermind
- Owner: localshred
- Created: 2019-10-18T19:11:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T18:06:30.000Z (over 2 years ago)
- Last Synced: 2024-11-10T23:04:33.782Z (3 months ago)
- Topics: elm, game
- Language: Elm
- Homepage: https://elm-mastermind.netlify.com/
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```