All Projects → Calanthe → mastermind

Calanthe / mastermind

Licence: MIT license
The Mastermind game made in Webpack, ES6 and React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mastermind

Codemirror Grammar
Transform a JSON grammar into a syntax-highlight parser for CodeMirror
Stars: ✭ 67 (+168%)
Mutual labels:  peg
Pest
The Elegant Parser
Stars: ✭ 2,783 (+11032%)
Mutual labels:  peg
parson
Yet another PEG parser combinator library and DSL
Stars: ✭ 52 (+108%)
Mutual labels:  peg
Erd Go
Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.(convert to dot file)
Stars: ✭ 76 (+204%)
Mutual labels:  peg
Pegparser
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
Stars: ✭ 164 (+556%)
Mutual labels:  peg
Ohm
A library and language for building parsers, interpreters, compilers, etc.
Stars: ✭ 3,938 (+15652%)
Mutual labels:  peg
Lug
Parsing expression grammar (PEG) embedded domain specific language and parsing machine for C++17
Stars: ✭ 44 (+76%)
Mutual labels:  peg
ParsecSharp
The faster monadic parser combinator library for C#
Stars: ✭ 23 (-8%)
Mutual labels:  peg
Mad
⚡ MAD: Manage Dependencies
Stars: ✭ 175 (+600%)
Mutual labels:  peg
peggy
Peggy: Parser generator for JavaScript
Stars: ✭ 444 (+1676%)
Mutual labels:  peg
Ts Pegjs
Plugin for pegjs to generate TypeScript parsers.
Stars: ✭ 76 (+204%)
Mutual labels:  peg
Npeg
PEGs for Nim, another take
Stars: ✭ 163 (+552%)
Mutual labels:  peg
raabro
a Ruby PEG parser library
Stars: ✭ 31 (+24%)
Mutual labels:  peg
Myna Parser
Myna Parsing Library
Stars: ✭ 69 (+176%)
Mutual labels:  peg
pyrser
A PEG Parsing Tool
Stars: ✭ 32 (+28%)
Mutual labels:  peg
3bmd
markdown processor in CL using esrap parser
Stars: ✭ 58 (+132%)
Mutual labels:  peg
Guido blog translation
翻译 Guido 的解析器系列文章
Stars: ✭ 200 (+700%)
Mutual labels:  peg
arborist
Arborist is a PEG parser that supports left-associative left recursion
Stars: ✭ 17 (-32%)
Mutual labels:  peg
pegnet
pegnet.org
Stars: ✭ 41 (+64%)
Mutual labels:  peg
kiuatan
A parser library for Pony.
Stars: ✭ 15 (-40%)
Mutual labels:  peg

The Mastermind game

The Mastermind game made in Webpack, ES6 and React.

Try to guess the pattern, in both order and color, within ten turns. After submitting a row, a small black peg is placed for each code peg from the guess which is correct in both color and position. A white peg indicates the existence of a correct color code peg placed in the wrong position.

Play it here: https://zofiakorcz.pl/mastermind/

An in depth article about how the game was made: https://zofiakorcz.pl/mastermind-react-es6-webpack

License

Mastermind is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].