> For the complete documentation index, see [llms.txt](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://computational-thinking-in-room11.gitbook.io/room-112-dhs/text-based-programming/hatch.md).

# Hatch?

Your assignment is to create a unique pencil code program that includes AT LEAST two turtles and does at least FIVE of the following

<figure><img src="https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LpUPSf3tCxHePJxNjfg%2Fuploads%2FWNor38jZwfHVHDnhnFhQ%2Fimage.png?alt=media&amp;token=181ed3f8-b13a-4890-9da6-26a557c2d2a2" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LpUPSf3tCxHePJxNjfg%2Fuploads%2FdNGL6n29KHYSLj4lYqZH%2Fimage.png?alt=media&amp;token=06b367e9-c724-417e-94a9-1a4e4a209e0c" alt=""><figcaption></figcaption></figure>

* [ ] Writes something on the screen (using the write command)
* [ ] turtles move at random speed&#x20;
* [ ] turtles move in a random direction
* [ ] something happens when two turtles touch
* [ ] hatching more than 2 turtles
* [ ] write a plan to move those turtles (code that uses the .plan)&#x20;
* [ ] using the tick function
* [ ] drawing something interesting on the screen
* [ ] labeling your turtles&#x20;
* [ ] at least one turtle moving with the mouse or with a mouse click
* [ ] playing a game or having the user change the outcome of what is on the screen
* [ ] get and use a turtle's x and y coordinates (picture below)
* [ ] get and usead  the distance between two turtles or one turtle and a specific location (picture below)&#x20;
* [ ] asking the user a question and using their answer
* [ ] having a button to click&#x20;

<figure><img src="https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LpUPSf3tCxHePJxNjfg%2Fuploads%2FQAQeZNxS29P1vPikz5x8%2Fimage.png?alt=media&amp;token=703b7d56-3319-41a2-9b68-717ad1bbcb0d" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2507214486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LpUPSf3tCxHePJxNjfg%2Fuploads%2FjIn14H0FeyfdVOL583Dl%2Fimage.png?alt=media&amp;token=3a8ecade-e85a-4719-b8e8-78f767bd77dc" alt=""><figcaption></figcaption></figure>
