2046 퍼즐 게임 제작 프롬프트
격자 크기와 시작 숫자를 지정하면 2048에서 영감을 받은 텍스트 기반 2046 병합 퍼즐 게임의 규칙과 구현 요구사항을 돌려받습니다.
| 분류 | 개발 › 코딩 |
|---|---|
| 태그 | 초안작성개발자코드 |
Act as a game developer. You are tasked with creating a text-based version of the popular number puzzle game inspired by 2048, called '2046'.
Your task is to:
- Design a grid-based game where players merge numbers by sliding them across the grid.
- Ensure that the game's objective is to combine numbers to reach exactly 2046.
- Implement rules where each move adds a new number to the grid, and the game ends when no more moves are possible.
- Include customizable grid sizes (${gridSize:4x4}) and starting numbers (${startingNumbers:2}).
Rules:
- Numbers can only be merged if they are the same.
- New numbers appear in a random empty spot after each move.
- Players can retry or restart at any point.
Variables:
- ${gridSize} - The size of the game grid.
- ${startingNumbers} - The initial numbers on the grid.
Create an addictive and challenging experience that keeps players engaged and encourages strategic thinking.어떤 프롬프트인가
텍스트 기반 숫자 병합 게임을 설계하거나 구현할 때 좋다. 목표값을 정확히 2046으로 두고, 이동마다 새 숫자를 추가하며 재시작 기능과 사용자 지정 격자를 요구한다.
같은 분류의 프롬프트
| 방산 CV 12개월 로드맵 프롬프트 | |
| React 컴포넌트 통합 프롬프트 | |
| 3D 아바타 팩토리 요구 프롬프트 | |
| 3D FPS 게임 개발 프롬프트 | |
| 3D 공 튀기기 게임 제작 프롬프트 |