Gates Winkler

UCSB MAT 201B Projects

Datagram Project:

The Datagram was a group project send a message "telephone" style around the room. One person starts by sending a message to the next person in the chain. The person recieving the message unpacks it, processes it in a unique way, and passes the modified message onto the next person in the chain.

My Datagram project worked by recieving a string from the computer in the chain before it. The string is displayed in a box.

The message was then analyzed, and values based on the length of the string were passed on to the next computer

DOWNLOADS:

https://github.com/gateswinkler/201B-Processing-Sketches-GatesWinkler/tree/master/datagram

HOME