mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 16:36:57 +08:00
14 lines
353 B
Markdown
14 lines
353 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.
|
|
|
|
```{toctree}
|
|
:hidden:
|
|
|
|
Bare Flame game <bare_flame_game.md>
|
|
```
|