Skip to content

Instantly share code, notes, and snippets.

@bready90
bready90 / squares.java
Last active August 31, 2017 01:21
make some squares boi
/*
Draws a set number of overlapping squares in one place.
Squares can be randomly distorted as desired.
Each square is a random pastel colour (or white)
Not suitable for animation.
Usage:
squares(x, y, count, size, variation);