This project now includes a lightweight browser client for multi-account combat testing.
python3 backend/server.py --host 0.0.0.0 --port 8080Then open http://127.0.0.1:8080 in your browser.
To test multi-account PvP:
- Open multiple tabs/windows.
- Login/register with different accounts.
- Create one profile per account.
- Connect each session and move players near each other.
- Use Hit in one tab to apply knockback on another player's profile.
The backend now uses a peer-to-peer-oriented schema with explicit reset-and-create SQL in:
docs/database_refinement.mdbackend/sql/p2p_schema.sql