marcizhu / marcizhu

An interactive chess game in a README file!
MIT License
185 stars 20 forks source link
chess-game games interactive readme-profile

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 white piece.

A B C D E F G H
8 8
7 7
6 6
5 5
4 4
3 3
2 2
1 1
A B C D E F G H

It's your turn to move! Choose one from the following table

FROM TO (Just click a link!)
A1 B1
A2 A3, A4
C1 A3, B2, D2, E3, F4, G5, H6
C3 C4
D1 D2, E2
D3 D4
E1 D2, E2
E4 E5
F1 E2
F3 D2, D4, E5, G1, G5, H2, H4
G2 G3, G4
H1 G1, H2
H3 H4

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

Last 5 moves in this game | Move | Author | | :--: | :----- | | `C7` to `C5` | [ @Pedr0Sant0s](https://github.com/Pedr0Sant0s) | | `H2` to `H3` | [ @atharvadixit1](https://github.com/atharvadixit1) | | `A7` to `A5` | [ @brdly](https://github.com/brdly) | | `E5` to `F3` | [ @NeoSahadeo](https://github.com/NeoSahadeo) | | `B7` to `B5` | [ @brdly](https://github.com/brdly) |
Top 10 most moves across all games | Total moves | User | | :---------: | :----- | | 692 | [@JohnyP36](https://github.com/JohnyP36) | | 438 | [@marcizhu](https://github.com/marcizhu) | | 378 | [@mishmanners](https://github.com/mishmanners) | | 196 | [@KubaRocks](https://github.com/KubaRocks) | | 116 | [@the1Riddle](https://github.com/the1Riddle) | | 112 | [@MatthiasGN](https://github.com/MatthiasGN) | | 109 | [@viktoriussuwandi](https://github.com/viktoriussuwandi) | | 78 | [@huuquyet](https://github.com/huuquyet) | | 75 | [@lulunac27a](https://github.com/lulunac27a) | | 68 | [@N-NeelPatel](https://github.com/N-NeelPatel) |

Do you want to make your own? Check out my readme chess template!