We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f237b commit 3f99166Copy full SHA for 3f99166
README.md
@@ -13,3 +13,20 @@ For information about installing zig see: https://ziglang.org/learn/getting-star
13
```
14
./zig-out/bin/mini-rts-zig-bot.exe <host> <port>
15
16
+
17
+# Compatibility
18
19
+zig-bot is compatible with [mini-RTS-server](https://github.com/pwalig/mini-RTS-server)
20
21
+## Version compatibility chart
22
23
+| version | 1.x.x | 2.x.x | 3.0.0 |
24
+| --- | --- | --- | --- |
25
+| **1.0.0** | :x: | :x: | :heavy_check_mark: |
26
27
+> [!NOTE]
28
+> columns: server versions
29
+> rows: zig-bot versions
30
+> x stands for any version number
31
32
+Generally server will be 2 major versions ahead.
0 commit comments