awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • fullstackio/flappyswiftالصورة الرمزية لـ fullstackio

    fullstackio/FlappySwift

    9,694عرض على GitHub↗

    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
    عرض على GitHub↗9,694
  1. Home
  2. Software Engineering & Architecture
  3. State Machine Logic
  4. Game Flow Controllers