# Examples As mentioned in the top level README, examples are used to exercise a specific feature or mechanic. These are often used to isolate a problem and figure out a good solution before integrating it into a bigger game. These are also almost always single file programs so you will see a bunch of `*.rs` files in this folder, each is a different example, not a module in one big example. ## Running examples Something like this: ``` $ cargo run --example example-name-here ```