Learn the basics: Building a side-scroller game
We'll build our own game step by step, and in the following 9 tutorials, we'll learn about:
- The x-axis and y-axis
- Positioning and moving objects
- Control inputs
- Collision detection
- Conditions and if-statements
- Comments
- Relational operators (less than/greater than)
- Global variables and variable scope