Tutorials
This page lists our PlayBasic Tutorials.
Beginner Tutorials
- Hello World
- Yes, it's the classic "Hello World" tutorial. This tutorial will show you the minimum you need to know.
- Variables
- Learn the basics about variables.
- Basic Math
- Learn the basics of Math in programming. It's really easy because PlayBasic does the math for you.
- Relational Operators
- Learn how to make decisions based on the relation of numbers.
- Logical Operators
- And, Or, XOr, Not
- Random Numbers
- Generate random numbers.
- Game Structure
- Learn about the overall code structure most games follow.
- Your First Game
- This tutorial will teach you all the basics while you make your first game.
- Built-In Functions
- Learn how to use the built-in functions and commands of PlayBasic.
- Types
- Learn to create game objects using types.
- Indexes
- Learn about loading resources into indexes.
- Introduction to Player Control
- Learn how to use the keyboard for player control.
- Simple Game Loop
- Learn the basics of the game loop.
- Boolean Expressions
- Introduction to Boolean Expressions used in conditional statements and loops to make decisions
2D Tutorials
Position and Movement
- Frog Throwing
- Player control similar to Frogger.
- 2D Game Space
- Learn the basics about position and movement in 2D game space.
Graphics
- Introduction to Images
- Learn the basics about using images.
Etc.
- 2D Physics
- Learn about 2D Physics.
| Categories: Tutorials |