> For the complete documentation index, see [llms.txt](https://firefirebook.firefirestyle.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://firefirebook.firefirestyle.net/ink_runner/what_is_inkrunner.md).

# xxxって何だろう?

K:「スプラトゥーンって、どんなゲーム?」

K:「誰(だれ)か教(おし)えて」

A:「シューチングゲーム」

K:「やば、シューチングゲームだったっけ」「実(じつ)はやったことないんだよね」

K:「インクを塗(ぬ)りあうゲームでもあるんだよね？あってる？」

A: 「そうそう、陣取(じんと)りゲームなの」

## インクをScratchで再現(さいげん)する

![](/files/-LAM1DbGVFmGFBJ-xR2O)

このコードを追加(ついか)して、Scratchで線(せん)を引(ひ)くことができます。

![](/files/-LAM1Dbf-jZN1sts1Mir)

とすると、線(せん)が太(ふと)くなります。インクっぽく見(み)えないかな？

................

.......

....

## コードを追加する

まずは、このコードを書いてみようか!!

![](/files/-LAM1Dcn7VfIm8B-SJul)

このネコのキャラクターをクリックして。右上のスクリプトTabをクリックすると、スクリプトが追加できます。

まずは、このコードを追加してみましょう。

### 間違いを発見

![](/files/-LAM1DdyWwiLnzGqx9XJ)

K : 「ごめんなさい、このコードには間違いがあります。今のままだとゲームを開始するたびに、ペンの太さが大きくなってしまいます。」

K :「ペンの濃さを50にする」に変えてください

## 動作確認

できたら、動作確認してみましょう。

![](/files/-LAM1DeZmCRDxhqWEHKa)

左上の緑色の旗をクリックしてください。キャラクターが右に動くことがわかるでしょうか。 みなさんの描いたコードもきたい通りに動作していますか?


---

# 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:

```
GET https://firefirebook.firefirestyle.net/ink_runner/what_is_inkrunner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
