Build my ai

1.      Introducing the Starter Tutorials
The Starter Tutorials are a series of tutorials that will guide you through how to build up the first version of your AI.

The tutorial page has 4 tabs:

A Tutorial tab that leads you step-by-step through a simple task to build up your AI.

An AI Code tab for you to write your AI code following the tutorial. Any change you make in this editor will be auto-saved. It starts blank, but at the end of the tutorials you should have a few functions defined for your AI to be able to automatically play a full game!

A Setup Code tab that sets up a specific scenario to test if your AI code can complete the task. This code is provided for you for all the tutorials. You can change them to try different setup, and you can restore the original setup code as given in the tutorial anytime you need to.

A Game World tab that displays your AI code's behavior in the simulated game environment.
1  of  4
Need Help?
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form
AI Code
RUN
Reset

1         <html></html>
2        <link>
3        href="link.com"
4        class="classname" 
5        text between tags
6
7
8

Test Code
RUN
Reset

1         <html></html>
2        <link>
3        href="link.com"
4        class="classname" 
5        text between tags
6
7
8

game world
game world