> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-6.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-6.0/startmenu/game/knights.md).

# Knights

## 설치

hamonikr-games 패키지는 KDE에서 제공하고 있는 게임 중 가장 잘 알려진 게임을 설치할 수 있도록 제공하고 있는 메타 패키지 입니다.

```bash
sudo apt install hamonikr-games
```

## 실행

체스 게임입니다.

다양한 컴퓨터 엔진을 통해 난이도를 변경할 수 있습니다.

체스 서버를 통해 온라인으로 대전하실 수 있습니다.

<figure><img src="/files/XdXcukcQvM0LbnSBRytz" alt=""><figcaption></figcaption></figure>

### 온라인 대전

온라인으로 대전을 하기 위해서는 다음 링크에서 계정을 생성하고 진행하실 수 있습니다.

링크에 접속하 **Registration Form** 을 클릭하여 회원가입을 진행합니다.

입력하는 항목 중 Handle이 로그인 ID가 되며 회원 가입후 인증을 하게 되면 비밀번호는 이메일 주소로 랜덤하게 전송됩니다.

{% embed url="<https://www.freechess.org/Register/index.html>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-6.0/startmenu/game/knights.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
