项目作者: ashwin-pc
项目描述 :
Classic mastermind game based on words
高级语言: HTML
项目地址: git://github.com/ashwin-pc/word-mastermind.git
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…
npm install
…then start:
npm run dev
Navigate to localhost:5000. You should see your app running.
The php
server is started on localhost:8000
Building and running in production mode
To create an optimised version of the app:
npm run build
Contribute
PRs accepted.
License
MIT © Ashwin P Chandran.