{% 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 another human. You will be assigned either the role of MANAGER or ASSISTANT.

If you are assigned the role of Manager, you are asked to press "t" to use the in-game chat to direct the other player. You may ask the other player to do anything you'd like.

If you are assigned the role of Assistant, please do only what the other player instructs you to do! You are free to press "t" to use the in-game chat to respond or ask questions. Please try to follow the instructions exactly!

IMPORTANT: Please do not discuss anything not related to the in-game task at hand. Managers should give instructions. Assistants may respond with questions or confirmations related to the instructions. Please do not make idle chat, schedule other sessions, or discuss your real personal information!

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. Wait for another player to join. It may take up to 5 minutes.
  5. Interact with the other player for around 10 minutes. When you are done, exit Minecraft or press Escape > Disconnect.
{{ launch_button("matchmaker/launch") }} {% endblock %}