miya3333 commited on
Commit
901d0f9
·
verified ·
1 Parent(s): 0ffce01

Delete Readme_en.md

Browse files
Files changed (1) hide show
  1. Readme_en.md +0 -55
Readme_en.md DELETED
@@ -1,55 +0,0 @@
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
-