Update
This commit is contained in:
parent
561ddf8822
commit
633f66f409
10 changed files with 34 additions and 3 deletions
2
chess.md
2
chess.md
|
@ -15,6 +15,8 @@ Chess is an old two-player board [game](game.md), perhaps most famous and popula
|
|||
- It is a source of many interesting [mathematical](math.md) and programming challenges.
|
||||
- It seems to strike the right balance of simplicity and complexity, it is very simple but not so trivial as to be ever solved in a foreseeable future.
|
||||
|
||||
What is the longest possible chess game? It depends on the exact rules and details we set, for example if a 50 move rule applies, a player MAY claim a draw but also doesn't have to -- but if neither player ever claims a draw, a game can be played infinitely -- so we have to address details such as this. Nevertheless the longest possible chess game upon certain rules has been computed by [Tom7](tom7.md) at 17697 half moves in a paper for [SIGBOVIK](sigbovik.md) 2020.
|
||||
|
||||
## Chess In General
|
||||
|
||||
Chess evolved from ancient board games in India in about 6th century. Nowadays the game is internationally governed by **FIDE** which has taken the on role of an authority that defines the official rules: FIDE rules are considered to be the standard chess rules. FIDE also organizes tournaments, promotes the game and keeps a list of registered players whose performance it rates with so called Elo system – based on the performance it also grants titles such as **Grandmaster** (GM, strongest), **Internation Master** (IM, second strongest) or **Candidate Master** (CM).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue