2D game creation in Unity
Today we created a simple game in Unity, using simple sprites and mechanics. The game we made was a small moon lander game, where you...
Today we created a simple game in Unity, using simple sprites and mechanics. The game we made was a small moon lander game, where you...
Today we learned about noise terrains, which are a way of creating a landscape by using an algorithm with a mathematical pattern. This...
We were given a task to create pseudocode, a flowchart and a class diagram for one of the three options. I chose the Galleon Creator, and...
Today, we learned how to change images in code, using Python. We downloaded a ready-made game, which was a Fidget Spinner Arena. The code...
Today we learned about object oriented programming, and different ways we can do this. Object oriented programming is where objects are...
We looked at a calculator that could calculate any kind of trigonometry, including the Sine and Cosine rule. I went through the code and...
We got to play around with a coded calculator on Jupyter. We read the code through step by step to make sure we understood it, and then...
Today, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem. The theory is that ...
Today we used Jupyter to write up code. The code we wrote works out Standard Deviation, and we used it to check our answers. I, however,...
Today I managed to wrap my head around the coding language of Python. It took a lot of sitting around and google searches, but I managed...
Python is a programming engine that we started using last Friday. It is used successfully by many people, and loved for it's simplicity....