Lesson 7:
What Are Variables?
Here are the concepts covered in this lesson:
- 0:12 - What is a Variable?
- 1:18 - The Difference between Information and Data
- 2:56 - Creating a Variable
- 4:30 - Changing a Variable
- 5:13 - Different Data Types
- 5:17 - What are Strings?
- 6:52 - What are Numbers?
- 9:11 - Doing Math with Variables
- 11:10 - What are Booleans?
- 13:33 - Using Variables
- 15:46 - Side Quests

If you don't own PICO-8 yet, you can still follow along with this course using the free Education Edition, which runs the latest version of PICO-8 in your browser. There are only a few differences so you can experience PICO-8 game development fully with this free edition before you decide to buy it.

We have written guide pages that go into detail about many specific topics within PICO-8 and Game Development right here on our site. Be careful though because it doesn't really distinguish between beginner, intermediate, and advanced topics the way our course does.
So feel free to browse the Guide, but be aware that you may quickly get into areas that are too advanced for you right now. We've made this course to gradually introduce and explain the concepts you need to know to become great programmers and game developers.
Use these Guide pages if you are curious to learn more than we cover in the videos, however, trust that we will cover it in a future video and make it much easier to understand.



Redo the last lesson's Side Quests but use variables this time:
# | Request | |
---|---|---|
1 | Print the numbers 1 - 15, but in those exact colors. | |
2 | Print your name, one letter at a time, in a unique pattern. | |
3 | Print a short story, filling the entire screen. | |
4 | Print an entire picture on the screen, using only symbols. |
622
26 Sep 2024