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

# Table

できそうなところから、順(じゅん)に少(すこ)しずつ機能(きのう)追加(ついか)していきましょう。 何度(なんども)も作(つく)りなおす事(こと)になると思(おも)います。 徐々(じょじょ)に理解(りかい)を深(ふか)めながら、ゴールを目指(めざ)しましょう。

## (1) プロジェクトを作る

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_project/index.html>

## (2) ネコを削除する

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/remove_neko/index.html>

## (3) フィールドを作成する

![](/files/-LAM18oGiGqv2OSb55AH)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_board/index.html>

## (4) フィールドに状態を持たせる。枠とか空とかテトロミノとか

![](/files/-LAM18ojuIBvTFhQ-NnF)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_board_state/index.html>

## (5) フィールドに枠を表示する

![](/files/-LAM18pMgMD93xUFJ9Op)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_frame/index.html>

## (6) テトリスを表示する

![](/files/-LAM18qG2lH6f1l-bBwE)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_tetromino/index.html>

## (7) (6)以外のテトロミノを表示する

![](/files/-LAM18rDqQzOjxc78qc6)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/create_tetriminos/index.html>

## (8) テトロミノの衝突判定

![](/files/-LAM18slTahmakbnT9Ji)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/collision/index.html>

## (9) 下に移動する

![](/files/-LAM18u85D2aw_ZPKGJA)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/down/index.html>

## (10) 左右に移動する

![](/files/-LAM18vAEcPMenjNyXZy)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/move_left/index.html>

## (11) 回転させる

![](/files/-LAM18w8HwXn7BsBf1GN)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/rotate_right/index.html>

## (12) 揃った列をクリアする

![](/files/-LAM18x8amO-4qrisQg7)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/clear/index.html>

## (13) 落下させる

![](/files/-LAM18yDIg3uhXPM0UN5)

<https://kyorohiro.gitbooks.io/doc_scratch/content/tetris/fall_tetromino/index.html>

## (14) 完成です。

あとは、点数をつけたり、してみてください。
