https://github.com/michaelzheng67/chess_app
Chess App for the Vision Pro ♟️. Play against a bot or with friends!
https://github.com/michaelzheng67/chess_app
flask python realitykit swiftui visionos
Last synced: about 2 months ago
JSON representation
Chess App for the Vision Pro ♟️. Play against a bot or with friends!
- Host: GitHub
- URL: https://github.com/michaelzheng67/chess_app
- Owner: michaelzheng67
- Created: 2023-12-26T19:58:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T22:27:17.000Z (over 2 years ago)
- Last Synced: 2025-03-11T16:40:38.579Z (over 1 year ago)
- Topics: flask, python, realitykit, swiftui, visionos
- Language: Python
- Homepage:
- Size: 56.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vision Pro - Chess App
```
A VisionOS app that lets you play chess against a bot or your friends
```
Tech Stack - SwiftUI, RealityKit Frontend (VisionOS) + Flask (Python) Backend
https://github.com/michaelzheng67/chess_app/assets/82613778/0b7c3b54-645b-4a33-bda6-b196b1086afd
## Setup:
- Launch chess.xcodeproj in your xcode beta ide. Open up the VisionOS Simulator
- Launch the Chess-Engine backend:
```
# cd into the chess engine folder
source /venv/bin/active # get the dependencies in virtual env
python app.py
```
- That's it! Now you should be good to play against the bot. This app works by calling the backend through HTTP requests every time it's time for the bot to play / update the board.