> 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/ksudoku.md).

# KSudoku

## 설치

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

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

## 실행

주어진 칸 안에 같은 숫자나 문자가 겹치지 않게 빈칸을 모두 채우는 게임입니다.

표준 스도쿠로 알려져 있는 9x9 칸의 숫자를 채우는 기본 스도쿠 부터 말도 안되는 난이도를 가지고 있는 스도쿠 게임을 즐길 수 있습니다.

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


---

# 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/ksudoku.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.
