> For the complete documentation index, see [llms.txt](https://docs.idew.org/project-video-game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idew.org/project-video-game/project-instructions/2-design-and-build-solution/2.5-game-code.md).

# 2.5 Game Code

{% hint style="danger" %}
**UPDATE IN PROGRESS:**  Placeholder - revised assignment still in progress.
{% endhint %}

{% tabs %}
{% tab title="✓ TASK" %}
Teams will code their video game based on their game design document.

A suggested order of what to code first will be provided. Emphasis will be on programming a minimal viable product (MVP) version of the game, rather than a full version. The game needs to be a playable demo that highlights the game design, but may not necessarily incorporate all envisioned features.

### **❏ Deliverables**

Submit the following:

* Pseudocode or flowchart for core gameplay
* JavaScript code (`script.js` file) for the video game
  {% endtab %}

{% tab title="➤ EXAMPLE" %}
[Example Flowchart for Space Invaders](https://drive.google.com/open?id=1Y7bZ4_hqWxR9B1CAEls-lQH4Du-WlzGE) (core gameplay only)

[Example Pseudocode for Space Invaders](https://drive.google.com/open?id=1xCSFF9VaDvpjOxjaswAoCrcnS58lN3a9) (entire Phaser game)
{% endtab %}

{% tab title="★ RUBRIC" %}

| **✓- Below Standard** | **✓ Meets Standard** | **✓+ Exceeds Standard** |
| --------------------- | -------------------- | ----------------------- |
| Description           | Description          | Description             |
| {% endtab %}          |                      |                         |
| {% endtabs %}         |                      |                         |
