-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14d7e9d
commit b67fb0c
Showing
27 changed files
with
1,371 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
|
||
<head> | ||
<title> Lichess - Bảng xếp hạng </title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script async src="https://stats.chessnibble.com/script.js" data-website-id="8205b599-208b-4d50-be05-5a4bb2f3775d"></script> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="icon" href="https://raw.githubusercontent.com/Thi-Vua-Lay-Tot/libot-leaderboard/master/images/favicon.ico" type="image/x-icon" /> | ||
<header> | ||
<nav> | ||
<a href="https://thi-vua-lay-tot.github.io/libot-leaderboard/">< Quay lại</a> | ||
</nav> | ||
</header> | ||
<style> | ||
.styled-table { | ||
font-family: "Raleway", sans-serif; | ||
border-collapse: collapse; | ||
width: 100%; | ||
border: 1px solid #ddd; | ||
font-size: 16px; | ||
} | ||
.styled-table th, .styled-table td { | ||
border: 1px solid #ddd; | ||
padding: 8px; | ||
text-align: left; | ||
} | ||
.styled-table th { | ||
background-color: #f0A51; | ||
} | ||
body { | ||
margin-bottom: 70px; | ||
} | ||
.github-logo { | ||
width: 1.5em; | ||
height: auto; | ||
vertical-align: middle; | ||
} | ||
footer { | ||
font-family: "Raleway", sans-serif; | ||
background-color: #04FFf0; | ||
padding: 5px; | ||
margin-left: auto; | ||
margin-top: auto; | ||
position: fixed; | ||
bottom: 0; | ||
right: 0; | ||
width: 100%; | ||
} | ||
</style> | ||
</head> | ||
<h1>Bảng xếp hạng Antichess</h1><table class="styled-table"> | ||
<tr> | ||
<th>Hạng</th> | ||
<th>Bot</th> | ||
<th>Elo</th> | ||
</tr> | ||
<tr> | ||
<td>#1</td> | ||
<td>Viet-AI</td> | ||
<td>2765</td> | ||
</tr> | ||
<tr> | ||
<td>#2</td> | ||
<td>Viet-BOT</td> | ||
<td>2598</td> | ||
</tr> | ||
<tr> | ||
<td>#3</td> | ||
<td>Vinh_VariantsBot</td> | ||
<td>2561</td> | ||
</tr> | ||
<tr> | ||
<td>#4</td> | ||
<td>Viet_BOT</td> | ||
<td>2354</td> | ||
</tr> | ||
<tr> | ||
<td>#5</td> | ||
<td>TungJohn</td> | ||
<td>2225</td> | ||
</tr> | ||
<tr> | ||
<td>#6</td> | ||
<td>BOT_DinhHoangViet</td> | ||
<td>2214</td> | ||
</tr> | ||
<tr> | ||
<td>#7</td> | ||
<td>TungJohnPlayingChess</td> | ||
<td>1477</td> | ||
</tr> | ||
<tr> | ||
<td>#8</td> | ||
<td>bluefake</td> | ||
<td>1475</td> | ||
</tr> | ||
</table> | ||
<footer> | ||
<p> | ||
<a href="https://github.com/Thi-Vua-Lay-Tot/libot-leaderboard"> | ||
<img class="github-logo" src="https://github.com/fluidicon.png" alt="GitHub Icon"> | ||
</a> | ||
Tạo bởi <a href="https://github.com/M-DinhHoangViet">Đinh Hoàng Việt</a> | ||
</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Hạng|Bot|Elo | ||
---|---|--- | ||
#1|Viet-AI|2765 | ||
#2|Viet-BOT|2598 | ||
#3|Vinh_VariantsBot|2561 | ||
#4|Viet_BOT|2354 | ||
#5|TungJohn|2225 | ||
#6|BOT_DinhHoangViet|2214 | ||
#7|TungJohnPlayingChess|1477 | ||
#8|bluefake|1475 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
|
||
<head> | ||
<title> Lichess - Bảng xếp hạng </title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script async src="https://stats.chessnibble.com/script.js" data-website-id="8205b599-208b-4d50-be05-5a4bb2f3775d"></script> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="icon" href="https://raw.githubusercontent.com/Thi-Vua-Lay-Tot/libot-leaderboard/master/images/favicon.ico" type="image/x-icon" /> | ||
<header> | ||
<nav> | ||
<a href="https://thi-vua-lay-tot.github.io/libot-leaderboard/">< Quay lại</a> | ||
</nav> | ||
</header> | ||
<style> | ||
.styled-table { | ||
font-family: "Raleway", sans-serif; | ||
border-collapse: collapse; | ||
width: 100%; | ||
border: 1px solid #ddd; | ||
font-size: 16px; | ||
} | ||
.styled-table th, .styled-table td { | ||
border: 1px solid #ddd; | ||
padding: 8px; | ||
text-align: left; | ||
} | ||
.styled-table th { | ||
background-color: #f0A51; | ||
} | ||
body { | ||
margin-bottom: 70px; | ||
} | ||
.github-logo { | ||
width: 1.5em; | ||
height: auto; | ||
vertical-align: middle; | ||
} | ||
footer { | ||
font-family: "Raleway", sans-serif; | ||
background-color: #04FFf0; | ||
padding: 5px; | ||
margin-left: auto; | ||
margin-top: auto; | ||
position: fixed; | ||
bottom: 0; | ||
right: 0; | ||
width: 100%; | ||
} | ||
</style> | ||
</head> | ||
<h1>Bảng xếp hạng Atomic</h1><table class="styled-table"> | ||
<tr> | ||
<th>Hạng</th> | ||
<th>Bot</th> | ||
<th>Elo</th> | ||
</tr> | ||
<tr> | ||
<td>#1</td> | ||
<td>Viet-AI</td> | ||
<td>2556</td> | ||
</tr> | ||
<tr> | ||
<td>#2</td> | ||
<td>Viet-BOT</td> | ||
<td>2349</td> | ||
</tr> | ||
<tr> | ||
<td>#3</td> | ||
<td>Vinh_VariantsBot</td> | ||
<td>2188</td> | ||
</tr> | ||
<tr> | ||
<td>#4</td> | ||
<td>Viet_BOT</td> | ||
<td>1733</td> | ||
</tr> | ||
</table> | ||
<footer> | ||
<p> | ||
<a href="https://github.com/Thi-Vua-Lay-Tot/libot-leaderboard"> | ||
<img class="github-logo" src="https://github.com/fluidicon.png" alt="GitHub Icon"> | ||
</a> | ||
Tạo bởi <a href="https://github.com/M-DinhHoangViet">Đinh Hoàng Việt</a> | ||
</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Hạng|Bot|Elo | ||
---|---|--- | ||
#1|Viet-AI|2556 | ||
#2|Viet-BOT|2349 | ||
#3|Vinh_VariantsBot|2188 | ||
#4|Viet_BOT|1733 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
|
||
<head> | ||
<title> Lichess - Bảng xếp hạng </title> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<script async src="https://stats.chessnibble.com/script.js" data-website-id="8205b599-208b-4d50-be05-5a4bb2f3775d"></script> | ||
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway"> | ||
<link rel="icon" href="https://raw.githubusercontent.com/Thi-Vua-Lay-Tot/libot-leaderboard/master/images/favicon.ico" type="image/x-icon" /> | ||
<header> | ||
<nav> | ||
<a href="https://thi-vua-lay-tot.github.io/libot-leaderboard/">< Quay lại</a> | ||
</nav> | ||
</header> | ||
<style> | ||
.styled-table { | ||
font-family: "Raleway", sans-serif; | ||
border-collapse: collapse; | ||
width: 100%; | ||
border: 1px solid #ddd; | ||
font-size: 16px; | ||
} | ||
.styled-table th, .styled-table td { | ||
border: 1px solid #ddd; | ||
padding: 8px; | ||
text-align: left; | ||
} | ||
.styled-table th { | ||
background-color: #f0A51; | ||
} | ||
body { | ||
margin-bottom: 70px; | ||
} | ||
.github-logo { | ||
width: 1.5em; | ||
height: auto; | ||
vertical-align: middle; | ||
} | ||
footer { | ||
font-family: "Raleway", sans-serif; | ||
background-color: #04FFf0; | ||
padding: 5px; | ||
margin-left: auto; | ||
margin-top: auto; | ||
position: fixed; | ||
bottom: 0; | ||
right: 0; | ||
width: 100%; | ||
} | ||
</style> | ||
</head> | ||
<h1>Bảng xếp hạng Blitz</h1><table class="styled-table"> | ||
<tr> | ||
<th>Hạng</th> | ||
<th>Bot</th> | ||
<th>Elo</th> | ||
</tr> | ||
<tr> | ||
<td>#1</td> | ||
<td>Viet-AI</td> | ||
<td>3001</td> | ||
</tr> | ||
<tr> | ||
<td>#2</td> | ||
<td>gam3play3r-BOT</td> | ||
<td>2850</td> | ||
</tr> | ||
<tr> | ||
<td>#3</td> | ||
<td>Viet_BOT</td> | ||
<td>2847</td> | ||
</tr> | ||
<tr> | ||
<td>#4</td> | ||
<td>Vinh_VariantsBot</td> | ||
<td>2836</td> | ||
</tr> | ||
<tr> | ||
<td>#5</td> | ||
<td>Hien-Vinh_Bot2</td> | ||
<td>2820</td> | ||
</tr> | ||
<tr> | ||
<td>#6</td> | ||
<td>bluefake</td> | ||
<td>2782</td> | ||
</tr> | ||
<tr> | ||
<td>#7</td> | ||
<td>dangkhoi2805</td> | ||
<td>2755</td> | ||
</tr> | ||
<tr> | ||
<td>#8</td> | ||
<td>Viet-BOT</td> | ||
<td>2753</td> | ||
</tr> | ||
<tr> | ||
<td>#9</td> | ||
<td>Nam-stockfish</td> | ||
<td>2731</td> | ||
</tr> | ||
<tr> | ||
<td>#10</td> | ||
<td>TungJohn</td> | ||
<td>2361</td> | ||
</tr> | ||
<tr> | ||
<td>#11</td> | ||
<td>TungJohnPlayingChess</td> | ||
<td>2242</td> | ||
</tr> | ||
</table> | ||
<footer> | ||
<p> | ||
<a href="https://github.com/Thi-Vua-Lay-Tot/libot-leaderboard"> | ||
<img class="github-logo" src="https://github.com/fluidicon.png" alt="GitHub Icon"> | ||
</a> | ||
Tạo bởi <a href="https://github.com/M-DinhHoangViet">Đinh Hoàng Việt</a> | ||
</p> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Hạng|Bot|Elo | ||
---|---|--- | ||
#1|Viet-AI|3001 | ||
#2|gam3play3r-BOT|2850 | ||
#3|Viet_BOT|2847 | ||
#4|Vinh_VariantsBot|2836 | ||
#5|Hien-Vinh_Bot2|2820 | ||
#6|bluefake|2782 | ||
#7|dangkhoi2805|2755 | ||
#8|Viet-BOT|2753 | ||
#9|Nam-stockfish|2731 | ||
#10|TungJohn|2361 | ||
#11|TungJohnPlayingChess|2242 |
Oops, something went wrong.