12 lines
767 B
Plaintext
12 lines
767 B
Plaintext
# Task ID: 30
|
|
# Title: Interactive Newbie Guide
|
|
# Status: pending
|
|
# Dependencies: 3, 8, 15, 14
|
|
# Priority: medium
|
|
# Description: Create an interactive, step-by-step tutorial for new users to learn the game rules, controls, and core mechanics, including AI accompaniment.
|
|
# Details:
|
|
Design a series of guided steps (e.g., 'how to place planes', 'how to attack'). Implement overlay UI elements to highlight actions. Use a simplified AI to guide the player through their first game. Allow users to skip or review the guide. Store guide progress in user settings.
|
|
|
|
# Test Strategy:
|
|
On a new account, go through the entire newbie guide. Verify each step is clear and interactive. Test skipping and reviewing sections. Ensure progress is saved if the user exits mid-guide.
|