Files
flame/doc/tutorials/tutorials.md
Munsterlander 9870eadaad docs: Fix bad links in docs as well as minor updates (#2170)
Closes: #2169

As discussed, a quick fix to some bad links and while I was in Flame Isolate, fixed some bad grammar.
2022-11-16 16:11:36 +01:00

25 lines
825 B
Markdown

# Tutorials
The following are tutorials that are maintained with every release of Flame.
- [](bare_flame_game.md) -- this tutorial focuses on setting up your environment for making a new
Flame game. This "initial state" is assumed as a starting point for all other tutorials.
- [](klondike/klondike.md) -- in this tutorial, we will build the Klondike
solitaire card game.
- [](platformer/platformer.md) -- in this tutorial, we will build Ember Quest, a simple
side-scrolling platformer.
- [](space_shooter/space_shooter.md) -- in this tutorial, we will build Space Shooter, a classic
top-down shooting game.
```{toctree}
:hidden:
Bare Flame game <bare_flame_game.md>
Klondike <klondike/klondike.md>
Ember Quest <platformer/platformer.md>
Space Shooter <space_shooter/space_shooter.md>
```