Qwen3.6 One Shot Tetris Game

I am blown away by what this model can generate locally. I asked for a flashy Tetris game with particle effect and boy did it deliver!

https://codepen.io/deadman87/pen/gbwJZRR

LLaMA Server command:

./llama-server \
--jinja \
-hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_XL \
--image-min-tokens 1024 \
--n-cpu-moe 18 \
--no-mmproj \
--parallel 1 \
--temp 0.6 \
--top-p 0.95 \
--top-k 20 \
--presence_penalty 1.5 \
--min-p 0.00

Prompt:

Create a tetris game in a single html file. Include particle effects and make it flashy

Performance:

PP: 29.04 tokens/s
Generated Tokens: 9 113 tokens
Output: 13.62 tokens/s
Total Time: 11m 8s

submitted by /u/deadman87
[link] [comments]

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top