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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesGame Flow Controllers

State machines specifically designed to orchestrate game-level scene transitions.

Distinct from State Machine Logic: More specific than general state machine logic; targets game-screen orchestration.

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

Awesome Game Flow Controllers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fullstackio/flappyswiftAvatar von fullstackio

    fullstackio/FlappySwift

    9,694Auf GitHub ansehen↗

    FlappySwift is a side-scrolling arcade game implementation built for Apple platforms. Developed using the Swift programming language, this 2D game project features a physics-based environment where a player controls a character to avoid obstacles. The project utilizes the SpriteKit framework to handle rigid body dynamics, gravitational forces, and sprite-based rendering. Game flow is managed through a state machine that controls transitions between the start menu, active gameplay, and game over screens. The implementation covers 2D physics simulation, including bounding-box collision detecti

    Uses a centralized state controller to manage transitions between the menu, active play, and game over screens.

    Swift
    Auf GitHub ansehen↗9,694
  1. Home
  2. Software Engineering & Architecture
  3. State Machine Logic
  4. Game Flow Controllers