This document discusses using shapes to create simple games in Microsoft Small Basic. It provides instructions and code for two games: a game where the user balances a ball on a seesaw by pressing arrow keys, and a game where users score points by clicking shapes that match a displayed name. The document demonstrates how to use the Shapes object to add and manipulate different shapes for the game elements and explains how to add timers, controls, and conditions to the game code.