awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Blizzard avatar

Blizzard/s2client-proto

0
View on GitHub↗
3,942 stele·440 fork-uri·Python·MIT·11 vizualizări

S2client Proto

s2client-proto provides a set of structured data definitions and language-neutral communication protocols used to exchange information between an external client and the StarCraft II engine. It utilizes protocol buffer definitions to establish a binary serialization schema for these data exchanges.

The project defines the underlying communication layer necessary for game engine automation, game state analysis, and the development of software agents for competitive gaming.

The framework covers interface definition languages to ensure compatibility across programming languages and employs schema-driven message mapping to translate game state identifiers into readable names. It also includes mechanisms to map abstract ability identifiers to specific internal game actions through standardized configuration files.

Features

  • Game Automation Bots - Provides the underlying communication framework necessary for autonomous gameplay bots to interact with the StarCraft II environment.
  • Game AI Development Protocols - Provides the standardized communication protocol required to develop software agents for StarCraft II.
  • Binary Serialization Formats - Implements a binary serialization format using Protocol Buffers to encode complex game data for efficient real-time communication.
  • Game Automation APIs - Defines programmatic interfaces for controlling game clients and executing actions through structured data exchange.
  • Game Engine Communication Protocols - Implements the structured data definitions used to facilitate communication between an external client and the StarCraft II engine.
  • Interface Definition Languages - Uses an interface definition language to establish a strict contract for API requests and responses across different programming languages.
  • Protocol-Based API Definitions - Provides the protocol-based API definitions used to communicate between an external client and the game engine.
  • Protocol Buffer Definitions - Defines structured data formats using Protocol Buffers to specify the types and maps exchanged between the client and engine.
  • Game State Identifier Mappings - Translates raw game state identifiers into human-readable names using predefined mapping files.
  • Game Replay Analysis - Enables the extraction and analysis of behavioral data from recorded game sessions to study AI performance.
  • Stateless Architectures - Employs a stateless architecture for communicating game events and agent actions as discrete packets.
  • Ability-to-Action Mappings - Connects abstract ability identifiers to specific internal game actions via standardized configuration files.

Istoric stele

Graficul istoricului de stele pentru blizzard/s2client-protoGraficul istoricului de stele pentru blizzard/s2client-proto

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru S2client Proto

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu S2client Proto.
  • apache/thriftAvatar apache

    apache/thrift

    10,933Vezi pe GitHub↗

    Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface definition language to specify data types and service interfaces in a neutral format, enabling the automated generation of client and server code across multiple programming languages. The project functions as a polyglot service communicator using a layered software stack to ensure interoperable communication. It focuses on implementing cross-language remote procedure calls and transforming complex data structures into standardized formats for efficient network transport. The

    C++
    Vezi pe GitHub↗10,933
  • deepmind/pysc2Avatar deepmind

    deepmind/pysc2

    8,298Vezi pe GitHub↗

    pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning agents. It acts as an API wrapper that exposes game internals as a set of observations and actions, providing a reinforcement learning environment for research and training. The framework includes tools for game replay analysis to extract data and sequences of actions from recorded matches for predictive modeling. It also provides an agent simulation environment to run and evaluate the performance of single or competing artificial intelligence agents. The system handles game ma

    Python
    Vezi pe GitHub↗8,298
  • dodyg/practical-aspnetcoreAvatar dodyg

    dodyg/practical-aspnetcore

    10,382Vezi pe GitHub↗

    This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of practical examples and projects that demonstrate how to build web applications, RESTful APIs, and high-performance services. The repository focuses on a variety of architectural patterns, including the development of Minimal APIs, contract-first gRPC services, and real-time communication using WebSockets and Server-Sent Events. It includes detailed implementations for user identity and security, such as token-based authentication and CSRF protection. The codebase covers a bro

    C#asp-net-coreaspnet-coreaspnetcore
    Vezi pe GitHub↗10,382
  • lmeszinc/azurlaneautoscriptAvatar LmeSzinc

    LmeSzinc/AzurLaneAutoScript

    9,292Vezi pe GitHub↗

    AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It functions as a screenshot-driven bot that controls Android devices, emulators, and cloud phones via ADB and uiautomator2, using computer vision to make interaction decisions instead of fixed timers. The project distinguishes itself through an advanced computer vision suite that includes local optical character recognition and perspective-aware grid detection. These tools allow the bot to parse 3D game maps, compute vanishing points, and normalize grid-centered objects for precise

    Pythonalasazur-laneazurlane
    Vezi pe GitHub↗9,292
Vezi toate cele 30 alternative pentru S2client Proto→

Întrebări frecvente

Ce face blizzard/s2client-proto?

s2client-proto provides a set of structured data definitions and language-neutral communication protocols used to exchange information between an external client and the StarCraft II engine. It utilizes protocol buffer definitions to establish a binary serialization schema for these data exchanges.

Care sunt principalele funcționalități ale blizzard/s2client-proto?

Principalele funcționalități ale blizzard/s2client-proto sunt: Game Automation Bots, Game AI Development Protocols, Binary Serialization Formats, Game Automation APIs, Game Engine Communication Protocols, Interface Definition Languages, Protocol-Based API Definitions, Protocol Buffer Definitions.

Care sunt câteva alternative open-source pentru blizzard/s2client-proto?

Alternativele open-source pentru blizzard/s2client-proto includ: apache/thrift — Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface… deepmind/pysc2 — pysc2 is a Python interface and simulation framework that connects the StarCraft II game engine to machine learning… dodyg/practical-aspnetcore — This project is a comprehensive sample library and implementation guide for ASP.NET Core. It provides a collection of… wangshub/wechat_jump_game — This project is a Python-based game automation bot and computer vision assistant designed to automate gameplay on… lmeszinc/azurlaneautoscript — AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It… alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to…