10/10/22 – 16/10/22


What I have done this week

I have made two different flowcharts to create events that happen in two different videogames. The first videogame was one that I chose, “Rainbow Six Siege” and I created a flow chart for planting a defuser and the events that follow after it being planted. The second flowchart was a scenario that was given to me about the movement of a guard in a 2d game. I created a flowchart that checked the position of the guard and moved him in the correct direction. The flowchart also checks to see how close the guard is to the player and will pursue or attack if they are close enough.

I have also edited some code using visual studio code to add extra colours and brush types to a paint tool. First, I had to add some extra HTML to add the buttons onto the website, this allows users to select more brushes and colours. After that I created a square and a triangle brush by changing various values which allows lines to be formed to create these shapes. For example, “rect(x, y, 50, 50,)” I attempted to create a cube brush, but I was not able to finish it and I ended up with the back and front of the cube. To complete it I would have just needed to join these two squares together using 4 lines to get a full cube.


Leave a Reply

Your email address will not be published.