Coding / Video Editing
Applications Used:
The goal of this project was to broker a use of computer code with a community of practice and then present it in a documentation.
Community of Practice(CoP):
Communities of practice are groups of people who share a concern or passion for something they do and learn how to do it better as they interact regularly.
CoP's can be defined into 3 areas:
Domain (Main context)
Shared repetoire (Behaviours)
Shared values (Attitudes)
My chosen CoP was my group of friends.
The domain was the game Valorant.
The repetoire was the gamemode Deathmatch.
The value was competition.
After brainstorming ideas, I decided to create a visual code showcasing circles moving across the screen as if it were a race. Which displays a form of competition as stated by my CoP's values.
To begin with, I implemented moving circles in my p5.js editor.
By using a constructor, I was able to create the circles based on the players indivdual statistics. For example, the combat score represented the size of the circle while the amount of kills represented the speed.
In order to make the circles more visually appealing, I implemented a trail effect to my code elevating the visual aspect of the circles moving tremendously. To further increase the visual appeal I added different colors to the circles.
With my code, I still needed to somehow incorporate the deaths and assist of each player into my code. Funnily enough I was inspired by the board game Snakes and Ladders. When playing Snakes and Ladders, if you land on a snake your piece will move down the board, whereas if you land on a ladder your piece will move up.
In the case of my code, the player icons will be jumping forward or backwards depending on the amount of deaths and assist they have. (This was done by changing the numbers into percentages).
The video was created in a documentary styled format using Premier Pro