Skip to content

Commit a897309

Browse files
0x1NotMeclaude
andcommitted
docs: update for actual game implementation
- Class selection is random, not player choice - Session keys are automatically created with Privy wallets - Clarified manual session key setup only needed for non-Privy wallets 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a8f1530 commit a897309

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

docs/game/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,37 @@ Battle Nads is a technology demonstration showcasing FastLane Labs' blockchain i
55
## 📖 Documentation Structure
66

77
### New Player Resources
8+
89
- **[Quick Start Guide](quick-start-guide.md)** - Essential 5-minute setup guide
910
- **[FAQ & Troubleshooting](faq-troubleshooting.md)** - Common issues and solutions
1011

1112
### Comprehensive Guides
13+
1214
- **[Player Guide](player-guide.md)** - Complete gameplay reference covering all systems
1315
- **[Combat Analysis & Leveling Guide](combat-analysis-and-leveling-guide.md)** - Deep dive into combat mechanics, class strategies, and character optimization
1416

1517
### Advanced Strategy Guides
18+
1619
- **[Game Economy Guide](game-economy-guide.md)** - Master the shMON token economy and financial strategies
1720
- **[Equipment & Progression Guide](equipment-progression-guide.md)** - Optimize your gear, builds, and character development
1821
- **[PvP Combat Manual](pvp-combat-manual.md)** - Advanced player vs player tactics and meta analysis
1922

2023
## 🎯 Reading Path Recommendations
2124

2225
### For Complete Beginners
26+
2327
1. Start with **Quick Start Guide** for immediate gameplay
2428
2. Reference **FAQ & Troubleshooting** when issues arise
2529
3. Read **Player Guide** sections as needed
2630

2731
### For Intermediate Players
32+
2833
1. **Combat Analysis & Leveling Guide** for build optimization
2934
2. **Equipment & Progression Guide** for advanced character development
3035
3. **Game Economy Guide** for financial strategy
3136

3237
### For Competitive Players
38+
3339
1. **PvP Combat Manual** for advanced tactics
3440
2. **Game Economy Guide** for economic optimization
3541
3. All guides for comprehensive mastery

docs/game/player-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Battle Nads is a blockchain-based tactical RPG where players create characters,
2828

2929
1. **Buy-in Requirement**: You need approximately 0.15 MON tokens (0.1 for buy-in + 0.05 minimum bonded)
3030
2. **Character Creation**: Choose your character name and allocate 32 stat points across 6 attributes
31-
3. **Session Key Setup**: Optionally create a session key for gasless transactions
32-
4. **Spawn Delay**: Your character will spawn after 8 blocks (~2-3 minutes)
31+
3. **Class Assignment**: Your class is randomly assigned (Warrior, Rogue, Monk, Sorcerer, or Bard)
32+
4. **Session Key**: Automatically created if using Privy wallet, manual setup for others
33+
5. **Spawn Delay**: Your character will spawn after 8 blocks (~2-3 minutes)
3334

3435
### Minimum Requirements
3536

docs/game/quick-start-guide.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,18 @@ You need approximately **0.15 MON** to start:
3131
**Recommended First Build (Balanced Fighter):**
3232
- Strength: 6, Vitality: 6, Dexterity: 5, Quickness: 5, Sturdiness: 5, Luck: 5
3333

34-
4. Select your **character class**:
35-
- **Warrior** - Tank/DPS hybrid (recommended for beginners)
34+
4. Your character class will be **randomly assigned** from:
35+
- **Warrior** - Tank/DPS hybrid
3636
- **Rogue** - High damage assassin
3737
- **Monk** - Support and healing
3838
- **Sorcerer** - Magical burst damage
39-
- **Bard** - Challenge mode (not recommended for new players)
40-
41-
### Step 4: Set Up Session Key (Highly Recommended)
42-
1. After character creation, you'll be prompted to create a session key
43-
2. **Benefits**: All actions sponsored by session key - no wallet popups
44-
3. **Cost**: Small upfront MON deposit for gas coverage
45-
4. **Important**: Session key balance pays for movement and combat
46-
5. Click **Create Session Key** and follow prompts
39+
- **Bard** - Challenge mode
40+
41+
### Step 4: Session Key (Automatic with Privy)
42+
- **Privy wallets**: Session key is created automatically
43+
- **Other wallets**: You'll be prompted to create one manually
44+
- **Benefits**: All actions sponsored by session key - no wallet popups
45+
- **Important**: Session key balance pays for movement and combat
4746

4847
### Step 5: Enter the Game
4948
1. Wait **8 blocks (~4 minutes)** for your character to spawn

0 commit comments

Comments
 (0)