Glod Game Tutorial¶
Hello there! In this tutorial, we will be making a 2D point collection game using Shards.
This tutorial assumes that you have a basic understanding of Shards. In order to run the code examples used here, you are required to have Shards installed.
For more information, check out the following links:
Key Concepts¶
Here are the key concepts that we will be covering in this tutorial:
-
How to draw a character image on the screen
-
How to animate a character using an image array
-
How to move a character using button inputs
-
Controlling flow, using Step
-
Setting up a scoring system
You can either follow the step-by-step guide or jump directly to the full game.