Advertisement
Kaztalek

Aliens

Feb 14th, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Case 1: Enter ranch early
  2. It takes x frames to reach barn shooting position.
  3. It takes y frames to kill aliens.
  4. After, it takes z frames for it to turn 3:49am.
  5. Total time in ranch: x + y + z
  6.  
  7. Case 2: Enter ranch perfectly
  8. It takes x frames to reach barn shooting position.
  9. It takes y frames to kill aliens.
  10. You kill the last alien at exactly 3:49am.
  11. Total time in ranch: x + y
  12.  
  13. Case 3: Enter ranch late
  14. It takes w frames to go off path for activating timestop.
  15. It takes x frames to reach barn shooting position.
  16. It takes y frames to kill aliens.
  17. You kill the last alien at exactly 3:49am.
  18. Total time in ranch: w + x + y
  19.  
  20. Conclusion:
  21. Entering the ranch with exactly enough time to get to the barn and kill aliens is optimal (Case 2).
  22. Entering the ranch early is slower than Case 2 by the amount of time you have to wait until 3:49am (Case 1).
  23. Entering the ranch late is slower than Case 2 by the amount of time it takes to detour for getting timestop (Case 3).
  24. Case 1 is faster than Case 3 when the amount of time you have to wait is less than the amount of time it takes for a timestop detour. On the contrary, Case 3 is faster than Case 1 when the amount of time you have to wait is more than the timestop detour. And of course, Case 2 is always the fastest.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement