Basic working with ships partly implimented

This commit is contained in:
2026-01-07 23:11:46 -07:00
parent 1ec24fbf12
commit 6e914467ed
49 changed files with 2079 additions and 220 deletions
+2 -1
View File
@@ -8,7 +8,7 @@ Here is my newly defined API:
# API
Transport: WebSocket
Transport: TCP Sockets
Encoding: JSON
Direction: Bidirectional
@@ -20,6 +20,7 @@ Every message has:
"domain": "...",
"request_id": integer
"payload": {}
"player_id"
}
```