aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 29e634c4c093c7050a3dbedf8c9e856ebe2bc13d (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 [https://github.com/nvzqz/Sage](Sage by @nvzqz) along with [https://github.com/SuperGeroy](@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).