miya3333 commited on
Commit
fcb59b5
·
verified ·
1 Parent(s): c5875fa

Upload 2 files

Browse files
Files changed (2) hide show
  1. Readme.md +55 -0
  2. Readme_en.md +55 -0
Readme.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ColorLinkPuzzle
3
+ emoji: 🟧
4
+ colorFrom: red
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ license: mit
9
+ ---
10
+
11
+ # カラーリンクパズル
12
+
13
+ ## デモ
14
+ [ColorLinkPuzzle](https://huggingface.co/spaces/miya3333/ColorLinkPuzzle)
15
+
16
+ ## ゲーム概要
17
+ 同じ色のタイルを4つ以上、横・縦・斜めの直線上に連結させて消すマッチパズルゲームです。
18
+
19
+ 上下左右に隣接するタイルをスワップすることができ、マッチが成立すると自動で消え、スコアが加算されます。消えたマスは上から落ちてくる新しいタイルで補充されます。
20
+
21
+ **AI自動プレイ機能**で、AIに全てもしくは一部のみ自動プレイさせることができます。
22
+ スライダーからAIのプレイ速度の変更が可能です。
23
+
24
+ 暗いモードと明るいモードの切替が可能です。
25
+
26
+ ## 今後の展望
27
+ 1. LLMにプレイさせる機能と、その性能を評価できる機能の追加
28
+ 2. AIの強化
29
+ 3. AIや人間との対戦モードの追加
30
+ 4. サウンド、アニメーション、グラフィックの強化
31
+ 5. 通信対戦機能の追加
32
+ 6. 難易度変更機能の追加
33
+
34
+ ## 使用技術
35
+ ### LLM
36
+ コード生成に gpt-oss-120b を使用しました。使用したパラメータは以下のとおりです。
37
+
38
+ | 項目 | 内容 |
39
+ |----------|----------------|
40
+ | **LLM** | [gpt-oss-120b](https://console.groq.com/playground?model=openai/gpt-oss-120b) |
41
+ | **Reasoning** | medium |
42
+ | **Max Completion Tokens** | 8192 |
43
+
44
+ ### フロントエンド
45
+ HTML / CSS / JavaScript
46
+
47
+ ## ライセンス
48
+ MIT License
49
+
50
+ ## 開発者
51
+ miya
52
+
53
+ - Hugging Face: [miya3333](https://huggingface.co/miya3333)
54
+ - X: [@miya00907380](https://x.com/miya00907380)
55
+
Readme_en.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ColorLinkPuzzle
3
+ emoji: 🟧
4
+ colorFrom: red
5
+ colorTo: purple
6
+ sdk: static
7
+ pinned: false
8
+ license: mit
9
+ ---
10
+
11
+ # Color Link Puzzle
12
+
13
+ ## Demo
14
+ [ColorLinkPuzzle](https://huggingface.co/spaces/miya3333/ColorLinkPuzzle)
15
+
16
+ ## Overview
17
+ This is a match-style puzzle game where you link four or more tiles of the same color in a straight line horizontally, vertically, or diagonally to clear them.
18
+
19
+ You can swap adjacent tiles in the four directions. When a match is formed, the tiles are cleared automatically and your score increases. Emptied cells are refilled with new tiles falling from above.
20
+
21
+ With the AI Auto-Play feature, you can let the AI play entirely or partially. You can also adjust the AI play speed via a slider.
22
+
23
+ Both Dark and Light modes are supported.
24
+
25
+ ## Roadmap
26
+ 1. Add LLM-driven auto play and a performance evaluation feature
27
+ 2. Improve AI strength
28
+ 3. Add versus modes against AI and human players
29
+ 4. Enhance sound effects, animations, and graphics
30
+ 5. Add online multiplayer
31
+ 6. Add difficulty settings
32
+
33
+ ## Tech Stack
34
+ ### LLM
35
+ Used gpt-oss-120b for code generation. Parameters used:
36
+
37
+ | Item | Value |
38
+ |------|-------|
39
+ | **LLM** | [gpt-oss-120b](https://console.groq.com/playground?model=openai/gpt-oss-120b) |
40
+ | **Reasoning** | medium |
41
+ | **Max Completion Tokens** | 8192 |
42
+
43
+ ### Frontend
44
+ HTML / CSS / JavaScript
45
+
46
+ ## License
47
+ MIT License
48
+
49
+ ## Developer
50
+ miya
51
+
52
+ - Hugging Face: [miya3333](https://huggingface.co/miya3333)
53
+ - X: [@miya00907380](https://x.com/miya00907380)
54
+
55
+