Skip to content

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:

  1. The Basics of Shards

  2. Building Shards

  3. Running Shards

Here are the key concepts that we will be covering in this tutorial:

  1. How to create UI and receive User Input

  2. How to create variance with Random

  3. How to run a Timer

  4. How to set up a basic game loop

You can either follow the step-by-step guide, or jump directly to the full game.