Awesome
Marc's Open Chess Tournament
This is an open chess tournament where ANYONE can play. That's the fun part.
It's your turn to play! Move a <!-- BEGIN TURN -->black<!-- END TURN --> piece.
H | G | F | E | D | C | B | A | ||
---|---|---|---|---|---|---|---|---|---|
1 | <img src="img/blank.png" width=50px> | <img src="img/white/king.svg" width=50px> | <img src="img/white/rook.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/queen.svg" width=50px> | <img src="img/white/bishop.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/rook.svg" width=50px> | 1 |
2 | <img src="img/white/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | 2 |
3 | <img src="img/black/bishop.svg" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/white/bishop.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | 3 |
4 | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/knight.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/white/pawn.svg" width=50px> | 4 |
5 | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | 5 |
6 | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/black/pawn.svg" width=50px> | <img src="img/black/knight.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/black/pawn.svg" width=50px> | 6 |
7 | <img src="img/black/pawn.svg" width=50px> | <img src="img/black/pawn.svg" width=50px> | <img src="img/black/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/black/pawn.svg" width=50px> | <img src="img/black/pawn.svg" width=50px> | <img src="img/blank.png" width=50px> | 7 |
8 | <img src="img/black/rook.svg" width=50px> | <img src="img/black/knight.svg" width=50px> | <img src="img/black/bishop.svg" width=50px> | <img src="img/black/king.svg" width=50px> | <img src="img/black/queen.svg" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/blank.png" width=50px> | <img src="img/black/rook.svg" width=50px> | 8 |
H | G | F | E | D | C | B | A |
It's your turn to move! Choose one from the following table
<!-- BEGIN MOVES LIST -->FROM | TO (Just click a link!) |
---|---|
A6 | A5 |
A8 | A7, B8, C8 |
B7 | B5, B6 |
C6 | A5, A7, B4, B8, D4, E5, E7 |
D6 | D5 |
D8 | B8, C8, D7, E7, F6, G5, H4 |
E8 | D7, E7 |
F7 | F5, F6 |
F8 | E7 |
G7 | G5, G6 |
G8 | E7, F6, H6 |
H3 | C8, D7, E6, F1, F5, G2, G4 |
H7 | H5, H6 |
Having fun? Ask a friend to do the next move!
How it works
When you click on a link and submit a new issue with the desired move, a GitHub action is triggered, which in turn runs a small python script that performs the specified movement, updates this README file and commits the changes.
Have you spotted a bug? Something missing? Feel free to open an issue and I will try to fix it as soon as possible :D
<details> <summary>Last 5 moves in this game</summary> <!-- BEGIN LAST MOVES -->Move | Author |
---|---|
C3 to E4 | @mishmanners |
F5 to H3 | @MatissesProjects |
G2 to F3 | @Nikita8Sannikov |
A7 to A6 | @arihantjain-aj |
B1 to C3 | @eranbraun |
Total moves | User |
---|---|
692 | @JohnyP36 |
422 | @marcizhu |
359 | @mishmanners |
196 | @KubaRocks |
116 | @the1Riddle |
109 | @viktoriussuwandi |
106 | @MatthiasGN |
78 | @huuquyet |
69 | @lulunac27a |
68 | @N-NeelPatel |
Do you want to make your own? Check out my readme chess template!