This project is a simple demonstration of a cloud list that stores usernames. Just click the green flag! If your username is not on the list, it is added, and the cloud variable is updated to reflect this. Then, the project waits forever for other people to add their names. Recently figured out how to increase the maximum size of the list using multiple cloud variables and string slicing; currently using 3 cloud variables.
This project was done by using case sensing to make necessary changes in the conversion of a username from a string to digits. A cloud variable can only update every 0.1 seconds, so the project accounts for this and, using a forever loop, creates a username cloud list that's as recent as possible.