项目作者: ashwin-pc

项目描述 :
Classic mastermind game based on words
高级语言: HTML
项目地址: git://github.com/ashwin-pc/word-mastermind.git
创建时间: 2020-02-12T08:42:34Z
项目社区:https://github.com/ashwin-pc/word-mastermind

开源协议:MIT License

下载


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…

  1. npm install

…then start:

  1. 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:

  1. npm run build

Contribute

PRs accepted.

License

MIT © Ashwin P Chandran.