A backgammon game with a trained AI opponent.
Here's what has been built:
BackgammonEngine — a complete Swift game engine with legal move generation, all backgammon rules, and the TD(λ) neural network
BackgammonTrainer — a self-play training harness that ran 500,000 episodes in under 50 minutes on your M4 Macbook Pro
BackgammonApp — a SwiftUI iPhone game where you play against the trained AI
Set which developer toolchain runs by default.