Skip to content

Commit

Permalink
fix(ai-doc): remove unneeded info for the AI Broadcast protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
louonezime committed Jun 23, 2024
1 parent bb2d964 commit 6e6ff55
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,13 @@ Broadcast <command>\n

| Command | Definition | Sent by |
| -------- | ---------- | ------- |
| `<ID> assign <role> <pID>` | assign role to a new AI (by **default** considered a `Queen`) | `Queen`\|`Knight` |
| `<ID> waiting` | Wait for AI `Queen` to join at same tile | `Queen` |
| `<ID> inc` | Incantating | `Queen` |
| `<ID> lvl <level>` | Notify level | `Queen` |
| `<ID> mv` | Moved | `Queen` |
| `<ID> nf` | Need `food` | `Queen` |
| `<ID> nl` | Need `linemate` | `Queen` |
| `<ID> nd` | Need `deraumere` | `Queen` |
| `<ID> ns` | Need `sibur` | `Queen` |
| `<ID> nm` | Need `mendiane` | `Queen` |
| `<ID> np` | Need `phiras` | `Queen` |
| `<ID> nt` | Need `thystame` | `Queen` |
| `<ID> assign <role> <pID>` | assign role to a new AI (by **default** considered a `Queen`) | `Queen`\|`Knight` |
-----------------------------------

- `ID` = `AI` **ID** (based off of Connection)
- `role` = role of `AI`, aka {**Bot** | **Fetus** | **Knight**}
- `pID` = player **ID** of an `AI`(based on assignation, by **default** is `0`)
- `level` = actual level of the `AI`

## GUI

Expand Down

0 comments on commit 6e6ff55

Please sign in to comment.