Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huangbuyi/mastermind-game
- Owner: huangbuyi
- Created: 2024-10-24T11:55:43.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:41:27.000Z (about 2 months ago)
- Last Synced: 2024-10-25T13:49:33.912Z (about 2 months ago)
- Topics: board-game, typescript, vue, vuejs
- Language: Vue
- Homepage: https://huangbuyi.github.io/mastermind-game/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)