Home / Free Resources / Resource List / Fun with Rust
fn happy() {
  smile();
  play();
}
let fun = true;
while fun {
  laugh();
}

Let's Play with Rust!

A colorful adventure into the world of coding, where we build, create, and have fun!

What is Rust?

Rust is like a set of building blocks for creating amazing things on computers!

Games

Rust helps make fun games with bright colors and cool characters that move and play!

Robots

With Rust, you can tell robots what to do, like dance, draw, or pick up toys!

Art

Create beautiful pictures and animations that move and change colors!

Let's Try Rust!

Look at this simple Rust code that draws colorful shapes!

The Code

fn draw_colorful_shapes() {
    // Draw a red circle
    circle(50, 50, 30, "red");
    
    // Draw a blue square
    square(150, 50, 40, "blue");
    
    // Draw a yellow triangle
    triangle(250, 50, 30, "yellow");
}

What It Makes

Rust Fun Quiz!

Can you guess the answers to these fun questions?

What can you make with Rust?

Rust is a type of...

More Rust Fun!

Explore these resources to learn and play more with Rust

For Grown-Ups Who Want to Learn More

Resources for parents and teachers to explore Rust in more depth

Official Tutorials

Learn Rust through official guides and tutorials

Rust Book

Comprehensive guide to Rust programming

Community

Join other Rust learners and developers