ww commited on
Commit ·
6bac19d
1
Parent(s): 913e01c
Standardize task and target names
Browse files- .gitattributes +1 -0
- README.md +24 -21
.gitattributes
CHANGED
|
@@ -35,6 +35,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 38 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
# Audio files - uncompressed
|
| 40 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 35 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.blend filter=lfs diff=lfs merge=lfs -text
|
| 39 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 40 |
# Audio files - uncompressed
|
| 41 |
*.pcm filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -11,29 +11,32 @@ tags:
|
|
| 11 |
|
| 12 |
# GameCode4D
|
| 13 |
|
| 14 |
-
Game prompts for the 20 Code2Games tasks.
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Game Prompts
|
| 17 |
|
| 18 |
| ID | Task | Target file | Prompt |
|
| 19 |
|---:|---|---|---|
|
| 20 |
-
| 01 |
|
| 21 |
-
| 02 |
|
| 22 |
-
| 03 |
|
| 23 |
-
| 04 |
|
| 24 |
-
| 05 |
|
| 25 |
-
| 06 |
|
| 26 |
-
| 07 |
|
| 27 |
-
| 08 |
|
| 28 |
-
| 09 |
|
| 29 |
-
| 10 |
|
| 30 |
-
| 11 |
|
| 31 |
-
| 12 |
|
| 32 |
-
| 13 |
|
| 33 |
-
| 14 |
|
| 34 |
-
| 15 |
|
| 35 |
-
| 16 |
|
| 36 |
-
| 17 |
|
| 37 |
-
| 18 |
|
| 38 |
-
| 19 |
|
| 39 |
-
| 20 |
|
|
|
|
| 11 |
|
| 12 |
# GameCode4D
|
| 13 |
|
| 14 |
+
Game prompts for the 20 Code2Games tasks. Task and target names use the
|
| 15 |
+
`<scenario>_<variant>` convention: `_1` is the original version and `_2` is
|
| 16 |
+
the newer variant. The corresponding Blender gameplay worlds are provided as
|
| 17 |
+
`.blend` files with exactly the same task name.
|
| 18 |
|
| 19 |
## Game Prompts
|
| 20 |
|
| 21 |
| ID | Task | Target file | Prompt |
|
| 22 |
|---:|---|---|---|
|
| 23 |
+
| 01 | FPS_1 | `FPS_1.blend` | Create a first-person sci-fi assault on a red desert ridgeline. Eliminate three hostile sentries and secure the remote signal relay. |
|
| 24 |
+
| 02 | FPS_2 | `FPS_2.blend` | Create a first-person sci-fi combat sweep on a red-desert ridgeline. Track and eliminate three hostile sentries, then secure the remote signal uplink. |
|
| 25 |
+
| 03 | Monster_Hunt_1 | `Monster_Hunt_1.blend` | Create a third-person monster hunt in a dark forest. Track the Thornback, break its neck armor, defeat it, and claim the trophy. |
|
| 26 |
+
| 04 | Monster_Hunt_2 | `Monster_Hunt_2.blend` | Create a storm-weather Thornback hunt through a wet forest. Track the creature in low visibility, defeat it, and retrieve the trophy. |
|
| 27 |
+
| 05 | Racing_1 | `Racing_1.blend` | Create a high-speed off-road rally through a desert oasis. Drive across uneven terrain, use nitro, pass eight checkpoints, and reach the finish. |
|
| 28 |
+
| 06 | Racing_2 | `Racing_2.blend` | Create a desert-storm rally across layered dunes. Control the vehicle over changing slopes, pass eight rally gates, and complete the stage. |
|
| 29 |
+
| 07 | Skiing_1 | `Skiing_1.blend` | Create a third-person alpine slalom on a bright snow course. Control speed and direction, clear eight gates, and reach the finish arch. |
|
| 30 |
+
| 08 | Skiing_2 | `Skiing_2.blend` | Create a golden-hour alpine slalom route. Descend through warm-lit snow, clear eight ordered gates, and reach the finish without penalties. |
|
| 31 |
+
| 09 | Temple_Run_1 | `Temple_Run_1.blend` | Create a third-person reconnaissance game on a rocky ridgeline. Explore landmarks, locate a hidden signal, inspect a shrine, and reach extraction. |
|
| 32 |
+
| 10 | Temple_Run_2 | `Temple_Run_2.blend` | Create a third-person relic runner in a rain-soaked jungle temple. Dodge ruin obstacles, collect five relics, and reach the escape shrine. |
|
| 33 |
+
| 11 | TPS_2 | `TPS_2.blend` | Create a third-person tactical mission in a dark rainy jungle. Follow tracks, avoid or eliminate patrols, and secure the target uplink. |
|
| 34 |
+
| 12 | TPS_1 | `TPS_1.blend` | Create a third-person coastal-jungle infiltration. Scout through vegetation, flank hostile patrols, and secure the marked relay with a silenced weapon. |
|
| 35 |
+
| 13 | Underwater_1 | `Underwater_1.blend` | Create a free-swimming scientific survey in a coral reef. Collect three samples, investigate two marked sites, and return to extraction. |
|
| 36 |
+
| 14 | Underwater_2 | `Underwater_2.blend` | Create a blackwater anomaly survey under low visibility. Collect three samples, scan two anomalous sites, monitor sonar, and extract after completion. |
|
| 37 |
+
| 15 | Wingsuit_1 | `Wingsuit_1.blend` | Create an F-104 low-altitude flight mission at dawn. Follow the safe corridor, activate four flight cells, and lock the summit mast. |
|
| 38 |
+
| 16 | Wingsuit_2 | `Wingsuit_2.blend` | Create a summit-intercept flight over foggy mountains. Follow the designated corridor, activate four terrain-link cells, and lock the summit mast. |
|
| 39 |
+
| 17 | Assassins_Creed_1 | `Assassins_Creed_1.blend` | Create a third-person fantasy archer assassination in a rocky desert. Scout the arena, take cover, locate the target, and eliminate it with a bow. |
|
| 40 |
+
| 18 | Assassins_Creed_2 | `Assassins_Creed_2.blend` | Create a third-person archer hunt in a dead-tree wasteland. Position using sparse terrain, aim at distant targets, and eliminate them with a bow. |
|
| 41 |
+
| 19 | Minecraft_1 | `Minecraft_1.blend` | Create a third-person block-style scavenging challenge in a red desert canyon. Explore markers, collect resources, avoid hazards, and complete the required set. |
|
| 42 |
+
| 20 | Minecraft_2 | `Minecraft_2.blend` | Create a block-style resource expedition across rocky clearings and forest terrain. Traverse multiple regions, gather crafting materials, and complete the resource set. |
|