
previous

page 13
next
and here's my code:
function wow() {
pw(4);
bg('black');
pc('white'); circles(10,9);
pc('yellow'); circles(4,23);
pc('blue'); circles(4,12);
pc('orange'); circles(4,45);
pc('pink'); circles(4,47);
pw();
}
function test() {
wow();
}
pw(4);
bg('black');
pc('white'); circles(10,9);
pc('yellow'); circles(4,23);
pc('blue'); circles(4,12);
pc('orange'); circles(4,45);
pc('pink'); circles(4,47);
pw();
}
function test() {
wow();
}
It tooks heaps of playing around to end up with the best numbers!
Hopefully, you now have the tools to create some neat patterns yourself - your own wow maybe!
On the next page we're going to move on to something very different!
previous
next