mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	 9870eadaad
			
		
	
	9870eadaad
	
	
	
		
			
			Closes: #2169 As discussed, a quick fix to some bad links and while I was in Flame Isolate, fixed some bad grammar.
		
			
				
	
	
		
			25 lines
		
	
	
		
			825 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			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>
 | |
| ```
 |