This document contains source code for a 2D game called Stars Fighter written in Ring. It includes code for a main menu screen with instructions, background music, and title text. It also includes code for the gameplay which features a player sprite that can be moved with mouse or keyboard controls, enemy sprites that move across the screen, firing projectiles, tracking scores, health, levels and handling wins/losses. The code is well structured and commented to explain the different game elements and functions.