Skip to content

bonsai/unicode-mahjong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unicode Mahjong Monorepo

絵文字麻雀 (Emoji Mahjong) のモノレポポジトリ

構成

unicode-mahjong/
├── kimi/       - Kimi 版
├── deepseek/   - DeepSeek 版
├── qwen/       - Qwen 版 (TypeScript CLI & Web)
└── prompt.txt  - 共通プロンプト

各バージョンの説明

qwen/

TypeScript で作成したユニバーサル麻雀ゲーム

  • CLI: ターミナルで動作
  • Web: ブラウザで動作
  • GitHub Pages: 自動デプロイ対応

qwen/README.md を参照

kimi/

Kimi による実装バージョン

deepseek/

DeepSeek による実装バージョン

使い方 (qwen 版)

cd qwen
npm install
npm run build
npm start        # CLI 版
npm run serve    # Web 版 (http://localhost:8080)

GitHub Pages デプロイ (qwen 版)

qwen フォルダをデプロイします:

cd qwen
npm run build
# GitHub Actions が自動デプロイ

または、GitHub Pages の設定で Source folder/qwen に設定してください。

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors