Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Player - закрытие по Escape и запуск реплея через аргумент (#7)
* Python bot init talks with server * Python talk with server up to started match * Python starter bot client done * - Fixed socket read buffer - Named tuple XY and BotInfo * - Revert back to dataclasses (faster) * - Socket - skip server round data to stay in sync * - README - bot comments - optimized Socket performance * - more Type annotations * - fixed map size XY type (str -> int) * better str -> int type conversion * - Player close on Escape - Player open replay file from argument
- Loading branch information