https://github.com/leizhenpeng/caici
猜词(CāiCí) -- handle (汉兜) Pro 版本 : 增加古诗词, 增加多人游戏~
https://github.com/leizhenpeng/caici
game wordle wordle-chinese wordle-game
Last synced: 4 months ago
JSON representation
猜词(CāiCí) -- handle (汉兜) Pro 版本 : 增加古诗词, 增加多人游戏~
- Host: GitHub
- URL: https://github.com/leizhenpeng/caici
- Owner: Leizhenpeng
- License: mit
- Created: 2022-08-01T08:53:32.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-14T08:58:35.000Z (over 2 years ago)
- Last Synced: 2025-02-17T03:12:28.101Z (4 months ago)
- Topics: game, wordle, wordle-chinese, wordle-game
- Language: Vue
- Homepage: https://caici.forkway.cn/
- Size: 7.54 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README copy.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# 汉兜 Handle
A Chinese Hanzi variation of [Wordle](https://www.powerlanguage.co.uk/wordle/). 汉字 Wordle.
[handle.antfu.me](https://handle.antfu.me)
请勿剧透!PLEASE DO NOT SPOIL
## Development Setup
- Insall [Node.js](https://nodejs.org/en/) >=v16 and [pnpm](https://pnpm.io/)
- Run `pnpm install`
- Run `pnpm dev` and visit `http://localhost:4444`## 成语勘误
成语数据库储存于
- [./src/data/idioms.txt](./src/data/idioms.txt) - 已知的成语列表
- [./src/data/polyphones.json](./src/data/polyphones.json) - 特殊发音的成语列表二者互不包含。
如遇到成语缺失或发音错误,请编辑 [./src/data/new.txt](./src/data/new.txt) 文件,一行一词,完成后执行 `pnpm run update` 命令,脚本会自动抓取 [汉典](https://www.zdic.net/) 的数据更新成语数据库。如遇汉典中也缺失的成语,其会留存在 new.txt 中,需要手动判断与添加。
## Tech Stack
- [Vue 3](https://v3.vuejs.org/)
- [Vite](https://vitejs.dev/)
- [VueUse](https://vueuse.org/)
- [UnoCSS](https://github.com/antfu/unocss)
- [Vitesse Lite](https://github.com/antfu/vitesse-lite)## License
[MIT](./LICENSE) License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)