iOS Basic Survival Game - Last one standing wins. The purpose of this open-source game is for Swift & Sprite Kit beginners to get a jump start on how Sprite Kit can be incorperated into a real fully-featured game. The game also supports bluetooth multiplayer through MultiPeer and Google ads built in with a IAP to remove ads.
- Download project and CocoPods (if not installed)
- run
pod init
in terminal & then add these pods as dependencies in the file then runpod install
pod 'MultiPeer'
pod 'SwiftyStoreKit'
pod 'Cartography', '~> 3.0'
pod 'Google-Mobile-Ads-SDK'