# 3D Game Design

- [1: Class Overview](https://gilmour.online/compsci/3d-game-design/unit-1.md)
- [2: Installation](https://gilmour.online/compsci/3d-game-design/unit-2.md): We will be installing Unity Game Development Engine to develop your games.
- [3: Exploring the Unity UI](https://gilmour.online/compsci/3d-game-design/3-exploring-the-unity-ui.md): We will be looking at the user interface for Unity, how to navigate, where to find different aspects of our programs.
- [Game 1: Rolling Ball](https://gilmour.online/compsci/3d-game-design/3-game-1-rolling-ball.md)
- [Game 2: Tanks](https://gilmour.online/compsci/3d-game-design/game-2-tanks.md)
- [Game 3: Third Person Platformer](https://gilmour.online/compsci/3d-game-design/game-3-third-person-platformer.md)
- [Game 4: Final project](https://gilmour.online/compsci/3d-game-design/untitled.md)
- [FAQs](https://gilmour.online/compsci/3d-game-design/faqs.md): This page will be updated with videos to offer greater clarity or detail about Unity concepts.  This is also the repository for student requested videos which are outside the classroom content.
- [OLD: Distance Learning Setup](https://gilmour.online/compsci/3d-game-design/distance-learning-setup.md): This page describes how to get setup for distance learning, spring 2020.
- [OLD: GIT](https://gilmour.online/compsci/3d-game-design/unity-cloud-save.md): This video will show you how to prepare your video for version control and turning in projects.


---

# 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://gilmour.online/compsci/3d-game-design.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.
