{% extends 'base.html' %} {% from 'launch_button.html' import launch_button %} {% block container %}

Welcome to the Minecraft Assistant project!

In this project, you will play Minecraft with a bot that is there to help you. Use the in-game chat to talk to the bot. Tell it where to go. Tell it what to do. Try to build something with its help.

For this project, you are asked to interact with the bot for 10 minutes. You may ask it to do anything you'd like. Explore what the bot can and cannot do.

The bot may ask you questions so that it can learn over time. Please try to answer the questions it asks.

When you are done, you will be asked to fill out a quick survey to help the bot improve.

To Proceed

  1. Please make sure you have downloaded Minecraft and have a valid license. Follow the instructions here to change your version to 1.12
  2. Press the green Launch button to access the loading screen.
  3. After 1-2 minutes, you will see an IP address, like 123.123.123.123. Open Minecraft, navigate to Multiplayer > Direct Connect, enter the address, and click Join Server.
  4. Play with the bot for 10 minutes. When you are done, exit Minecraft or press Escape > Disconnect.
  5. Please fill out the short survey on the next page.
{{ launch_button("/launch") }} {% endblock %}