Build your own Elden Ring with Linode: and you get a $100 Credit good for 60 days as a new user!
In this episode of the BASH scripting series, NetworkChuck covers BASH conditionals and harnesses this power to create Elden Ring inside of a bash script. Along the way, NetworkChuck also covers nested conditionals, or nested if statements, as well as elif and case…
Build your own Elden Ring with Linode: https://ntck.co/linode and you get a $100 Credit good for 60 days as a new user!
In this episode of the BASH scripting series, NetworkChuck covers BASH conditionals and harnesses this power to create Elden Ring inside of a bash script. Along the way, NetworkChuck also covers nested conditionals, or nested if statements, as well as elif and case statements.
0:00 ⏩ Intro
0:29 ⏩ the challenge
1:50 ⏩ Sponsor Message
3:24 ⏩ Elden Ring Script Setup
4:05 ⏩ Bash Conditionals (if statements)
7:58 ⏩ Elden Ring Bash Conditionals
13:40 ⏩ BOSS BATTLE (Using OR in bash)
15:39 ⏩ other options in Bash Conditionals
19:22 ⏩ Nested IF Statements (Bash Conditionals)
21:33 ⏩ ELIF statements
23:53 ⏩ CASE statements (a switcher)
By mastering it and listening to the free bash script course, we are going to kill it before it kill us…
This is too much fun man!!!!!!!!!!!
Great video! It makes me want to do this but in python, just for fun. I love your videos Chuck! ☕️
I "vanquioshed" the beat on try 5
What an awesome video! Thank you!
actually, python 3.10, the newest versions, can do case matching. It only couldn't down from 3.9x
Thank you when I was run this program EOF error generating I was found fi syntax use thank you
echo "N3tw0rk Chuck"
Hi Chuck , how many more videos will you be posting on Bash ?? And when ??
i had to try untill i realised i forgot a $ for one of my variables xd
When will the video be available in your website? I paid the membership for the complete version and it's still not up
ended up making a game where you fight a wolf with set hp, defense, and attack. You have your own health pool and stats!
but case is in java ans javascript and C and C++ It in lot of language (but Pytjhon)
been waitin a while now (a month?) for episode 5 🙂
The title KILLED us already 🙂
Dude, Python got pattern matching (AKA case switch) in Python 3.10!
Hey! Great video, just wanted to correct one statement you made. It's true Python didn't use to have a switch/case statement(Pre 3.10). However, in 3.10 they introduced the match-case statement which is a pretty much first-class implementation of the concept.
Would be written as such:
def f(x):
match x:
case 'a':
return 1
case 'b':
return 2
case _:
return 0 # 0 is the default case if x is not found
At the second try I vanquish the beast
goat of tutorial videos
I vanquished the beast for about 10 times in a row choosing the same number and only then i lost lol,
But more importantly, great tutorial 😀
Do you have plans to continue this series?
Bernard OP, pls nerf. Btw I would gladly watch more episodes
this was so fun