> For the complete documentation index, see [llms.txt](https://university-of-games.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university-of-games.gitbook.io/welcome/products/complete-game-tutorials.md).

# Complete Game Tutorials

**Complete Game Tutorials** from University of Games are finished Unity projects you can study, reskin and ship — not throwaway sample scenes. Each package is sold on the [Unity Asset Store](https://assetstore.unity.com/publishers/25633) and documented here for setup, features and related tools.

{% hint style="success" %}
**Publisher:** [University of Games on the Unity Asset Store](https://assetstore.unity.com/publishers/25633)
{% endhint %}

***

## Featured deep docs

These titles have full technical documentation (API, recipes, architecture):

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3>🃏</h3></td><td><strong>Klondike Solitaire</strong></td><td>Unity 6 solitaire with draw-1/3, scoring, undo, hints, autocomplete and dual orientation.</td><td><a href="/pages/klondike-solitaire">/pages/klondike-solitaire</a></td></tr><tr><td><h3>🔫</h3></td><td><strong>Cannon Crunch</strong></td><td>One-touch arcade with shop, difficulty stages, lives, medals and monetization hooks.</td><td><a href="/pages/cannon-crunch">/pages/cannon-crunch</a></td></tr><tr><td><h3>🏃</h3></td><td><strong>2D Platformer Toolkit</strong></td><td>Modular character controller, combat, enemies, platforms and HUD for Unity 6.</td><td><a href="/pages/2d-platformer-toolkit">/pages/2d-platformer-toolkit</a></td></tr></tbody></table>

***

## Card games

| Tutorial                                                | Focus                             |
| ------------------------------------------------------- | --------------------------------- |
| [Klondike Solitaire](broken://pages/klondike-solitaire) | Full solitaire + deep API docs    |
| [Crazy Eights](broken://pages/crazy-eights)             | Classic shedding card game        |
| [Gin Rummy](broken://pages/gin-rummy)                   | Two-player rummy complete project |

Pair with [Graphics Pack](broken://pages/graphics-pack) card decks and Sound Pack Vol. 1 for SFX.

***

## Arcade & casual

| Tutorial                                                | Focus                             |
| ------------------------------------------------------- | --------------------------------- |
| [Cannon Crunch](broken://pages/cannon-crunch)           | Tap-to-shoot arcade + progression |
| [Catch the Fish](broken://pages/catch-the-fish)         | Casual catch arcade               |
| [Endless Catch Game](broken://pages/endless-catch-game) | Endless color-match catcher       |
| [Mamba Retro Game](broken://pages/mamba-retro-game)     | Snake & spider territory arcade   |
| [Mini Games](broken://pages/mini-games)                 | Tangram, Puzzle, Maze, Match      |

***

## Learning & quiz

| Tutorial                                                      | Focus                               |
| ------------------------------------------------------------- | ----------------------------------- |
| [Quiz Challenge](broken://pages/quiz-challange)               | Knowledge quiz / challenge template |
| [Mathly](broken://pages/mathly)                               | Educational math game               |
| [2D Platformer Toolkit](broken://pages/2d-platformer-toolkit) | Full 2D action toolkit              |

***

## How to use these packages

1. **Import** from the Asset Store into a clean or existing Unity project.
2. **Play the demo** to learn the intended loop before changing code.
3. **Reskin** art, audio and copy — keep the systems that already work.
4. **Extend** using the deep-doc titles as architecture references when you need APIs.

Browse all categories under [Products](/welcome/products.md).
