mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
docs(command-zone): add developer and user documentation
Add comprehensive documentation for the command zone feature. Developer documentation: - command_zone_architecture.md: detailed architecture overview - Layer separation (types, state, logic, graphics) - Component interactions and dependencies - Testing strategy and coverage - Index update to include new architecture doc User documentation: - commander_format.md: how to use Commander format in Cockatrice - Zone configuration options - Gameplay mechanics (commander tax, zone reveals) - Tips for Commander games - Index update to include new format doc
This commit is contained in:
parent
c2a10466db
commit
2b8090a69e
4 changed files with 240 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
@page user_reference User Reference
|
||||
|
||||
|
||||
## Deck Management
|
||||
|
||||
- @subpage creating_decks
|
||||
|
|
@ -7,6 +7,10 @@
|
|||
- @subpage editing_decks
|
||||
- @subpage exporting_decks
|
||||
|
||||
## Game Formats
|
||||
|
||||
- @subpage commander_format
|
||||
|
||||
## Release Channels
|
||||
|
||||
- @subpage beta_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue