# Introduction

## [炎の型工房に戻る](http://firefirestyle.net/)or [Gitbook@kyorohiroに戻る](https://www.gitbook.com/@kyorohiro)

## 火の型 with Scratch 2.0 プログラム入門

[By kyorohiro (河村潔広)](http://kyorohiro.github.io/)

固定レイアウト版を以下で、PDFで公開しています。

<https://github.com/firefirestyle/ebook_firestyle_clippaintnt/tree/master/pdf>

![](/files/-LALuDY4WXx6ZmAjfigH)

## LICENSES

<http://creativecommons.org/licenses/by/4.0/>

この文書のライセンスはCC0で配布しています。だいだいの権利を放棄しています。

まるっとコピーしても良いです。改変して配布しても良いですし。有料で利用してもらっても良いです。

これらの事がkyorohiroの断りなくできます。

## Summary

Scratch2.0 を 利用しプログラミングの 入門本 です。 簡単なゲームを作成するチュートリアルと、いくつかのサンプルコード を掲載しています。\
※ Scratch2.0 (<https://scratch.mit.edu/>)

* [0日目](/0-ri-mu.md)
* [1日目](/1-ri-mu.md)
* [2日目](/2-ri-mu.md)
* [3日目](/3-ri-mu.md)
* [4日目](/4-ri-mu.md)
* [5日目](/5-ri-mu.md)
* [6日目](/6-ri-mu.md)
* [7-8日目](/78-ri-mu.md)
* [あとがき](/atogaki.md)
* [おまけ001 猫を縦横無尽に動き回らせてみる](/omake001-wonikirasetemiru.md)
* [おまけ002 カウントダウンして、発射](/omake002-kauntodaunshite.md)
* [おまけ003 ジャンプさせてみる](/omake003-janpusasetemiru.md)
* [おまけ004 変数を使って、動き回らせてみる](/omake004-wottekirasetemiru.md)
* [おまけ005 言語を変えてみる](/omake005-woetemiru.md)
* [おまけ006 キーボードを楽器にしてみる](/omake006-kbdowonishitemiru.md)
* [おまけ007 キーボードを楽器にしてみる 連打できるようにする](/omake007-kbdowonishitemiru-dekiruyounisuru.md)
* [おまけ008 背景を変えてみる](/omake008-woetemiru.md)
* [おまけ009 一点透視図法による、なんちゃって3D](/omake009-niyorunanchatte3d.md)
* [おまけ00A 上下左右に移動させてみる (1)](/omake00a-nisasetemiru-1.md)
* [おまけ00B 上下左右に移動させてみる (2)](/omake00b-nisasetemiru-2.md)
* [おまけ00C 上下左右に移動させてみる (3) 背景を移動させて表現してみる](/omake00c-nisasetemiru-3-wosaseteshitemiru.md)
* [おまけ00D 雪を降らせてみる](/omake00d-worasetemiru.md)
* [おまけ00E カーソルに向かって進ませてみる](/omake00e-ksorunikattemasetemiru.md)
* [おまけ00F ランダムに会話](/omake00f-randamuni.md)
* [おまけ010 三角関数(1) 位置から向きを求めよう](/omake010-1-karakiwomeyou.md)
* [おまけ011 三角関数(2) 角度を指定して移動しよう](/omake011-2-woshiteshiyou.md)
* [おまけ012 三角関数(3) 万有引力をシミュレーションしてみよう](/omake012-3-woshimyurshonshitemiyou.md)
* [おまけ](/omake.md)

## その他

炎の型の敷居が高いのを解消するために、火の型を作りました。

### 炎の型

<https://www.gitbook.com/book/kyorohiro/doc_scratch/details>

### アドベント版(火の型の元ネタ)

火の型は、Qiitaのアドベントネタの「ScratchとDartでゲームプログラム入門」をベースに、固定レイアウトで作り直したものです。\
<http://qiita.com/advent-calendar/2016/firefirestyle-studio>


---

# Agent Instructions: 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://firebook.firefirestyle.net/master.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.
