mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-31 00:48:47 +08:00
As discussed previously, this PR moves the Space Shooter Tutorial to the tutorials folder for direct inclusion in the docs. A few things to note, other than basic grammar and formatting, nothing was changed other than migrating the information to the current tutorial format. This should allow the tutorials.flame-engine.org subdomain to be deleted. Note: Upon moving this tutorial, I discovered it is incomplete and missing the majority of the game. Also, I realized that I left the android folder and some files that weren't necessary for the platform tutorial and have deleted those.
26 lines
830 B
Markdown
26 lines
830 B
Markdown
# Tutorials
|
|
|
|
This chapter contains only one tutorial for now, but we'll be adding more soon!
|
|
|
|
- [](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>
|
|
```
|