Programming Challenges

Test your programming knowledge with these designs.

Parameters:

Need a little help? Try out the Parameters Tutorial!

Sun Rays: Easy
Sun Rays: Easy

A simple loop of cornrows turning each time.

The Challenge! 
Curves 2: Medium
Curves 2: Medium

These wavy braids are pretty awesome.

The Challenge! 
Finger Print: Hard
Finger Print: Hard

To make loops of loops, you'll need to use the repeat block to make a row of loops, and then another to make that row into a style.

The Challenge! 

Loops:

Need a little help? Try out the Loops Tutorial!

Rows: Easy
Rows: Easy

A simple loop of cornrows turning each time.

The Challenge! 
Wavy: Medium
Wavy: Medium

These wavy braids are pretty awesome.

The Challenge! 
Loops of Loops: Hard
Loops of Loops: Hard

To make loops of loops, you'll need to use the repeat block to make a row of loops, and then another to make that row into a style.

The Challenge! 

Functions:

Need a little help? Try out the Functions Tutorial!

Radial 2: Easy
Radial 2: Easy

Making radial braids is so much easier with functions.

The Challenge! 
Finger Print2: Medium
Finger Print2: Medium

Now that you have functions, you can easily make unique patterns.

The Challenge! 
Crosses & Boxes: Hard
Crosses & Boxes: Hard

This is an awesome design, and if you can make one, with a function, you can make a whole hairstyle.

The Challenge! 

Variables:

Need a little help? Try out the Variables Tutorial!

Rainbows: Easy
Rainbows: Easy

Some of these rainbow patterns are really neat, and using variables, you can iterate the color.

The Challenge! 
Random: Medium
Random: Medium

Try using random variables to make cool patterns in your function.

The Challenge! 
User Controlled Iteration: Hard
User Controlled Iteration: Hard

You can let the user set the color, size, length, etc. of your braids too.

The Challenge! 

Conditionals:

Need a little help? Try out the Conditionals Tutorial!

Repeating Colors: Easy
Repeating Colors: Easy

You can make groups of colors repeat by using modulus

The Challenge! 
Color and Length: Medium
Color and Length: Medium

You can make your length and color alternate.

The Challenge! 
Adinkrahene
Random Fill: Hard

Can you make the cornrows fill in randomly without running into each other?

The Challenge!