ARtillery is an augmented reality (AR) ballistic projectile game with destructible terrain and ludicrous weapons.
- Xcode (download)
- An ARKit capable iOS device.
- Open Xcode
- Open the "Source Control" menu.
- Select "Clone..."
- Where it asks for "Search or enter repository URL", enter
https://github.com/fra99le/TanksAR.git
- Click "Clone" button in the lower right corner.
- Select a location. The default of
~/Documents/TanksAR
is fine.
- If the project if not open, use finder to navigate to the project file
(e.g.,
~/Documents/TanksAR/TanksAR.xcodeproj
) and double click on it.
This should open the project in Xcode. - Enable signing.
- If it is not already open, open the Navigator by clicking the "Hide or Show Navigator" button in the top-right corner of the Xcode window.
- Click on "TanksAR" project at the top of the Navigator.
- Select the "General" tab for the project.
- Uncheck and recheck the "Automatically manange signing" checkbox int the "Signing" section.
- Sign in and select a Team.
- Attach an ARKIt capable iOS device via USB.
- If the iOS device asks "Trust This Computer?", select "Trust".
- At the top of the Xcode, to the right of "TanksAR", click and select the
name of the iOS device to use.
It may take a few minutes for Xcode to prepare the device and make it available. - Open the "Product" menu and click on "Profile".
- Once "Instruments" app launches, find the newly installed ARtillery icon on your device.
- Tap the icon to launch ARtillery.
- Tap "OK" when prompted
"ARtillery" Would like to Access the Camera
.