• ClipSaver
  • dtub.ru
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020) скачать в хорошем качестве

Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020) 5 лет назад

скачать видео

скачать mp3

скачать mp4

поделиться

телефон с камерой

телефон с видео

бесплатно

загрузить,

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020)
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020) в качестве 4k

У нас вы можете посмотреть бесплатно Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020) в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Starbase - Programming In Space? Pre-Alpha YOLOL Guide (March 2020)

An in-depth preview of the YOLOL programming language in the forthcoming space game Starbase. I discuss its potential for helping absolute beginners to learn how to program, as well as what experienced developers can look forward to. 0:23 What is Starbase? 0:40 Why aspiring programmers should know about Starbase 2:23 Demo of how YOLOL works inside the game 7:59 YOLOL language highlights 9:20 YOLOL syntax review 10:06 Complex systems using multiple YOLOL chips 11:36 Features to get excited about 12:39 Starbase for experienced coders 13:14 Starbase for new programmers YOLOL Wiki: https://wiki.starbasegame.com/index.p... Devices Wiki: https://wiki.starbasegame.com/index.p... Cylon YOLOL fan group (check out their Discord): https://github.com/Jerald/yolol-is-cy... Correction @ 8:26 the execution does automatically wrap around again. "The chip will begin executing line 1 again after the last line has been executed (unless the last line contains a goto statement or execution has been paused)". @ 9:46 I'm told we can use parentheses. There's a new programming video game in development that's caught my eye, and that game is Starbase. In this video, I want to do an in-depth review of what we know so far about YOLOL, the in-game programming language, as well as talk about Starbase's potential for helping beginners learn how to program. If you haven't heard of Starbase yet, it's an MMO, set in space, where gameplay is focused on building spaceships and stations, trading designs and resources, and of course trying to blow up other people's creations. Starbase is set to be released later this year, with early access hopefully starting soon. So as an aspiring programmer, why should you be interested in this game? In Starbase, as you build your ships and your space station, you have access to a wide array of different devices you can install on them. And each of these devices has properties that you, as a player, have access to, both for reading and writing. Now to power your devices, you must connect them to a power source, something like a battery or generator. And I mention this because these blue cables that you lay transmit not only power, but also data from every device on the same network. This allows you to add a button device that can control, for example, whether your light is turned on or off. Or, as shown here, a lever that controls the color of your lights. And this is the part that gets interesting for programmers. The logic that controls what a button does isn't built into the button itself, rather you must write the logic for it on a programmable chip. And these chips can be used to not only control simple things like a light switch, but to automate all aspects of your ship. You can even automate entire factory production lines to produce salable goods. This is possible because these programmable chips are able to read from and write to every device on the same network. And by changing the properties on those devices you can get work done: whether that's turning on a thruster, or moving a robotic arm, or firing your weapons. Now for programming these chips, FrozenByte, the developers of this game, have created a brand new programming language that they're calling YOLOL. So let's dig deeper into what this code looks like and how it works. To make sure you have enough context, I'm going to break down this recently released video from the developers that shows how you might set up a tripwire to make a light blink. In the first part of this clip, you can see the player is installing a range finder device on his ship that crosses in front of the doorway. After it's installed, he manually adjusts the properties on this device. The first field he's editing is the "RangeFinderOnState". And you can see that you're able to edit both the value, where 1 is on and 0 is off, and you can also change the name of this property. This is important, because this field name becomes the variable name you use to access this property when you're writing your YOLOL script. If you ever forget which property this variable is referencing, you can always look down at the field details and see the "Local Key" to see the original name of this field. So this player has renamed the "RangeFinderOnState" to just "Range", and the "F" property down here, if the player were to click it, you'd see that this is the "RangeFinderDistance" property. So you can see initially the player turns on the range finder by setting "Range" to 1, and then he sets "F", which is the distance property, to 25 so that the initial value matches the "RangeFinderSearchLength". Continue with the written guide here: https://learncodebygaming.com/blog/st...

