{"id":26249451,"url":"https://github.com/randomgamingdev/chesselole","last_synced_at":"2025-12-29T23:45:19.466Z","repository":{"id":264719388,"uuid":"893561254","full_name":"RandomGamingDev/ChessELOle","owner":"RandomGamingDev","description":"Guess the Lichess ELO of a random chess game and see how well you fare","archived":false,"fork":false,"pushed_at":"2024-11-26T00:15:32.000Z","size":613,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T00:28:03.960Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RandomGamingDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-24T18:53:14.000Z","updated_at":"2024-11-26T00:15:36.000Z","dependencies_parsed_at":"2024-11-26T00:38:11.163Z","dependency_job_id":null,"html_url":"https://github.com/RandomGamingDev/ChessELOle","commit_stats":null,"previous_names":["randomgamingdev/chesselole"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomGamingDev%2FChessELOle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomGamingDev%2FChessELOle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomGamingDev%2FChessELOle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomGamingDev%2FChessELOle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RandomGamingDev","download_url":"https://codeload.github.com/RandomGamingDev/ChessELOle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243436217,"owners_count":20290756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-13T15:37:48.971Z","updated_at":"2025-12-29T23:45:19.425Z","avatar_url":"https://github.com/RandomGamingDev.png","language":"CSS","readme":"# ChessELOLe\n![banner](https://github.com/user-attachments/assets/38673344-70dc-4e9a-bbc6-4cc00c4f6d7d)\n\n### Play the game here: https://randomgamingdev.github.io/ChessELOle\n\n#### ChessELOle gets random games from lichess and gives you the game to guess the ELO of. Based on how close or far you are from the actual elos you get a reward or punishment determined by the following code:\n```js\nlet reward = 2 * maxElo - 10 * (((Math.abs(whiteElo - whiteEloGuess) + Math.abs(blackElo - blackEloGuess)) * 0.028) ** 2);\nif (reward \u003c 0)\n  reward = -Math.log(Math.abs(reward)) / Math.log(1.005);\nreward = Math.round(reward);\n```\n\n## UI:\n![example screen](https://github.com/user-attachments/assets/014c299f-902e-4b11-afc6-0801acd69a22)\n\nThis project uses the [`lichess-id-divider`](https://github.com/RandomGamingDev/lichess-id-divider) script and dataset for its random games.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomgamingdev%2Fchesselole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomgamingdev%2Fchesselole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomgamingdev%2Fchesselole/lists"}