소개
- 1.1. 체스 개요
1.1. 체스 개요
Chess is a two-player strategy board game. GNOME Chess is a 2D/3D chess game, where games can be played between a combination of human and computer players. GNOME Chess detects known third party chess engines for computer players. The game was originally developed by Robert Ancell, now the game is included in gnome-games.
GNOME Chess is written in Python and uses GTK+ and Cairo to render the chess board. 3D support is optionally available using OpenGl, using the Python OpenGL and GtkGLExt libraries. As with most modern 3D programs hardware acceleration is recommended but it should run OK in software. GNOME Chess is bundled with GNU Chess as the default chess AI. GNOME Chess can be played in network mode against other players on the Internet.
체스는 64 칸이 이루어진 격자 무늬 사각형 체스 보드에서 플레이됩니다. 플레이어는 서로 16 개의 말을 가집니다. 즉, 킹이 1 개, 퀸 1 개, 루크가 2 개, 나이트가 2 개, 비숍 2 개, 그리고 8 개의 폰으로 게임을 시작합니다. 한 플레이어는 흰 말을 다른 플레이어는 검은 말을 조작합니다. 그리고 흰 말을 가진 플레이어가 먼저 말을 움직일 수 있습니다. 말을 움직이는 번 플레이어는 말을 달리는 때 상대의 말을 "캡처"하여 바둑판에서 옮길 수도 있습니다. 게임의 목적은 상대의 킹을 체크 메이트하는 것입니다. 체크 메이트는 킹이 직접 공격 (체크)되어 어디로 움직여도 공격에서 벗어날 수없는 상태입니다. 게임이 만들어진 이후 다양한 전략, 전술 이론이 고안되어 있습니다.
현재 게임의 형태는 15 세기 후반에 남부 유럽에서 아시아에 기원을 둔 유사한 게임이 도입된 이후에 생겨났습니다. 체스는 세계에서 가장 인기있는 보드 게임 중 하나입니다. 체스 경기의 전통은 16 세기부터 시작되었습니다. 1886 년 Wilhelm Steinitz가 첫 번째 공식적인 세계 챔피언 타이틀을 획득했습니다. 현대에서는 Vladimir Kramnik가 14 대 세계 챔피언입니다. 또한 2 년마다 개최되는 체스 올림 피아드라는 국제 행사도 있습니다. 20 세기에는 국제 체스 연맹 (World Chess Federation)와 국제 통신 체스 연맹 (International Correspondence Chess Federation)라는 두 개의 세계적인 조직이 설립되어 체스 경기와 국제 타이틀을 감독하고 있습니다.
초기의 컴퓨터 과학자의 목표 중 하나는, 체스 놀이 시스템을 만드는 것이었습니다. 현재 체스는 최근 체스 프로그램의 압도적인 능력에 깊은 영향을 받고 있습니다. 1997 년 세계 챔피언 Garry Kasparov와 IBM의 Deep Blue 체스 프로그램의 대전은 컴퓨터가 강한 인간 플레이어를 깰 수 있음을 입증했습니다.
To run GNOME Chess, select from the submenu of the , or type gnome-chess on the command line.