top of page

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...

Noise Terrains

Today we learned about noise terrains, which are a way of creating a landscape by using an algorithm with a mathematical pattern. This...

Changing code

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...

Trigonometry calculator

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...

Pythagorean calculator

Today, we made a Pythagorean calculator on Jupyter. We made it by first understanding the logic behind the theorem. The theory is that ...

Standard Deviation

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,...

Python Tasks 1-3

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 Overview

Python is a programming engine that we started using last Friday. It is used successfully by many people, and loved for it's simplicity....

bottom of page