Welcome to the 15 Puzzle SwiftUI app, a classic sliding puzzle game brought to the VisionOS platform.
Follow these steps to install and run the app:
-
Install Xcode: Make sure you have Xcode 15 beta 5 or a higher version installed. You can download Xcode from the Apple Developer website.
-
Clone the Repository: Open your terminal and navigate to the directory where you want to store the project. Then, run the following command to clone the repository:
git clone [email protected]:kaiberg/15puzzleSwiftUI.git
-
Open in Xcode: Open Xcode and choose "Open a project or file." Navigate to the directory where you cloned the repository and select the
15puzzleSwiftUI.xcodeproj
file. -
Select VisionOS Simulator: In Xcode, go to the "Product" menu, then select "Destination." Choose the "VisionOS Simulator" option, and select the desired device (e.g., "Apple Vision Pro").
-
Run the App: Press the "Run" button in Xcode, and the app will build and launch in the VisionOS simulator.
The design docs for this project can be found at Figma.