aimacode / aima-scala

MIT License
85 stars 34 forks source link

refectored Game and Two Player game a bit #82

Closed BusyByte closed 4 years ago

BusyByte commented 4 years ago

Gets rid of unsealed traits for Player, Action, State. Moves utility value comparison to type class. Minor renaming for clarity.