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
·
fullstackio avatar

fullstackio/FlappySwift

0
View on GitHub↗
9,694 estrellas·2,644 forks·Swift·MIT·7 vistaswww.fullstackedu.com↗

FlappySwift

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 detection and input-triggered impulse application. It employs a frame-based game loop to synchronize physics steps with the rendering of image textures and assets.

Features

  • Arcade Game Implementations - Implements a side-scrolling arcade experience where the player avoids obstacles through timed inputs.
  • 2D Physics Simulations - Implements gravity and collision detection to create responsive character movement.
  • 2D Rigid Body Physics Engines - Employs SpriteKit to simulate a 2D rigid body physics environment with gravitational forces.
  • Collision Detection Systems - Provides bounding-box collision detection to trigger game over states when the player hits obstacles.
  • Game Loops - Implements a constant refresh rate game loop to synchronize physics calculations and graphics rendering.
  • 2D Game Frameworks - Developed as a 2D side-scrolling game utilizing hardware-accelerated graphics and physics.
  • Physics Engines - Uses a physics engine to simulate gravity and movement for a challenging gameplay experience.
  • Collision Detection - Utilizes a physics-based system to calculate intersections between the player and obstacles.
  • Side-Scrolling Mechanics - Develops a continuous side-scrolling environment where players avoid obstacles using timed inputs.
  • Swift Game Development - Builds an interactive 2D game on Apple platforms using the Swift language and SpriteKit.
  • Swift Projects - A complete game implementation written primarily in the Swift programming language.
  • Game Projects - Provides a full codebase for a mobile game developed for the Apple ecosystem.
  • Game State Management - Manages the transition between start menus, active gameplay, and game over screens via a state machine.
  • Game Phase Transitions - Controls the transitions between start menus, active gameplay sessions, and game over screens.
  • Game Flow Controllers - Uses a centralized state controller to manage transitions between the menu, active play, and game over screens.
  • Force and Impulse Applications - Applies instantaneous upward impulses to the character's physics body in response to screen touch events.
  • Sprite & Particle Rendering - Implements sprite-based rendering to display game characters and backgrounds using the SpriteKit framework.
  • Game Development - Example of a 2D game implementation.
  • Clone Projects - Simple game clone for learning game development.
  • Example Applications - A game implementation demonstrating basic mechanics and syntax.
  • Games - Simple Flappy Bird clone.

Historial de estrellas

Gráfico del historial de estrellas de fullstackio/flappyswiftGráfico del historial de estrellas de fullstackio/flappyswift

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a FlappySwift

Proyectos open-source similares, clasificados según cuántas características comparten con FlappySwift.
  • luanpotter/flameAvatar de luanpotter

    luanpotter/flame

    10,647Ver en GitHub↗

    Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene entities and manage their lifecycles through a structured hierarchy of game objects, coordinated by a consistent game loop. The engine includes a graphics library for rendering animated sprites, particle effects, and external textures. It features a 2D physics integration layer that supports rigid body dynamics and collision detection between entities. The framework covers additional capabilities for game engineering, including user input capture for gestures and gamepads, audio

    Dart
    Ver en GitHub↗10,647
  • liabru/matter-jsAvatar de liabru

    liabru/matter-js

    18,256Ver en GitHub↗

    Matter-js is a 2D rigid body physics engine written in JavaScript for simulating realistic physical interactions, collisions, and dynamics in web browsers. It functions as a web physics simulation library that calculates motion, gravity, and constraints for objects rendered on a web canvas. The library includes a built-in canvas physics visualizer to draw physical bodies, joints, and constraints for debugging and gameplay. It distinguishes itself through a plugin system that supports recursive dependency resolution and internal method patching to inject custom logic into the engine's executio

    JavaScriptcanvasjavascriptphysics
    Ver en GitHub↗18,256
  • flame-engine/flameAvatar de flame-engine

    flame-engine/flame

    10,646Ver en GitHub↗

    Flame is a 2D game engine for Flutter and Dart. It provides a component-based game framework for managing entities and their lifecycles through a hierarchical architecture, alongside a dedicated system for game asset management and input handling. The engine distinguishes itself through a specialized integration layer for external physics engines to handle rigid body dynamics and collision detection. It also features a high-performance task model that uses isolates to offload heavy computations and prevent main thread blocking. The framework covers a broad range of capabilities including vis

    Dartdartflameflutter
    Ver en GitHub↗10,646
  • killedbyapixel/littlejsAvatar de KilledByAPixel

    KilledByAPixel/LittleJS

    4,127Ver en GitHub↗

    LittleJS is a lightweight HTML5 2D game engine designed for building web games using Canvas and WebGL without external dependencies. It integrates a WebGL sprite renderer, a 2D physics engine for arcade-style collisions and rigid-body dynamics, and a grid-based A* pathfinding system for entity navigation. The engine is distinguished by its procedural audio synthesizer, which generates music and sound effects at runtime using parameter arrays to minimize file sizes. It also features a comprehensive graphics pipeline that supports custom fragment-shader post-processing and a dynamic 2D lighting

    JavaScriptbox2dgame-developmentgame-engine
    Ver en GitHub↗4,127
Ver las 30 alternativas a FlappySwift→

Preguntas frecuentes

¿Qué hace fullstackio/flappyswift?

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.

¿Cuáles son las características principales de fullstackio/flappyswift?

Las características principales de fullstackio/flappyswift son: Arcade Game Implementations, 2D Physics Simulations, 2D Rigid Body Physics Engines, Collision Detection Systems, Game Loops, 2D Game Frameworks, Physics Engines, Collision Detection.

¿Qué alternativas de código abierto existen para fullstackio/flappyswift?

Las alternativas de código abierto para fullstackio/flappyswift incluyen: liabru/matter-js — Matter-js is a 2D rigid body physics engine written in JavaScript for simulating realistic physical interactions,… luanpotter/flame — Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene… flame-engine/flame — Flame is a 2D game engine for Flutter and Dart. It provides a component-based game framework for managing entities and… killedbyapixel/littlejs — LittleJS is a lightweight HTML5 2D game engine designed for building web games using Canvas and WebGL without external… almasb/fxgl — FXGL is a 2D game engine and development framework designed for Java and Kotlin. It provides a structured environment… wellcaffeinated/physicsjs — PhysicsJS is a JavaScript physics engine and 2D rigid body simulator designed to calculate the collisions,…