4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

マインクラフトでプログラミングやってみました(Microsoft MakeCode for Minecraft)

Last updated at Posted at 2018-02-24

前提

マインクラフトで遊んだことがあってワールドぐらいは作れる人を対象としています。
マインクラフト内でプログラミングをはじめるためのCode Connectionの利用開始に関する内容です。

MakeCode for Minecraftとは

micro:bitやScratchなど教育向けにプログラミング開発するための環境です。
Microsoftから提供されています。

Minecraftは有料ですが、この環境に必要なCodeConnectionは無料で利用可能です。
また Minecraft: Education Edition を使うことで教育者が安価で利用可能で教育対象者に無料配布することもできます。

Minecraft: Education Editionを購入するにはいろいろ条件が必要なようなので興味がある人は別途探してみてください。

セットアップ手順

Microsoftの公式手順
https://minecraft.makecode.com/setup
https://minecraft.makecode.com/setup/minecraft-windows10

手順

Step 1: Install Minecraft

マインクラフトをインストールします。公式手順には買いましょうと書いてますね。

Step 2: Install Code Connection

Code Connection をダウンロード
https://education.minecraft.net/get-started/download/ (download先が見当たらなくなった)
https://aka.ms/meeccwin10

Step 3: Create a Minecraft world

  1. Start
  2. Create a world
  3. Turn on cheats
  4. The world begins

マインクラフトを起動してワールドを作りましょう。
基本的には「クリエイティブ」モードにすると楽だと思います。

ワールドをつくるとき、「チートの実行」をONにしてください。
codeconnect_cheaton.png

Step 4: Start Code Connection

インストールしたCode Connectionを起動すると以下の画面が出ます。
クリップボードへのコピーボタンがあるので押しましょう。
codeconnect.png

マインクラフト内で「T」キーでチャットモードにしてコピーしたコマンドを貼り付けて発言ボタンもしくはEnterキーを押しましょう。
codeconnect_command.png

成功すればこのようなAgentが現れます。
codeconnect_agent.png

Step 5: Gameplay with your code

Code Connection側はメニューに切り替わります。「MakeCode」選択します。
他のエディターも試してみたい。
codeconnect_menu.png

コーディングするための画面のホームです。
codeconnect_makecodetop.png

好きなチュートリアルを選びましょう。ここではニワトリ雨を選択しました。
codeconnect_tu.png

コーディングのイメージ(あらかじめ組み立てられている状態でした)が表示されている状態にする
codeconnect_chicken.png

マインクラフトに戻ってチャットに「chicken」と入力して発言ボタンもしくはEnterキーを押しましょう。
codeconnect_chickencommand.png

実行結果!!!
codeconnect_run.png

4
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?