## Introduction This is Version 2 of the tutorials. I am trying to fix the complaints that have come so far. You may be able to read over some of this and continue. ## Table of Contents 1. [Getting Started](01.%20Getting%20Started.md) 2. [Hello World](02.%20Hello%20World.md) 3. [Variables 1](./03.%20Variables%201.md) 4. [Functions 1](./04.%20Functions%201.md) | [Exercise 1](./04b.%20Exercise%201) 5. [Introduction to Classes](./05.%20Classes%201.md) 6. [More About Classes](./06.%20Classes%202) 7. [Doing Stuff With Data](./07.%20Data%20Members.md) 8. [A Bit About Encapsulation](./08.%20Encapsulation) | [Exercise 2](./08b.%20Exercise%202) 9. [The Status Screen](./09.%20Status%20Screen) | [Exercise 3: Money](./09b.%20Exercise%203) 10. [Formatting Tools](./10.%20Formatting%20Tools) - [The source code for the various lessons can be found here:](https://github.com/cagox/quest-tutorial/tags) | Tip! | | ------------------------------------------------------------- | | You can get a full copy of the current source code by typing: | | ``git clone https://github.com/cagox/quest-tutorial.git`` | | It will create a new folder with the code in it. |