Skip to content

Commit b4e253b

Browse files
Chess: Start new game by GaslightGod
1 parent 6c562d3 commit b4e253b

File tree

3 files changed

+36
-11
lines changed

3 files changed

+36
-11
lines changed

README.md

+33-9
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,57 @@
11
# GaslightGod's Online Open Chess Tournament
22

33
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 -->?<!-- END TURN --> piece.
4+
It's your turn to play! Move a <!-- BEGIN TURN -->white<!-- END TURN --> piece.
55

66
<!-- BEGIN CHESS BOARD -->
7-
8-
(Here goes the chess board)
9-
7+
| | A | B | C | D | E | F | G | H | |
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** |
14+
| **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** | |
1018
<!-- END CHESS BOARD -->
1119

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

1422
<!-- BEGIN MOVES LIST -->
15-
16-
(Here goes the list of legal moves)
17-
23+
| FROM | TO (Just click a link!) |
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) |
1835
<!-- END MOVES LIST -->
1936

2037
<details>
2138
<summary>Last 5 moves in this game</summary>
2239
<!-- BEGIN LAST MOVES -->
23-
(Here goes the list of the last 5 moves)
40+
41+
| Move | Author |
42+
| :--: | :----- |
43+
| `Start game` | [ @GaslightGod](https://github.com/GaslightGod) |
44+
2445
<!-- END LAST MOVES -->
2546
</details>
2647

2748
<details>
2849
<summary>Top 10 most moves across all games</summary>
2950
<!-- BEGIN TOP MOVES -->
30-
(Here goes the top 10 most moves)
51+
52+
| Total moves | User |
53+
| :---------: | :----- |
54+
3155
<!-- END TOP MOVES -->
3256
</details>
3357

data/last_moves.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Start game: @GaslightGod

games/current.pgn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[Event "GaslightGod's Online Open Chess Tournament"]
1+
[Event "@GaslightGod's Online Open Chess Tournament"]
22
[Site "https://github.com/GaslightGod/GithubChess"]
3-
[Date "2020.12.26"]
3+
[Date "2024.02.02"]
44
[Round "1"]
55
[White "?"]
66
[Black "?"]

0 commit comments

Comments
 (0)