# Beefball - A Full FlatRedBall Tutorial Project

### Introduction

If you're looking for a jump-start on how to make games with FlatRedBall and the FlatRedBall Editor, you've come to the right place. The following tutorials walk you through how to make a game called **Beefball**. Beefball is a fast-paced physics based game similar to air-hockey. What are you waiting for, let's get started!

<figure><img src="https://951240982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fye9Ufg3vzJxwX5Hk%2Fuploads%2Fgit-blob-95b646ef766679ae99570b17a512635a1a208aea%2F2016-12-img_585345a4df251.png?alt=media" alt=""><figcaption><p>Beefball Icon</p></figcaption></figure>

Completed Project: [Beefball.zip](https://files.flatredball.com/content/Tutorials/Beefball.zip)

### Code Only Projects

This tutorial covers how to create Beefball with the FlatRedBall Editor, which is the typical way to work with FlatRedBall. Of course, you can also use FlatRedBall without the editor. If you are interested in developing in a *code only* environment, you can download the BeefballCodeOnly project which is located in the FlatRedBall Samples folder:

{% embed url="<https://github.com/vchelaru/FlatRedBall/tree/NetStandard/Samples/BeefballCodeOnly>" %}
BeefballCodeOnly Sample
{% endembed %}

You can still look through this documentation to see how the project might be structured conceptually as you browse the sample code.


---

# 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/beefball.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.
