Skip to content

Instantly share code, notes, and snippets.

View AlessandraPrice's full-sized avatar

AlessandraPrice

View GitHub Profile
@AlessandraPrice
AlessandraPrice / Gold Fish.pde
Created February 8, 2017 04:25
Gold Fish.pde
void setup(){
size(500,400);
background(62,112,167);
}
void draw() {
if (mousePressed) {
background(62,112,167);
}
stroke(156,214,240);
//Ali Price & Victoria
void setup() {
//window size
size(500, 500);
}
void draw() {
background(100,150,255);
//sun
fill(250,250,50);