An open API service indexing awesome lists of open source software.

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!

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.