RUVIDEO
Поделитесь видео 🙏

MARS LANDER

📁 Лайфхаки 👁️ 16 📅 03.12.2023

Using a straightforward condition, this puzzle shows me how to compare values. The spaceship must be securely landed on the platform in order to complete this challenge.

EXPLANATION OF CODE:
1) The user's input is retrieved in the first two lines of the code. The first line specifically returns the surfaceN integer value, which is the number of points used to represent the surface of Mars. The user's real input is not used in the second line's loop, which iterates surfaceN times while retrieving more input from them.
2) The primary game loop is represented by the while loop. Until the game is finished or the software is stopped, it will keep running endlessly. The program reads user input and processes it for each iteration of the loop.
3) The third line inside the while loop retrieves input from the user, splits it into an array called inputs, and assigns the fourth value of that array to a variable called vSpeed, which represents the vertical speed of the spacecraft.
4) In accordance with the value of vSpeed, the following few lines of code establish the power and angle values. Namely, if vSpeed is less than or equal to -40, the power is set to 4, and the angle is set to 0. The default setting for power and angle is 0.
5) The last line of the code outputs the angle and power values that will be used to steer the spacecraft during the current iteration of the game loop.
#codingame #javascript #marslander #condition #puzzle #easy #values #compare #spaceship #landed #platform

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «MARS LANDER», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.