Changes include: - Client: INPUT_BROADCAST packet handling and opponent prediction rendering - Client: Protocol parsing for INPUT_BROADCAST packets - Server: Input broadcasting to all clients except sender 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//g/Coding/code2/**)",
|
|
"Bash(python -m py_compile server/server.py)",
|
|
"Bash(node --check client/client.js)",
|
|
"Bash(node --check client/protocol.js)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|