Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Unalign3d cookies recipe and evaluation! #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added team_unalign3d/cookies_unalign3d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added team_unalign3d/evaluation_unalign3d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions team_unalign3d/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Butter cookies
## by unalign3d
```python
import time
from ingredients import *
from kitchen import oven, bowl

bowl.add(butter)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how much?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

200 gramos mantequilla pomada (blandita a temperatura ambiente)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add this in comments or so? that would be the easy fix

bowl.add(sugar)
bowl.mix()

bowl.add(eggs)
bowl.mix()

bowl.add(flour)
bowl.mix()

cookies = [cookie for cookie in bowl.get()]

oven.bake(cookies)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what temperature?

Copy link
Author

@dialluvioso dialluvioso Dec 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KaoRz, [26.12.19 00:32]
Standart oven temperature bro

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, just write in comments :)


time.sleep(1200)

print("Cookies are ready, Merry X-mas!!")
```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you also have a making-of video? that one is essential for team brain

![cookies](cookies_unalign3d.jpg)
![evaluation](evaluation_unalign3d.jpg)