The iOS version of 2048, made using SpriteKit
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
A Snake clone written in Swift
The main features of caleb0/swiftsnake are: Clone Projects, Games.
Open-source alternatives to caleb0/swiftsnake include: danqing/2048 — The iOS version of 2048, made using SpriteKit. jvirus/flappy-fly-bird — 🐦 Flappy Bird game reincarnation [GameplayKit, SpriteKit, iOS 12+]. austinzheng/ios-2048 — iOS drop-in library presenting a 2048-style game. austinzheng/swift-2048 — 2048 for Swift. fullstackio/flappyswift — FlappySwift is a side-scrolling arcade game implementation built for Apple platforms. Developed using the Swift… pixel16/snakeclassic — A snake engine written in SpriteKit for all Apple devices.