~ % welcome to Chatterbox

Chatterbox is a p5.js-based chat platform created as the final project for DESMA class 28: "Interactivity". The main distinguishing feature of this program is the user pairing, which pairs any un-engaged user with another at random. There is a special anonymity about Chatterbox as well, since the program gives no information about the user you’ve been paired with other than their randomly generated UID. This gives chatters control over the level of identity they’d like to share with each other in each interaction.

Made possible using Adam Bachman's p5.websocket library.