awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesGame Timer Synchronization

Logic to maintain consistent timers and cooldowns across pausing and unpausing events.

Distinct from Durable Time-Based Pausing: Distinct from durable task pausing by specifically adjusting timestamps to prevent cooldown drift during game pauses.

Explore 1 awesome GitHub repository matching software engineering & architecture · Game Timer Synchronization. Refine with filters or upvote what's useful.

Awesome Game Timer Synchronization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • space-wizards/space-station-14Avatar de space-wizards

    space-wizards/space-station-14

    3,523Ver en GitHub↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    Adjusts timestamp fields when entities are unpaused to ensure consistent timers and cooldowns.

    C#c-sharpgamehacktoberfest
    Ver en GitHub↗3,523
  1. Home
  2. Software Engineering & Architecture
  3. Execution Pausing
  4. Durable Time-Based Pausing
  5. Game Timer Synchronization