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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Blizzard avatar

Blizzard/s2client-proto

0
View on GitHub↗
3,942 stars·440 forks·Python·MIT·17 views

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.

Star history

Star history chart for blizzard/s2client-protoStar history chart for blizzard/s2client-proto

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with S2client Proto

These projects share indexed features with S2client Proto. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apache/thriftapache avatar

    apache/thrift

    10,933View on 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++
    View on GitHub↗10,933
  • deepmind/pysc2deepmind avatar

    deepmind/pysc2

    8,298View on 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
    View on GitHub↗8,298
  • dodyg/practical-aspnetcoredodyg avatar

    dodyg/practical-aspnetcore

    10,382View on 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
    View on GitHub↗10,382
  • lmeszinc/azurlaneautoscriptLmeSzinc avatar

    LmeSzinc/AzurLaneAutoScript

    9,292View on 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
    View on GitHub↗9,292
Compare all 30 related projects→

Frequently asked questions

What does blizzard/s2client-proto do?

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.

What are the main features of blizzard/s2client-proto?

The main features of blizzard/s2client-proto are: 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.

Which projects share features with blizzard/s2client-proto?

Projects with overlapping indexed features include: 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…