ぼく用あれこれまとめ
子ども向けIDE - Little Wizard 使い方
最終更新:
bokuyo
-
view
子ども向けIDE - Little Wizard 使い方
- インストール手順に関しては子ども向けIDE - Little Wizard 導入メモ をご覧ください。
おおまかな説明
- ドラッグアンドドロップでアイコンを置いて、プログラムを組みます。
- 「Execute(実行)」でプログラムを実行します。
Wizard
| Go one or more steps | びっくりマーク |
| Create | 魔法のステッキ |
| Calculate | 電卓 |
| Set speed | ブラーがかかってる妖精 |
| Appear | |
| Disappear | 最新バージョンだと"Disapper"ってtypo してる。わざと? |
| Be behind | おうちに隠れちゃう |
| Be in front | お家の前にでてくる |
| Turn left | 左向き |
| Turn right | 右向き |
| Break the line | 改行 |
Math
| 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 | 各数字 |
| Add | "+" |
| Subtract | "-" |
| Multiply by | "×" |
| Divide by | "÷" |
| Modulo | "MOD" |
| Concatenate | "・" |
| Set | ":="代入 |
| Random number from 0 to the value specified as argument minus one |
乱数生成器。"RAND" |
| Open brace | "(" |
| Close brace | ")" |
| Less than | "<" |
| Less or equal | "≦" |
| Equal to | "=" |
| Not equal | "≠" |
| Greater than | ">" |
| Greater or equal | "≧" |
| And | "∧" |
| Or | "∨" |
| Not | "¬" |
| True | "true" |
| False | "false" |
| Length of the string or size of an array | 文字列・配列の長さを計算 |
| Break the line | 改行 |
Variables
| Variable | A ~ Z |
| World as an array | 謎の球体 |
| Index of array | "[" |
| Index of array (closure) | "]" |
| Break the line | 改行 |
Conditions and loops
| Open logical block | "{" |
| Close logical block | "}" |
| If | "IF" |
| Else | "ELSE" |
| While | "WHILE" |
| Repeat | "REPEAT" |
| Until | "UNTIL" |
| For | "FOR" |
| Count to | "TO" |
| Countdown to | "DOWN TO" |
| Step by | "STEP" |
| Break the loop | "BREAK" |
| Continue the loop | "CONT-INUE" |
| Break the line | 改行 |
Other
| Read a string from the user | "READ" ユーザのキーボード入力を取得するっぽい |
| Turn wizard in direction requested by the user | ユーザの十字キー入力で向きを変える |
| Wait for pressing key and go in direction requested by the user | キーが押されるまで待つ |
| Get horizontal position | 水平方向の位置(x)を取得 |
| Set horizontal position | 水平方向の位置(x)を設定 |
| Get vertical position | 垂直方向の位置(y)を取得 |
| Set vertical position | 垂直方向の位置(y)を設定 |
| Remark | "//" コメントアウト |
| Break the line | 改行 |
備忘録
- プログラム中でアルファベットを使いたくなったら、Mixed のところをクリック。
関連リンク
- http://littlewizard.sourceforge.net/ - Little Wizard 配布元
