jesskessonApr 26, 20192 min read2D game creation in UnityToday we created a simple game in Unity, using simple sprites and mechanics. The game we made was a small moon lander game, where you...
jesskessonFeb 10, 20192 min readNoise TerrainsToday we learned about noise terrains, which are a way of creating a landscape by using an algorithm with a mathematical pattern. This...
jesskessonJan 13, 20193 min readPseudocode, Flowchart and Class Diagram AssignmentWe 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...
jesskessonDec 10, 20181 min readChanging codeToday, we learned how to change images in code, using Python. We downloaded a ready-made game, which was a Fidget Spinner Arena. The code...
jesskessonDec 3, 20182 min readObject Oriented ProgrammingToday we learned about object oriented programming, and different ways we can do this. Object oriented programming is where objects are...
jesskessonNov 30, 20181 min readSine, Cosine and Tangent CalculatorWe looked at a calculator that could calculate any kind of trigonometry, including the Sine and Cosine rule. I went through the code and...
jesskessonNov 22, 20181 min readTrigonometry calculatorWe 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...
jesskessonNov 12, 20181 min readPythagorean calculatorToday, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem. The theory is that ...
jesskessonOct 19, 20181 min readStandard DeviationToday 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,...
jesskessonOct 15, 20182 min readPython Tasks 1-3Today 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...
jesskessonOct 15, 20182 min readPython OverviewPython is a programming engine that we started using last Friday. It is used successfully by many people, and loved for it's simplicity....