IT201 Project 2
This Pet Creator is largely the same as my previous project. The overall purpose is to design a pet by changing its color, and then storing it on a different ‘screen’ with all the other pets you create. There are a few new additions:
- Randomize Button
- Input: Pressing the Button
- Process: Randomize the red, green, and blue values of color
- Output: Displays the color of the pet’s feature to a random color
- Emission Toggle
- Input: Toggle the Button
- Process: Set the ‘emission’ flag to true (if on) false (if off)
- Output: Update the sliders to the current emission/albedo value (depending on the toggle value), and when changing the color it now changes the emission/albedo value (also depending on the toggle)
- Shuffle Button
- Input: Pressing the Button
- Process: Use the Fisher-Yates algorithm to shuffle an array
- Output: Display the stored pets in a the shuffled order
- Stopwatch
- Input: On start or pressing the ‘I’m Done’ Button
- Process: Reset watch to and store current time
- Output: Resets the watch’s seconds hand to zero and start counting the time upwards (like a stopwatch) based on [CurrentTime - StartTime]
| Status | Released |
| Platforms | HTML5 |
| Author | alligator-forest |
| Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.