Skill Tree Activated

The quest to become an indie game developer

C#CodingStartedTraining

Codeasy.net – Beginner Series, Ch. 1 : While Loops

Day 22 #100DaysOfCode

I learned about While loops and how they are conditional on bool types as to when they will complete running. When you know how many times a loop will run its best to use a For loop though.

I also got into the conditions of prefix operators versus postfix operators, but this is something I feel like I already had down so just used it as a refresher exercise.

Nested loops were covered a little more in detail. Again, not something I was seeing for the first time but still makes for a good refresher.

The culmination of my coding day was an actual program I had to write to take predefined commands and work through a sort of free-flowing game. Not only was it really fun to code, or I should say finally figure out how to code, but when it ran correctly the first time I compiled it and took all the commands exactly as I had written I felt so pumped!

That was too good a place to stop, so tomorrow I will start Methods and complete Ch. 1 of the Beginner series.

Leave a Reply

Your email address will not be published. Required fields are marked *