A web based application that will randomly assign a player an element (Clouds, Wind, Dirt, or Birds) when the page loads, and allow them to draw these elements on a shared canvas. The project was build over the course of a couple of days as an interactive art piece and therefore contains some rough edges.
The elements interact with each other in the following ways:
- Rain Clouds -> Water dirt and grow grass
- Wind -> Blows rain clouds
- Birds -> Look cool
- Clone git repo
- run
npm install
- Music file is not included due to copyright reasons, so you need to add
public/hcts.mp3
yourself - to start run
npm start
which will start a local application on port 3000