Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/extensions/076-sargedev---elo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
repo: "https://github.com/sargedev/elo"
links:
- title: Forum post
url: "https://forum.makecode.com/t/extension-elo-ratings/24574?u=unsignedarduino"
---

The Elo rating system, most known for its use in chess, is a method used to estimate the relative strength between players in a zero-sum game. The singular block can be used after a "win" or "loss" to calculate the correct change to the player's elo. Adds a category to the toolbox called `Elo`.
Loading