Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanest final level solution? #2

Open
LethalLuggage opened this issue Jun 23, 2020 · 2 comments
Open

Cleanest final level solution? #2

LethalLuggage opened this issue Jun 23, 2020 · 2 comments

Comments

@LethalLuggage
Copy link

My first solution took me about 40 minutes and worked but had about 970 steps to it.
I reduced that to an 860 step solution by turning the plane around instead of letting it slam into a wall after it sees the second yellow block.

Then I had a thought for a simpler solution, that quickly broke due to the second yellow block, but I did solve by applying what I learned for that 860 step solution.

Here is my 479 step solution:
image

GwydEBVdIf

@LethalLuggage
Copy link
Author

As a note I just found the other solution and realized mine is actually about 200 moves shorter, feels good!

@paol-imi
Copy link
Owner

Your solution looks amazing!

@paol-imi paol-imi pinned this issue Jun 24, 2020
junholeec added a commit to junholeec/HUP-the-aviator that referenced this issue Sep 6, 2022
- index.html 정리 paol-imi#1 이후 나머지 실행 코드를 main.js 로 모듈화
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants