# Rock Blaster - A Full FlatRedBall Tutorial Project

Rock Blaster is a top-down Asteroids-like game. The following tutorials introduce a variety of advanced topics. These tutorials continue to advance the concepts and FlatRedBall functionality introduced by Beefball.

**Note:** RockBlaster contains useful information about how to use the FlatRedBall Editor (also referred to as Glue in these tutorials), but it is a tutorial which was written before many of the current FlatRedBall features were created. Therefore, some of the approaches in this tutorial may not represent the current recommended patterns.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flatredball.com/flatredball/tutorials/rock-blaster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
