Programming for Game Devs Part 2: Condition Logic and Operators

preview_player
Показать описание
In this animated programming guide for Gamedevs, you will learn how to structure and write condition flow, as well as logical and Comparison operators

Part 1:

Subscribe and get notified when part 3 drops:

How to make a 2d player controller:

● Ultimate 2D Car Game Kit for Unity:

Join the community for help and game dev chatter!

support so I can make more animated guides like this:

#gamedev #unity #lostrelicgames
Рекомендации по теме
Комментарии
Автор

Hadooken the subscribe button and join the fam!

LostRelicGames
Автор

3 years and counting and still the best Beginner Intro to C# Game Dev - Thank you!

funteav
Автор

i wish you were my computer science teacher. With this video you teached me more than 11 years in school

golovkaanna
Автор

Great video! Thanks for taking the time to make these videos

saultoons
Автор

Excellent video, puts potentially off-putting ideas into simple, understandable forms. Great!

alextheguy
Автор

this is such a well-formatted video with important and easy to understand examples; I can certainly imagine this being really helpful to people intimidated by code <3

ahnmichael
Автор

Probably the best beginners video I have seen keep the great work.

FeniksGaming
Автор

Thank you for these videos they are really helping out my game dev! Keep up the good work 😊✌

jacobmain
Автор

Great video, but i would love to see more of advance game dev tutorials

LawZist
Автор

Nice video !
I will be a bit nit picky though : at 4:35 you say "the compiler will work its way through the conditions [...] the compiler will execute the code [...]"

The compiler will do no such things. All a compiler does is transform source code into someting else. Generally a set of instructions aimed directly at the CPU (machine code) or, in the case of interpreted langages like C#, into an intermediary language that an interpreter will understand and in turn transform into instructions that the CPU understands.
The compiler does not run your code. Your CPU does.
So what you meant was "Your **CPU** will work its way through the conditions [...] your **CPU** will execute the code [...]".

This mistake does not hinder in any way the educational value of the video, but I think using the correct vocabulary is really important for when/if your viewers want to go further with programming (or CS in general)

jean-naymar
Автор

My dude I wish you knew how much these helped me. I have been able to read c# but fined when I sit down to do things like problem solve for my own game I don’t know anything lol. I’s this a common issue?

RavenCroftLoft
visit shbcf.ru