This document provides code for creating a basic game using the Ring game engine. It includes code to:
1) Create a sprite object that can be moved using keyboard controls and placed using mouse clicks;
2) Create an animated sprite that moves and jumps using keyboard controls;
3) Create a tiled map with different block types and allow editing blocks by clicking;
4) Create an object that draws circles and rectangles as it moves across the screen using keyboard controls.