cropleyb / pentai

MIT License
15 stars 1 forks source link

Show the strength of AI players #20

Open cropleyb opened 10 years ago

cropleyb commented 10 years ago

Each AI player could be given a rating. (e.g. like chess ratings) These would be displayed on the AI player screen, and updated from each game they finished. The ratings could be displayed with a colour scale in the new game screen (setup_screen), perhaps as a background colour?

cropleyb commented 10 years ago

Here is some python code for calculating chess ratings: http://chess.stackexchange.com/questions/1377/is-there-any-software-or-web-service-for-club-level-elo-ratings

cropleyb commented 10 years ago

Probably want to give human players a rating too.