Comments
  • HSV Color Range Thresholding - OpenCV Object Detection in Games #6 5 лет назад
    HSV Color Range Thresholding - OpenCV Object Detection in Games #6
    Опубликовано: 5 лет назад
  • Staying Motivated and the Cycle of Programmer Burnout 5 лет назад
    Staying Motivated and the Cycle of Programmer Burnout
    Опубликовано: 5 лет назад
  • Starbase YOLOL Scripts: Auto-Approach 4 года назад
    Starbase YOLOL Scripts: Auto-Approach
    Опубликовано: 4 года назад
  • Самая недооценённая идея в науке 1 день назад
    Самая недооценённая идея в науке
    Опубликовано: 1 день назад
  • Будет ли ТЕЛЕГРАМ заблокирован к 1 апреля? Разбор приложения специалистом по кибер безопасности 2 дня назад
    Будет ли ТЕЛЕГРАМ заблокирован к 1 апреля? Разбор приложения специалистом по кибер безопасности
    Опубликовано: 2 дня назад
  • Starbase Mouse Turret Control 2(Управление мышью) 4 года назад
    Starbase Mouse Turret Control 2(Управление мышью)
    Опубликовано: 4 года назад
  • Training a Cascade Classifier - OpenCV Object Detection in Games #8 5 лет назад
    Training a Cascade Classifier - OpenCV Object Detection in Games #8
    Опубликовано: 5 лет назад
  • Быстрый захват окна — обнаружение объектов OpenCV в играх №4 5 лет назад
    Быстрый захват окна — обнаружение объектов OpenCV в играх №4
    Опубликовано: 5 лет назад
  • How To Send Inputs to Multiple Windows / Minimized Windows with Python. Or Die Trying 4 года назад
    How To Send Inputs to Multiple Windows / Minimized Windows with Python. Or Die Trying
    Опубликовано: 4 года назад
  • Создаём сервер Minecraft за 100 долларов! (2025) 1 год назад
    Создаём сервер Minecraft за 100 долларов! (2025)
    Опубликовано: 1 год назад
  • Color Botting Basics - Learn JavaScript by playing RuneScape 3/4 5 лет назад
    Color Botting Basics - Learn JavaScript by playing RuneScape 3/4
    Опубликовано: 5 лет назад
  • Почему Россия тонет в снегу? 18 часов назад
    Почему Россия тонет в снегу?
    Опубликовано: 18 часов назад
  • Real-time Object Detection - OpenCV Object Detection in Games #5 5 лет назад
    Real-time Object Detection - OpenCV Object Detection in Games #5
    Опубликовано: 5 лет назад
  • Getting Started with ESP32 - Step-By-Step Tutorial 4 года назад
    Getting Started with ESP32 - Step-By-Step Tutorial
    Опубликовано: 4 года назад
  • Canny Edge Detection? ORB Feature Matching? - OpenCV Object Detection in Games #7 5 лет назад
    Canny Edge Detection? ORB Feature Matching? - OpenCV Object Detection in Games #7
    Опубликовано: 5 лет назад
  • Starbase Ship Showcase: The Mighty Shredder Light T2 4 года назад
    Starbase Ship Showcase: The Mighty Shredder Light T2
    Опубликовано: 4 года назад
  • Музыка для Глубокой Работы 2026 | Chillout Ambient для Максимальной Концентрации и Продуктивности 1 день назад
    Музыка для Глубокой Работы 2026 | Chillout Ambient для Максимальной Концентрации и Продуктивности
    Опубликовано: 1 день назад
  • Запуск нейросетей локально. Генерируем - ВСЁ 2 месяца назад
    Запуск нейросетей локально. Генерируем - ВСЁ
    Опубликовано: 2 месяца назад
  • How to make a Video Game in Java (2D Basics) 5 лет назад
    How to make a Video Game in Java (2D Basics)
    Опубликовано: 5 лет назад
  • Как запоминать ВСЕ с помощью Obsidian.md и Zettelkasten 1 год назад
    Как запоминать ВСЕ с помощью Obsidian.md и Zettelkasten
    Опубликовано: 1 год назад

Контактный email для правообладателей: u2beadvert@gmail.com © 2017 - 2026

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5