Yes-No Game Tutorial¶
Welcome! In this tutorial, we will be creating a simple game of reflexes 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 built.
For more information, check out the following links on:
Here are the key concepts that we will be covering in this tutorial:
-
How to create UI and receive User Input
-
How to create variance with Random
-
How to run a Timer
-
How to set up a basic game loop
You can either follow the step-by-step guide, or jump directly to the full game.