Skip to content

Commit

Permalink
add photo of ratings over time
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-zheng-codes committed Jan 12, 2024
1 parent 2cd990e commit cc7d49b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@

## About The Project

![Rating Calculator[ratings-calculator]](src/ratings_calculator/assets/console_app_sample.png)
![Rating Calculator[ratings-calculator]](src/ratings_calculator/assets/CFC_ratings_over_time.png)


This program was created to calculate CFC ratings for our members. A future implementation would be in embeding this
information onto a web service that will automatically calculate ratings. Another idea is to build a HHCC rating system
to let our members play each other in-person.

This program runs by calculating CFC ratings from the publicly accessible CFC algorithm viewable on
the [CFC handbook](https://github.com/Hart-House-Chess-Club/ratings-calculator/blob/main/docs/cfc_handbook.pdf)
.
the [CFC handbook](https://github.com/Hart-House-Chess-Club/ratings-calculator/blob/main/docs/cfc_handbook.pdf).

A future goal is to use the public CFC API to connect to user's CFC ID and run various algorithms to automate the
finding user data aspect.
Expand Down Expand Up @@ -131,6 +131,9 @@ This is an example of how to list things you need to use the software and how to
```
- python library requests

![Rating Calculator[ratings-calculator]](src/ratings_calculator/assets/console_app_sample.png)


### Installation

Below is the installation process for running our code locally.
Expand Down

0 comments on commit cc7d49b

Please sign in to comment.