Qwen3.6 One Shot Tetris Game

r/LocalLLaMA
Generative AI Open Source AI

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! 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.