aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b5e3f8ed99bd8ce8a79b8f950129865bcbb74e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SwiftChessNeo

**WIP: I am actively developing swift-chess-neo while writing iWatchChess for iOS/macOS**

Fork of [Sage by @nvzqz](https://github.com/nvzqz/Sage) along with [@SuperGeroy](https://github.com/SuperGeroy)'s patches. This fork adds SwiftUI views, and other QoL improvements. Due to some technical difficulties, I ended up copying the files in the `Sources` folder and adding them to my project. 

## To-Do

- [ ] SwiftUI Views (In-Progress)
- [ ] UCI Chess Engine Support
- [ ] SVG Resources
- Move Handling
    - [ ] Enhance PGN Parsing
    - [ ] Comprehensive PGN Support
    - [ ] Support for different lines
- [ ] GameplayKit Support


### Possible Misc Enhancements

- Integrated Lichess Client (?)
- Player Database (?)

## License

Sage and its modifications are published under [version 2.0 of the Apache License](https://www.apache.org/licenses/LICENSE-2.0).