You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
409 B
23 lines
409 B
Connect 4 - Swift UI
|
|
====================
|
|
|
|
## Cloning
|
|
|
|
This project includes the model as a git submodule.
|
|
|
|
```sh
|
|
git clone --recurse-submodules https://codefirst.iut.uca.fr/git/mathieu.grousseau/Connect4-UI.git
|
|
```
|
|
|
|
## Building
|
|
|
|
The project was built with XCode 15.4 and was tested under macOS 14.6.1 and
|
|
iPhone 15.
|
|
|
|
Other platforms may work but are untested.
|
|
|
|
## Notable missing features
|
|
|
|
- ARKit support
|
|
|