Cloudy-a

PROJECT LINK

Description

Many computer programs build custom avatars for their users based on a series of pre-generated parts. Think about range of visually interesting characters you were able to generate just with a few primitive shapes in your face generator assignment. For this week's assignment, you will use functions and random() to create your own avatar generator from disparate pieces.

Reflection

This project was an avatar generator where you can make changes to the colour and size of the avatar. The button will add the avatar to a JSON file containing character traits of all the avatars previously created to showcase one giant family. I could successfully create a avatar the changes with change in parameters using sliders, a JSON file that had some attributes in it, and a button event to move between my two scenes. However, I was unable to reflect the data stored in the JSON file onto my welcome page (the second page). into the JSON file. I think even though this project did not fully function, I am quite proud of the visuals, the movement ans small details I have added.