0% found this document useful (0 votes)
26 views15 pages

Minecraft Hour of Code AI Deck

The document introduces a Minecraft educational game focused on teaching coding concepts and artificial intelligence (AI) for preventing forest fires. It covers key coding concepts such as sequencing, debugging, and conditionals, while guiding users to program an agent to analyze and respond to fire hazards. Participants learn to apply computer science and AI in real-world scenarios to help save a Minecraft village from fire threats.

Uploaded by

praptomuntoko45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views15 pages

Minecraft Hour of Code AI Deck

The document introduces a Minecraft educational game focused on teaching coding concepts and artificial intelligence (AI) for preventing forest fires. It covers key coding concepts such as sequencing, debugging, and conditionals, while guiding users to program an agent to analyze and respond to fire hazards. Participants learn to apply computer science and AI in real-world scenarios to help save a Minecraft village from fire threats.

Uploaded by

praptomuntoko45
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Minecraft

Education:
AI For good

Welcome to the
game Artificial
Intelligence for
Good!
Code is a set of instructions
These instructions can be written in different ways:

Block-based code Text-based code


Coding concept:
Artificial Intelligence (AI)

What does it mean?


Artificial intelligence is the ability of
a computer program or machine to
think and learn. It is also a field of
study that tries to make computers
'smart’.

Why is it important?
Artificial intelligence can help solve
big challenges, such as predicting
and preventing dangerous forest
fires.
Preventing threats
using artificial
intelligence.
How to prevent forest fires.
Fires are hard to predict. Analysing
factors like dry weather and
vegetation can help.
How can AI help?
AI can help monitor high-risk areas
so that people can act faster to
prevent fires.
Your firefighting challenge:
Write code to help a Minecraft
village threatened by fire!
Minecraft coding tips and tricks

Open 'Immersive Reader' Click or tap on the agent's Go to Helper Bot to reset
for help with reading or face in the code builder for .or skip a journey
translating instructions. coding hints.
Tasks 1-3

Meet your Agent and teach it to analyze dry


brush
Pause when you get to the ladder
Coding concept:
Sequencing

?What does it mean


The agent will move in the order
you programmed. In a sequence
structure, an action or event leads
.to the next ordered action
.Let's think about it
Will your last program work if you
place the agent's analysis before
the agent's move? Why or why not?
!Tip: Try planning on paper
Task 4

Move the Agent through the training


maze
Pause when you get to the ladder
Coding concept:
Debugging

?What does it mean


Debugging is the process of
identifying and fixing errors (bugs)
.in your code

.Let's think about it


Did your code work on your first
try? How did you find and fix bugs
in your code? Tip: When running
the code, watch the agent carefully
.to identify where problems occur
Task 5-6

Train the Agent to predict fire


hazards
Pause when you get to the
helicopter
Coding concept:
Conditionals

What does it mean?


Conditions follow the pattern of 'if
this, then that.’

Let's think about it.


'If you did your homework, you can
play video games' is a conditional
statement – can you think of other
examples from everyday life? Tip:
There are also 'if-then-else'
conditions (if it snows, then wear
boots, otherwise wear shoes).
Task 7-8

Save the village!


Bonus reforestation
activity
Great job!

What does it mean?


Now it's time to save the village. Use all the knowledge you've gained to help.

Let's think about it.


We've used artificial intelligence not only to help the world but also to do good for others. Tip: Go
step by step carefully and cautiously.
What did you do today:

Learned about coding concepts


including algorithms, AI, sequence,
debugging, and conditions. Learned
how to apply Computer Science
(CS) and Artificial Intelligence (AI)
in real-world scenarios and
programmed your Minecraft agent
to prevent forest fires!
Thank
you!

You might also like