artliou/chess
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#chessrepo This repository will contain all chess-related personal projects that I have written & will write in the future. 1) eloSystem.py | A simple Python class file that a) creates a player class that initializes a player’s name, rating, game history & b) recreates the ELO Rating System used by the USCF to update a player's rating and game history after a game is played between two players.