Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huangbuyi/mastermind-game

A Mastermind Game made with Vue.js 3.
https://github.com/huangbuyi/mastermind-game

board-game typescript vue vuejs

Last synced: about 1 month ago
JSON representation

A Mastermind Game made with Vue.js 3.

Awesome Lists containing this project

README

        

# Mastermind

Mastermind(又名珠玑妙算或码碁)是一款经典的逻辑推理游戏,通常是由两个人玩,一个是编码者(出谜者),另一个是解码者(猜谜者)。游戏的目标是解码者通过一系列猜测来确定由编码者设置的秘密代码。

- [游戏页面](https://huangbuyi.github.io/mastermind-game/dist/index.html)
- [玩法介绍](./howToPlay.zh-CN.md).

Mastermind is a classic code-breaking logic game that challenges players to use their deductive reasoning skills. The game is typically played between two people: one person acts as the "codemaker," who sets up a secret code, and the other person is the "codebreaker," whose goal is to decipher the code.

- [Game Page](https://huangbuyi.github.io/mastermind-game/dist/index.html)
- [How To Play](./howToPlay.en.md).
- [Mastermind (board game) - Wiki](https://en.wikipedia.org/wiki/Mastermind_(board_game))

## 游戏界面 - Game UI

![game board](./images/game-board.png)

![game board](./images/game-board-win.png)