Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwin-pc/word-mastermind
Classic mastermind game based on words
https://github.com/ashwin-pc/word-mastermind
javascript mastermind-board-game mastermindjs
Last synced: about 1 month ago
JSON representation
Classic mastermind game based on words
- Host: GitHub
- URL: https://github.com/ashwin-pc/word-mastermind
- Owner: ashwin-pc
- License: mit
- Created: 2020-02-12T08:42:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T07:58:18.000Z (about 2 years ago)
- Last Synced: 2024-04-30T04:43:44.062Z (8 months ago)
- Topics: javascript, mastermind-board-game, mastermindjs
- Language: HTML
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word Mastermind
## Rules:
- Objective of the game is to guess the word
- The boxes indicate the number of letters in the code
- A green box means that a letter is both correct in the right place
- A white box means that a letters is correct but not in the right place
- The order in which the green and white boxes appear is random## Get started
Install the dependencies...
```bash
npm install
```...then start:
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see your app running.
The `php` server is started on [localhost:8000](http://localhost:8000)
## Building and running in production mode
To create an optimised version of the app:
```bash
npm run build
```## Contribute
PRs accepted.
## License
[MIT © Ashwin P Chandran.](./LICENSE)