Exercise: Hello Game Loop
Let's go through what you’ve learned in this chapter.
We'll cover the following
Problem statement
Write code that opens a bracket-terminal window and prints your name at positions 1,1. The text should be printed in yellow.
Coding challenge
Take some time to determine the best way to solve this problem.
Your Cargo.toml
file should include:
[dependencies]
bracket-lib = "0.8"
You’ll have to wait for some time so that Rust can install all dependencies.
Get hands-on with 1400+ tech skills courses.