9/22/20 Tile Maps

Today was mostly just learning about tiles, and how to set them up in unity. I did not choose the right pictures for my tile map but this is the set up I did, along with an edge collider.

Tutorial Used: https://www.youtube.com/watch?v=on9nwbZngyw&list=PLPV2KyIb3jR6TFcFuzI2bB7TMNIIBpKMQ&index=1&ab_channel=Brackeys

9/15/20 Methods

Today I learned a bit about programming methods, which basically allows me to write out some code and then call it later on as many times as I need without writing all of the code out again. It also allows me to add a return value which I can use after the method has found a final value.

Tutorial Used: https://www.youtube.com/watch?v=bPQx0paXrbw&list=PLPV2KyIb3jR4CtEelGPsmPzlvP7ISPYzR&index=7&ab_channel=Brackeys

9/10/20 Console game tutorial

Today we mainly worked with if-else statements and switch statements, with the base tutorial being making a sort of checking program to make sure someone is at least 18 years old and 160 cm tall. I did this along with a tutorial beforehand which I changed to a comment in my script to save. I have not done so yet, but I plan on completing the challenge at the end of the video of making a small sort of math quiz, but using a switch statement that would explain why you may have gotten the answer wrong. It will be very simple, just having a question like 5 * 2 + 3 say “correct” if you answer 13, “incorrect, remember to multiply before you add in a math problem” if you answer 25, and simply “incorrect” if you answer something else.

9/9/20 variable tutorial

Today we learned about variables, and to do so we made a simple calculator.

In the tutorial I learned more about making a console react to what I typed, and also learned how to limit what the console accepts. I learned more about how to use int and double values, and how to call on them, edit what they are in game, and make a result variable out of them. In the tutorial we made a multiplication calculator (left in the video) which multiplies two numbers. I then made a calculator for finding the average of 3 values based on the code from the multiplication calculator, which is almost entirely the same.

Console Game Tutorial

Today I made a simple game where you are insulted by a computer. I accidentally skipped the first tutorial but I already had everything installed so I was able to get everything done. I then went back and watched the first video. This is the game I ended up with:

Tutorials used: https://www.youtube.com/watch?v=N775KsWQVkw&feature=youtu.be&ab_channel=Brackeys and https://www.youtube.com/watch?v=jGD0vn-QIkg&feature=youtu.be&ab_channel=Brackeys

9/4/20 2D game programming

Today we worked on making buttons, and I learned both how to make a button and edit its text and how to make a script that actually causes the button to do something in the scene. Specifically we made it say something in the console, made it change text on the screen, and made it change the scene to a second one.

tutorial used: https://www.youtube.com/watch?v=OoKmE2Ht5-I&feature=youtu.be&ab_channel=BrendanDilloughery