1
1
# GaslightGod's Online Open Chess Tournament
2
2
3
3
This is an open chess tournament where ANYONE can play. That's the fun part.
4
- It's your turn to play! Move a <!-- BEGIN TURN --> white <!-- END TURN --> piece.
4
+ It's your turn to play! Move a <!-- BEGIN TURN --> black <!-- END TURN --> piece.
5
5
6
6
<!-- BEGIN CHESS BOARD -->
7
- | | A | B | C | D | E | F | G | H | |
7
+ | | H | G | F | E | D | C | B | A | |
8
8
| ---| :-:| :-:| :-:| :-:| :-:| :-:| :-:| :-:| :-:|
9
- | ** 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/queen.svg " width =50px > | <img src =" img/black/king.svg " width =50px > | <img src =" img/black/bishop.svg " width =50px > | <img src =" img/black/knight.svg " width =50px > | <img src =" img/black/rook.svg " width =50px > | ** 8** |
10
- | ** 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/black/pawn.svg " width =50px > | <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/black/pawn.svg " width =50px > | ** 7** |
11
- | ** 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/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 > | ** 6** |
12
- | ** 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** |
13
- | ** 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/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 > | ** 4** |
9
+ | ** 1** | <img src =" img/white/rook.svg " width =50px > | <img src =" img/white/knight.svg " width =50px > | <img src =" img/white/bishop.svg " width =50px > | <img src =" img/white/king.svg " width =50px > | <img src =" img/white/queen.svg " width =50px > | <img src =" img/white/bishop.svg " width =50px > | <img src =" img/white/knight.svg " width =50px > | <img src =" img/white/rook.svg " width =50px > | ** 1** |
10
+ | ** 2** | <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/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 > | ** 2** |
14
11
| ** 3** | <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 > | ** 3** |
15
- | ** 2** | <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/white/pawn.svg " 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/white/pawn.svg " width =50px > | ** 2** |
16
- | ** 1** | <img src =" img/white/rook.svg " width =50px > | <img src =" img/white/knight.svg " width =50px > | <img src =" img/white/bishop.svg " width =50px > | <img src =" img/white/queen.svg " width =50px > | <img src =" img/white/king.svg " width =50px > | <img src =" img/white/bishop.svg " width =50px > | <img src =" img/white/knight.svg " width =50px > | <img src =" img/white/rook.svg " width =50px > | ** 1** |
17
- | | ** A** | ** B** | ** C** | ** D** | ** E** | ** F** | ** G** | ** H** | |
12
+ | ** 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/blank.png " width =50px > | <img src =" img/white/pawn.svg " width =50px > | <img src =" img/blank.png " width =50px > | <img src =" img/blank.png " width =50px > | <img src =" img/blank.png " width =50px > | ** 4** |
13
+ | ** 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** |
14
+ | ** 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/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 > | ** 6** |
15
+ | ** 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/black/pawn.svg " width =50px > | <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/black/pawn.svg " width =50px > | ** 7** |
16
+ | ** 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/black/bishop.svg " width =50px > | <img src =" img/black/knight.svg " width =50px > | <img src =" img/black/rook.svg " width =50px > | ** 8** |
17
+ | | ** H** | ** G** | ** F** | ** E** | ** D** | ** C** | ** B** | ** A** | |
18
18
<!-- END CHESS BOARD -->
19
19
20
20
** It's your turn to move! Choose one from the following table**
21
21
22
22
<!-- BEGIN MOVES LIST -->
23
23
| FROM | TO (Just click a link!) |
24
24
| :----: | :---------------------- |
25
- | ** A2 ** | [ A3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+A2 +to+A3 ) , [ A4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+A2 +to+A4 ) |
26
- | ** B1 ** | [ A3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B1 +to+A3 ) , [ C3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B1 +to+C3 ) |
27
- | ** B2 ** | [ B3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B2 +to+B3 ) , [ B4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B2 +to+B4 ) |
28
- | ** C2 ** | [ C3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+C2 +to+C3 ) , [ C4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+C2 +to+C4 ) |
29
- | ** D2 ** | [ D3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+D2 +to+D3 ) , [ D4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+D2 +to+D4 ) |
30
- | ** E2 ** | [ E3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+E2 +to+E3 ) , [ E4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+E2 +to+E4 ) |
31
- | ** F2 ** | [ F3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+F2 +to+F3 ) , [ F4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+F2 +to+F4 ) |
32
- | ** G1 ** | [ F3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G1 +to+F3 ) , [ H3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G1 +to+H3 ) |
33
- | ** G2 ** | [ G3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G2 +to+G3 ) , [ G4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G2 +to+G4 ) |
34
- | ** H2 ** | [ H3 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+H2 +to+H3 ) , [ H4 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+H2 +to+H4 ) |
25
+ | ** A7 ** | [ A5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+A7 +to+A5 ) , [ A6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+A7 +to+A6 ) |
26
+ | ** B7 ** | [ B5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B7 +to+B5 ) , [ B6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B7 +to+B6 ) |
27
+ | ** B8 ** | [ A6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B8 +to+A6 ) , [ C6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+B8 +to+C6 ) |
28
+ | ** C7 ** | [ C5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+C7 +to+C5 ) , [ C6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+C7 +to+C6 ) |
29
+ | ** D7 ** | [ D5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+D7 +to+D5 ) , [ D6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+D7 +to+D6 ) |
30
+ | ** E7 ** | [ E5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+E7 +to+E5 ) , [ E6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+E7 +to+E6 ) |
31
+ | ** F7 ** | [ F5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+F7 +to+F5 ) , [ F6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+F7 +to+F6 ) |
32
+ | ** G7 ** | [ G5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G7 +to+G5 ) , [ G6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G7 +to+G6 ) |
33
+ | ** G8 ** | [ F6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G8 +to+F6 ) , [ H6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+G8 +to+H6 ) |
34
+ | ** H7 ** | [ H5 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+H7 +to+H5 ) , [ H6 ] ( https://github.com/GaslightGod/GithubChess/issues/new?body=Please+do+not+change+the+title.+Just+click+%22Submit+new+issue%22.+You+don%27t+need+to+do+anything+else+%3AD&title=Chess%3A+Move+H7 +to+H6 ) |
35
35
<!-- END MOVES LIST -->
36
36
37
37
<details >
@@ -40,6 +40,7 @@ It's your turn to play! Move a <!-- BEGIN TURN -->white<!-- END TURN --> piece.
40
40
41
41
| Move | Author |
42
42
| :--: | :----- |
43
+ | ` D2 ` to ` D4 ` | [ @TheHighNoonCowboy ] ( https://github.com/TheHighNoonCowboy ) |
43
44
| ` Start game ` | [ @GaslightGod ] ( https://github.com/GaslightGod ) |
44
45
45
46
<!-- END LAST MOVES -->
@@ -51,6 +52,7 @@ It's your turn to play! Move a <!-- BEGIN TURN -->white<!-- END TURN --> piece.
51
52
52
53
| Total moves | User |
53
54
| :---------: | :----- |
55
+ | 1 | [ @TheHighNoonCowboy ] ( https://github.com/TheHighNoonCowboy ) |
54
56
55
57
<!-- END TOP MOVES -->
56
58
</details >
0 commit comments