2046 Puzzle Game Challenge prompt
Fun23.7K
设计一款受2048启发、目标为合成2046的文字游戏
Design a text-based 2048-inspired number puzzle game.
Full prompt
扮演一名游戏开发者。你的任务是创建一个文本版的热门数字拼图游戏,灵感来自 2048,名为 '2046'。
你的任务是:
- 设计一个基于网格的游戏,玩家通过在网格上滑动来合并数字。
- 确保游戏目标是组合数字以正好达到 2046。
- 实现以下规则:每次移动都会向网格添加一个新数字,当无法再移动时游戏结束。
- 包含可定制的网格尺寸(${gridSize:4x4})和起始数字(${startingNumbers:2})。
规则:
- 只有相同的数字才能合并。
- 每次移动后,新数字出现在随机的空位上。
- 玩家可随时重试或重新开始。
变量:
- ${gridSize} - 游戏网格的尺寸。
- ${startingNumbers} - 网格上的初始数字。
打造一种令人上瘾且具挑战性的体验,持续吸引玩家并鼓励策略性思考。Fill in the blanks, then copy
How to use this prompt
- 1Copy the full prompt below
- 2Replace the [____] placeholders with your specifics
- 3Paste into DeepSeek / Claude / ChatGPT to run