-
Assignment 5
Build an interactive exerience that utilizes a mobile device as an input or controller. The architecture of this application should be as follows: A user connects to the experience using...
Read More -
Project 1
Build an interactive, multi-player experience that builds on the material we have covered thusfar in the semester. Ideas for this project might include a game, a live-data stream, a multi-user...
Read More -
Assignment 4
Create multi-user interactive experience using p5.js and socket.io. This could be a collaborative drawing, a simple game, or any other experience that relies on multiple client inputs and sends numerous...
Read More -
Javascript 'This'
We use this similar to the way we use pronouns in natural languages like English and French. We write, “John is running fast because he is trying to catch the...
Read More -
Running a Local Server
It is a common practice to run a local server during web development. Certain functionality, including many aspects of p5, rely on a server to host the project. Everything will...
Read More