dpedley / swift-chess

Chess represented in swift
https://github.com/dpedley/swift-chess
MIT License
35 stars 7 forks source link

Game is our state #8

Closed dpedley closed 3 years ago

dpedley commented 3 years ago

The state / action / reducer pattern solidified with the game becoming the state and the actions being delegated back to the store.