# 1 DEFINE PROBLEM & VALUE PROPOSITION

Most technology products and services — such as websites, apps, devices, etc. — are designed as tools to to allow users to complete specific tasks. However, video games are a form of entertainment. Games are designed to be fun — i.e., to be engaging and enjoyable (though some games are also designed for tasks such as learning, training, etc.).

You'll start this project phase by conducting research to discover more about game design:

* What motivates people to play certain games?
* How can you keep players engaged in gameplay?
* What are the key design elements of games?
* What are the technical possibilities and constraints of the tools you'll be using to code and create your own video game prototype?

After completing your research, your project team will start to design its own video game by following a player-centered design process.

Your design thinking will begin by determining the type of gameplay experience you want to create and the target players you're creating this game for. This defines the "problem" your team is trying to solve with your game design.

Next, your team will begin to brainstorm and refine ideas for possible game concepts. Then you'll write several game treatments that summarize your top game concepts. You'll get feedback to select and refine one game concept for your team's project.

At the end of this first project phase, your team will present its proposed video game concept. (In the second phase of the project, you'll define your game's design in more detail and begin to prototype your game.)

![](/files/-Lk05v-nJF_AWwq5SmXM)

This first phase of the project will require about 6-7 weeks to complete. Your teacher will identify the specific deadline(s) for the task assignments.

| Task                          | Non-Block Periods | Block Periods | ✓ | ✓+ |
| ----------------------------- | ----------------- | ------------- | - | -- |
| 1.1 Player Motivations        | 1-2               | 1             |   |    |
| 1.2 Incentives and Flow       | 1-2               | 1             |   |    |
| 1.3 Game Design Elements      | 1-2               | 1             |   |    |
| 1.4 Game Code Tutorials       | 10-15             | 7-10          |   |    |
| 1.5 Target Player Persona     | 1-2               | 1             |   |    |
| 1.6 Game Ideas                | 3                 | 2             |   |    |
| 1.7 Game Treatments           | 5                 | 3             |   |    |
| **1.8 Proposal Presentation** | 3                 | 2             |   |    |


---

# 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.idew.org/project-video-game/project-instructions/1-discover-and-define-problem.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.
