https://github.com/dav1312/chess
https://github.com/dav1312/chess
chess elo elo-rating stockfish stockfish-engine
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dav1312/chess
- Owner: dav1312
- License: mit
- Created: 2021-08-18T17:31:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T20:43:49.000Z (over 1 year ago)
- Last Synced: 2024-09-18T01:33:56.021Z (over 1 year ago)
- Topics: chess, elo, elo-rating, stockfish, stockfish-engine
- Language: JavaScript
- Homepage: https://dav1312.github.io/Chess/
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elo Calculator
[https://dav1312.github.io/Chess/EloCalculator](https://dav1312.github.io/Chess/EloCalculator)
A simple Elo calculator based on [3dkingdoms's Elo Calculator](https://www.3dkingdoms.com/chess/elo.htm).

---
# Winrate Calculator
[https://dav1312.github.io/Chess/WinrateCalculator](https://dav1312.github.io/Chess/WinrateCalculator)
Calculate the win/draw/loss percentages using Stockfish's eval and move number.

---
# Stockfish Commits
[https://dav1312.github.io/Chess/StockfishCommits](https://dav1312.github.io/Chess/StockfishCommits)
See all of the Stockfish commits and download the latest version.
---
# Eval Bar
[https://dav1312.github.io/Chess/EvalBar](https://dav1312.github.io/Chess/EvalBar)
An example of a dynamic evaluation bar.
---
# Stockfish Graphviz
[https://dav1312.github.io/Chess/StockfishGraphviz](https://dav1312.github.io/Chess/StockfishGraphviz)
Helper website to fix the output of [Stockfish Graphviz](https://github.com/Disservin/Stockfish/tree/graphvizTREEFILE).