Categories
JavaScript Phaser Game

Dev log week 3 – 28/10/22

This week I was introduced to Phaser which is a javascript framework. this is the framework I will be making a game in which will be tested and a report written by the 25th of November. Alongside learning the basics of the phaser framework I also worked on the planning for the game and what […]

Categories
JavaScript

Dev log week 2 – 21/10/22

During week 2 the main focus was animation and what goes into animation such as time, the different types and more. Animation Animation is the change of an object’s position over time. this can be done using mathematical formulas to affect the behaviour of movement and establish the following positions on the object. Animation isn’t […]

Categories
JavaScript

Dev log week 1 – 14/10/22

Going into this week I had very limited knowledge of Javascript so I had spent the week learning the basics such as variables, functions, data types and so on. The basics I had gone over basic code to try and learn the basics of Javascript. For example, the code above is a for loop which […]