spacequest-ios
spacequest-ios copied to clipboard
Full source code of a working iOS game, space shooter, written in Swift using SpriteKit ππͺπ½πΈπΎ
I want to let the EnemySpaceship can shot missile , but i donβt know How to use scheduleRandomMissileLaunch()
This commit introduces Fastlane for building the iOS project and integrates it with GitHub Actions. - A `Gemfile` is added with `fastlane` as a dependency. - A `fastlane/Fastfile` is created...
This commit introduces a comprehensive suite of XCTest unit tests covering the majority of the Swift files in your Spacequest project. Due to limitations in my current execution environment, these...